agent-dlocal
Pass
Audited by Gen Agent Trust Hub on Aug 31, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill processes data retrieved from external dLocal API endpoints, which creates a potential surface for instructions embedded in transaction records or merchant data.
- Ingestion points: Untrusted external data is brought into the agent context via retrieval commands such as
agent-dlocal payments get,orders get, and theinvestigatesubcommands as described inSKILL.mdandreferences/investigation/files. - Boundary markers: The skill relies on the
agent-dlocalCLI tool which uses NDJSON formatting and a default redaction policy to help maintain separation between data and instructions. - Capability inventory: The agent has the ability to execute
agent-dlocalcommands using theBashtool and perform local file operations viaRead,Grep, andGlob. - Sanitization: The tool automatically masks sensitive PII, including
payerandbeneficiaryblocks (name, email, national document ID, bank accounts), as[REDACTED]by default to prevent data leakage and injection risks. - [COMMAND_EXECUTION]: The skill functions by wrapping a dedicated CLI tool,
agent-dlocal, which is executed through theBashtool. These commands are restricted to read-only operations for payment triage, ensuring the agent cannot perform unauthorized financial transfers or modifications.
Audit Metadata