ad-agency-rebate-check-free
Pass
Audited by Gen Agent Trust Hub on Sep 16, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONPROMPT_INJECTIONEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONDYNAMIC_EXECUTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill processes advertising rebate tables provided as text, which involves ingesting untrusted data into the agent's context.
- Ingestion points: The
scripts/run.mjswrapper loads data from files specified by the user or from built-in samples. - Boundary markers: The instructions do not define clear delimiters or "ignore embedded instructions" markers for the processed text data.
- Capability inventory: The skill utilizes the
BashandReadtools to execute a Node.js engine that parses and analyzes the input. - Sanitization: No specific sanitization or filtering is applied to the input text to prevent instructions embedded within the spreadsheet data from influencing the agent.
- [PROMPT_INJECTION]: The
SKILL.mdfile contains a block of text intended to be used by the agent to facilitate a purchase, which uses language patterns characteristic of injection. - Evidence: The text includes phrases such as "我已授权安装依赖和发起购买" (I have authorized installation of dependencies and initiated purchase) which attempts to direct the agent's execution flow and authorization logic.
- [EXTERNAL_DOWNLOADS]: The documentation references an external package installation to enable premium features.
- Evidence:
npx -y @alipay/agent-payment@latest installis provided in the manual upgrade instructions. - Context: The package originates from the official
@alipayscope on NPM, representing a well-known technology company. - [REMOTE_CODE_EXECUTION]: The skill instructs the agent/user to perform remote script execution during the upgrade process.
- Evidence: The use of
npxwith the@alipay/agent-paymentpackage fetches and executes code from the NPM registry. - [DYNAMIC_EXECUTION]: The wrapper script dynamically imports the processing logic at runtime.
- Evidence:
scripts/run.mjsusescreateRequireandpath.jointo load the engine fromscripts/engine/ad-agency-rebate-check.js.
Audit Metadata