pp-braze
Pass
Audited by Gen Agent Trust Hub on Sep 14, 2026
Risk Level: SAFEREMOTE_CODE_EXECUTIONDATA_EXFILTRATIONINDIRECT_PROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [REMOTE_CODE_EXECUTION]: The skill provides instructions to download and install binary components via
npx -y @mvanhorn/printing-press-libraryandgo install github.com/mvanhorn/printing-press-library/.... These resources are provided by the skill author. - [DATA_EXFILTRATION]: The CLI tool supports a
--deliver webhook:<url>parameter that transmits command results to an external web address. This functional feature provides a mechanism for data exfiltration if the agent is directed to use a malicious or unauthorized URL. - [INDIRECT_PROMPT_INJECTION]: The skill fetches content from the Braze REST API, including marketing campaigns, templates, and content blocks. This content represents an untrusted data source that could contain malicious instructions for the agent.
- Ingestion points: Data retrieved via various
braze-pp-clicommands likecampaigns listortemplates get-email-info. - Boundary markers: No explicit delimiters or instructions to ignore embedded commands are provided in the skill prompts.
- Capability inventory: The skill uses the
Read Bashtool and executes thebraze-pp-clibinary which can access network resources. - Sanitization: The instructions do not specify any validation or sanitization of the data retrieved from the API.
- [COMMAND_EXECUTION]: The skill utilizes the
Read Bashtool to executebraze-pp-clicommands. While necessary for the skill's function, it grants the agent the ability to run shell commands on the underlying system.
Audit Metadata