trade
Pass
Audited by Gen Agent Trust Hub on Apr 28, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill fetches the
starkfipackage from the official npm registry at runtime usingnpx. This is documented as an external dependency for the skill's functionality.- [REMOTE_CODE_EXECUTION]: The skill executes thestarkfipackage downloaded from npm vianpx. Running code directly from a remote registry involves inherent risks, although the source registry is a well-known service.- [COMMAND_EXECUTION]: The skill instructs the agent to perform token swaps, check balances, and verify transaction statuses by executing shell commands through theBashtool.- [PROMPT_INJECTION]: The skill has an indirect prompt injection surface where user-provided arguments are interpolated into shell commands. - Ingestion points: User input for
amount,fromtoken,totoken, andslippagepercentage inSKILL.md. - Boundary markers: No boundary markers or instructions to ignore embedded commands are present in the prompt templates.
- Capability inventory: The skill has the capability to execute shell commands with the
Bashtool. - Sanitization: No sanitization or validation logic is specified for the user-supplied parameters before they are passed to the shell.
Audit Metadata