process-reply
Pass
Audited by Gen Agent Trust Hub on Sep 17, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill is designed to ingest and process inbound email replies, which constitutes untrusted external data. This is an inherent surface for indirect prompt injection attacks. However, the instructions explicitly require the use of safety guardrails, such as 'tripwires' and 'residue tests', which are designed to detect and mitigate malicious patterns in the inbound data before a decision is reached.
- Ingestion points: SKILL.md (Step 2:
refresh-backlogattaches new inbound mail). - Boundary markers: The instructions specify that the full inbound path applies, including tripwires and residue tests.
- Capability inventory: Uses
db.mjsfor session management andplaybook.mjsfor tracking dossier applications. - Sanitization: The skill delegates reasoning and safety checks to the
act-or-decideprocess, which includes classification and guardrail verification. - [COMMAND_EXECUTION]: The skill invokes local JavaScript files (
db.mjsandplaybook.mjs) to perform database operations and list dossier information. These scripts appear to be vendor-provided tools for state management within the agent's workspace.
Audit Metadata