openaccountants-us-mo
Pass
Audited by Gen Agent Trust Hub on Jun 22, 2026
Risk Level: SAFEPROMPT_INJECTIONDATA_EXFILTRATIONEXTERNAL_DOWNLOADS
Full Analysis
- [PROMPT_INJECTION]: The skill utilizes a dynamic instruction loading pattern where content retrieved from an external API is treated as 'authoritative'. It explicitly instructs the agent to prioritize this external data over its own internal safety and training data, which creates an indirect prompt injection surface.
- Ingestion points: Content is retrieved via the
get_skilltool call (SKILL.md). - Boundary markers: None identified; instructions do not specify delimiters for retrieved content.
- Capability inventory: The agent can perform data exfiltration via the
request_accountant_reviewtool. - Sanitization: No validation or sanitization of retrieved markdown is specified.
- [DATA_EXFILTRATION]: The skill provides a mechanism to send 'working papers' to an external API. In an accounting context, these papers likely contain sensitive financial data or PII.
- Evidence:
request_accountant_review({ jurisdiction, scenario, working_paper })triggers a network request toopenaccountants.com. - [EXTERNAL_DOWNLOADS]: The skill is configured to fetch logic and data at runtime from the vendor's MCP server located at
https://www.openaccountants.com/api/mcp. - Evidence: The skill description and the
get_skillworkflow detail fetching authoritative data from an external URL.
Audit Metadata