paper-spine-intake
Warn
Audited by Gen Agent Trust Hub on May 27, 2026
Risk Level: MEDIUMCOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The script
scripts/launch_paperspine_ui.shis vulnerable to shell command injection. It constructs a command string by interpolating theOUTPUT_DIRvariable (taken from user input) into a string that is subsequently executed viabash -c,gnome-terminal, orosascript. If the directory name provided contains shell special characters or command substitutions (e.g.,$(...)), they will be executed in the context of the terminal. - [COMMAND_EXECUTION]: Instructions in
SKILL.mdandreferences/interactive-intake.mdadvise the user or agent to run PowerShell commands using the-ExecutionPolicy Bypassflag. This bypasses system-level security controls designed to prevent the execution of potentially malicious or unsigned scripts. - [COMMAND_EXECUTION]: The file
scripts/intake_wizard.pyuses theos.system()function to manage console settings and clear the screen. While the specific commands executed in this skill (cls,clear,chcp) are hardcoded and benign, the use ofos.system()is a legacy practice that is generally less secure than using thesubprocessmodule for interacting with the operating system.
Audit Metadata