pp-doordash
Pass
Audited by Gen Agent Trust Hub on Aug 18, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSDATA_EXFILTRATIONPROMPT_INJECTIONCREDENTIALS_UNSAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill instructs the agent to install the
doordash-pp-clitool usingnpxfrom the@mvanhorn/printing-press-librarypackage or viago installfrom the vendor's GitHub repository. - [DATA_EXFILTRATION]: The CLI tool documentation describes a
--deliver webhook:<url>flag, which enables the redirection of command output (including potentially sensitive account or order data) to an arbitrary external network endpoint. - [CREDENTIALS_UNSAFE]: The "Auth Setup" section recommends reading authentication cookies from a file path (
/secure/path/cookie-header.txt), which is a sensitive location for credential storage. - [PROMPT_INJECTION]: The skill processes untrusted data from DoorDash (such as search results and menu items) that could contain malicious instructions designed to manipulate agent behavior.
- Ingestion points: Data retrieved from DoorDash via the
search,menu,item-options, andrecent-orderscommands described inSKILL.md. - Boundary markers: There are no explicit delimiters or instructions provided to the agent to ignore or isolate embedded content within the data returned by these commands.
- Capability inventory: The skill utilizes the "Read Bash" tool to execute the
doordash-pp-cli, providing capabilities for both read operations and account mutations (cart management). - Sanitization: No evidence of sanitization, filtering, or validation is provided for the external content processed by the agent.
Audit Metadata