pp-bento
Pass
Audited by Gen Agent Trust Hub on Jul 28, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONDATA_EXFILTRATIONPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: Fetches the
bento-pp-clibinary usingnpxfrom the@mvanhorn/printing-press-librarypackage on NPM or viago installfrom the author's GitHub repository (github.com/mvanhorn/printing-press-library). These are official resources provided by the skill's author. - [COMMAND_EXECUTION]: The skill executes the
bento-pp-clitool to perform account management, statistical analysis, and data transformation tasks. - [DATA_EXFILTRATION]: Provides a
--deliver webhook:<url>flag that allows routing command output to a remote URL. This is a functional feature for automation, though it could be used to send data externally if misconfigured. - [PROMPT_INJECTION]: The skill ingests untrusted data from external files (CSV/JSON) which is then returned to the agent's context, creating an indirect prompt injection surface.
- Ingestion points: Processes files via
--in,--emails-from,--from, and--shipped-csvflags as documented inSKILL.md. - Boundary markers: Absent; there are no specific instructions or delimiters to isolate data content from instructions when output is returned to the agent.
- Capability inventory: The skill uses the
Read Bashtool to execute CLI commands and handle results, which may include sensitive marketing data. - Sanitization: While the tool performs 'hygiene' scrubs on marketing data (e.g., email validation), it does not implement sanitization to prevent the agent from interpreting data as instructions.
Audit Metadata