feature-review

Warn

Audited by Gen Agent Trust Hub on May 9, 2026

Risk Level: MEDIUMCOMMAND_EXECUTIONREMOTE_CODE_EXECUTION
Full Analysis
  • [COMMAND_EXECUTION]: The skill instructs the agent to automatically execute a shell command using python3 for high-scoring suggestions that are not immediately acted upon.
  • Evidence: Phase 6 of SKILL.md provides a template for running python3 scripts/deferred_capture.py.
  • [REMOTE_CODE_EXECUTION]: The script scripts/deferred_capture.py is required for the skill's workflow but is not included in the provided file bundle. Executing missing local scripts is a security risk as their behavior is unverifiable and they may be substituted by malicious files in the environment.
  • Evidence: The file list for the skill (6 files) does not include any scripts in a scripts/ directory.
  • [COMMAND_EXECUTION]: The shell command for deferred capture uses placeholders (<suggestion title>, <description>) that are populated with generated text. This text may be derived from external sources (such as research results from the tome plugin) and could contain shell metacharacters, presenting a command injection risk.
  • Evidence: The execution pattern in SKILL.md directly interpolates these variables into the command line string.
  • [COMMAND_EXECUTION]: The skill explicitly instructs the agent to bypass human-in-the-loop safety checks for the capture script execution.
  • Evidence: SKILL.md states, "This runs automatically without prompting the user," in the context of executing the deferred_capture.py script.
Audit Metadata
Risk Level
MEDIUM
Analyzed
May 9, 2026, 07:37 AM