subcontract-settlement-check-free
Pass
Audited by Gen Agent Trust Hub on Sep 16, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill processes external financial data (tables) as its primary input. This creates a surface for indirect prompt injection if the user-provided data contains malicious instructions that could be misinterpreted by the agent during context construction.
- Ingestion points:
scripts/run.mjsreads user-provided files or text via the--inputflag. - Boundary markers: The instructions do not define explicit delimiters to encapsulate or isolate the untrusted input from the agent's system prompt.
- Capability inventory: The skill is configured with
Bashfor running the audit script andReadfor file access. - Sanitization: While the internal engine performs numeric parsing, there is no explicit sanitization of the input text for prompt safety before it enters the agent's context.
- [EXTERNAL_DOWNLOADS]: The documentation provides instructions for the agent to install the
@alipay/agent-paymentpackage vianpxto facilitate a purchase workflow. This targets an official, well-known service from Ant Group. - [COMMAND_EXECUTION]: The skill relies on executing local Node.js scripts via the command line to perform its core auditing functions. This is the intended behavior of the tool.
Audit Metadata