customer-support-intake
Pass
Audited by Gen Agent Trust Hub on Mar 21, 2026
Risk Level: SAFEDATA_EXFILTRATIONPROMPT_INJECTION
Full Analysis
- [DATA_EXFILTRATION]: The script
scripts/agent.pyperforms an authenticated network request tohttps://api.serendb.com/wallet/balanceto verify account balances. This request targets the developer's own infrastructure for the purpose of operational checks. - [PROMPT_INJECTION]: The skill's workflow involves ingesting untrusted data, which creates a surface for indirect prompt injection. * Ingestion points: The skill collects logs and chat history from customer environments as specified in
SKILL.md(steps 4 and 5). * Boundary markers: No specific delimiters are defined in the workflow to separate untrusted data from the agent's internal instructions. * Capability inventory: The skill has access to web browsing capabilities viaconnector.playwright.postand storage operations viaconnector.storage.post, which could be exploited if malicious content in logs influences the agent's logic. * Sanitization: The skill includes aredact_and_minimizestep using thetransform.redact_sensitivetool to remove PII before storage.
Audit Metadata