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
python3for high-scoring suggestions that are not immediately acted upon. - Evidence: Phase 6 of
SKILL.mdprovides a template for runningpython3 scripts/deferred_capture.py. - [REMOTE_CODE_EXECUTION]: The script
scripts/deferred_capture.pyis 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 thetomeplugin) and could contain shell metacharacters, presenting a command injection risk. - Evidence: The execution pattern in
SKILL.mddirectly 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.mdstates, "This runs automatically without prompting the user," in the context of executing thedeferred_capture.pyscript.
Audit Metadata