pp-sumble
Pass
Audited by Gen Agent Trust Hub on Jul 20, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONDATA_EXFILTRATIONPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: Fetches the
sumble-pp-clitool usingnpxfrom the@mvanhornNPM registry andgo installfrom the vendor's GitHub repository (github.com/mvanhorn/printing-press-library).- [COMMAND_EXECUTION]: The skill uses theBashtool to executesumble-pp-clicommands. It also instructs the user to run installation commands (npx,go install) and MCP registration commands.- [DATA_EXFILTRATION]: Thesumble-pp-clitool supports a--deliver webhook:<url>flag that allows routing command output (which may contain enriched organizational or personal data) to an external URL. It also features a feedback mechanism that can be configured to send local data to an external endpoint viaSUMBLE_FEEDBACK_ENDPOINT.- [PROMPT_INJECTION]: The skill processes user-provided input through the$ARGUMENTSvariable and interpolates it directly into shell commands (sumble-pp-cli <command> [subcommand] [args] --agent). This creates a surface for indirect prompt injection where malicious input could influence command execution. - Ingestion points: User-provided
$ARGUMENTSinSKILL.md. - Boundary markers: Absent; input is interpolated directly into shell commands.
- Capability inventory: Uses the
Bashtool to execute commands. - Sanitization: Absent; the agent is instructed to match the query and execute without explicit validation or escaping.
Audit Metadata