pp-intercom
Warn
Audited by Gen Agent Trust Hub on Jul 28, 2026
Risk Level: MEDIUMEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONDATA_EXFILTRATIONPROMPT_INJECTION
Full Analysis
- [REMOTE_CODE_EXECUTION]: The skill instructs the agent to install external software using
npx -y @mvanhorn/printing-press-libraryandgo install github.com/mvanhorn/printing-press-library/..., which involves downloading and executing code from remote sources. - [DATA_EXFILTRATION]: The
intercom-pp-clitool includes a--deliver webhook:<url>feature. This allows the output of any command—including potentially sensitive information like contact lists, admin logs, or conversation contents—to be sent to an arbitrary external URL via a POST request. - [COMMAND_EXECUTION]: User-supplied arguments are passed directly to the
intercom-pp-clibinary. This could lead to command injection if the arguments are not correctly sanitized by the agent or the binary itself. - [PROMPT_INJECTION]: The skill is designed to process external content from Intercom (conversations, articles), which introduces a risk of indirect prompt injection where malicious instructions embedded in the data could influence the agent's actions.
- Ingestion points: Data is pulled from Intercom conversations, articles, and contacts via various CLI commands.
- Boundary markers: The skill does not define specific delimiters or instructions to ignore embedded commands in the data being processed.
- Capability inventory: The skill can execute shell commands, perform network operations via webhooks, and write data to the local filesystem.
- Sanitization: There is no explicit mechanism described for sanitizing or filtering the content retrieved from Intercom before the agent processes it.
Audit Metadata