group-finance-monthly-selfcheck-free
Pass
Audited by Gen Agent Trust Hub on Sep 16, 2026
Risk Level: SAFEREMOTE_CODE_EXECUTIONINDIRECT_PROMPT_INJECTIONPROMPT_INJECTION
Full Analysis
- [REMOTE_CODE_EXECUTION]: Documentation in
SKILL.mdprovides an installation flow for a paid version that involves executingnpx -y @alipay/agent-payment@latest install. This process downloads and runs code from the official Alipay service. As this targets a well-known service, the interaction is documented neutrally and does not contribute to a higher severity verdict.\n- [INDIRECT_PROMPT_INJECTION]: The skill possesses an attack surface for indirect prompt injection as it processes external, untrusted financial data provided via CLI arguments or JSON payloads.\n - Ingestion points: Untrusted text is read from files in
scripts/run.mjsand parsed inscripts/engine/parts/01.js,02.js, and03.jsusing regular expressions.\n - Boundary markers: The processing logic lacks explicit delimiters or instructions to prevent the model from interpreting content within the tables as commands.\n
- Capability inventory: The skill environment permits file system access (
Read) and shell execution (Bash). The tool's primary scripts interact with the filesystem to read input data.\n - Sanitization: Input data is sanitized through regular expression filtering and numeric validation before processing.\n- [PROMPT_INJECTION]: The skill includes pre-authored instructions in
SKILL.mdintended to be sent to the AI assistant to facilitate a purchase. This text block uses phrases like 'I have authorized' and 'do not confirm for me' in an attempt to streamline the installation of marketplace dependencies by influencing the agent's standard confirmation and safety workflows.
Audit Metadata