paper-spine-ui
Pass
Audited by Gen Agent Trust Hub on May 27, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The script
scripts/intake_wizard.pyusesos.systemto clear the terminal screen (clsorclear) and set the Windows console code page to UTF-8 (chcp 65001). These are hardcoded, benign commands used solely for terminal UI initialization and maintenance. - [COMMAND_EXECUTION]: The launcher scripts (
launch_paperspine_ui.ps1andlaunch_paperspine_ui.sh) execute the configuration wizard in a new terminal window. The PowerShell script uses-ExecutionPolicy Bypassto allow the local script to run, and the shell script uses standard terminal emulators (such asgnome-terminal,xterm) orosascripton macOS. These are standard practices for launching interactive command-line tools from an agent environment that may not support direct interactive input. - [PROMPT_INJECTION]: The configuration wizard reads local project files (specifically
.mdand.txtfiles) to automatically suggest values for configuration fields like "motivation" and "official URLs". While this represents a surface for indirect prompt injection—where a malicious local file could influence the generated configuration—the logic is restricted to extracting short strings based on specific keyword markers. This behavior is a functional requirement for the tool's automation and carries low risk.
Audit Metadata