pp-shopper
Pass
Audited by Gen Agent Trust Hub on Jul 20, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSDATA_EXFILTRATIONCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: Downloads and installs the core CLI tool from vendor-managed repositories.
- Evidence: The skill instructs the agent to run
npx -y @mvanhorn/printing-press-library install shopperandgo install github.com/mvanhorn/printing-press-library/...to obtain the necessary binaries. - [DATA_EXFILTRATION]: Contains a feature that enables the transmission of command output to external network destinations.
- Evidence: The
--deliver webhook:<url>flag allows command results, which may include sensitive personal addresses and recurring order details, to be POSTed to any user-provided URL. - [COMMAND_EXECUTION]: Relies on shell-based interaction to perform grocery management tasks and local database operations.
- Evidence: Extensively uses the
Bashtool to executeshopper-pp-clifor catalog searches, basket audits, and price tracking. - [PROMPT_INJECTION]: Vulnerable to indirect prompt injection from external grocery catalog data.
- Ingestion points: Data entering the context from
shopper-pp-clivia catalog, cart, and address commands inSKILL.md. - Boundary markers: Absent; there are no delimiters or warnings to ignore instructions embedded in the API responses.
- Capability inventory: The skill has access to
Bash(command execution) andReadtools across all operations. - Sanitization: Absent; product names, descriptions, and other catalog metadata are not sanitized before processing.
Audit Metadata