knowledge-graph
Warn
Audited by Gen Agent Trust Hub on Apr 28, 2026
Risk Level: MEDIUMCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The script
scripts/cli.jsuseschild_process.execto open files in the default browser. The command is constructed using string concatenation with the file path in theopenFilefunction, which allows for command injection if the output path contains shell metacharacters. The execution is performed with thewindowsHideoption enabled.\n- [COMMAND_EXECUTION]: The CLI utility allows the agent or user to specify an arbitrary output file path, which can be used to overwrite sensitive local files with the generated HTML content.\n- [PROMPT_INJECTION]: The skill processes untrusted Markdown content, creating an attack surface for indirect prompt injection where malicious documents could influence the agent's use of the skill's filesystem and command execution capabilities.\n- [COMMAND_EXECUTION]: TheinstallSkillfunction inscripts/cli.jswrites to the user's configuration directory (~/.claude/skills/) to install the skill, serving as a persistence mechanism that modifies the local environment.
Audit Metadata