send
Warn
Audited by Gen Agent Trust Hub on Apr 5, 2026
Risk Level: MEDIUMEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill uses
npx starkfi@latestwithin its commands andallowed-toolsconfiguration, which fetches thestarkfipackage from the NPM registry at runtime. - [REMOTE_CODE_EXECUTION]: By invoking
npxwith the@latesttag, the skill executes remote code that is not pinned to a specific version, allowing the behavior of the skill to change if the remote package is updated or compromised. - [COMMAND_EXECUTION]: User-provided inputs (amount, token, recipient) are directly interpolated into bash commands. The
allowed-toolsconfiguration uses a wildcard (*), which allows the execution of arbitrary arguments if not properly handled by the agent. - [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection and command injection through untrusted data.
- Ingestion points:
amount,token, andrecipientparameters defined inSKILL.mdare populated from user input. - Boundary markers: Absent; there are no delimiters or specific instructions to the agent to treat these inputs as literal data only.
- Capability inventory: The agent has the capability to execute shell commands via the
Bashtool as defined in theallowed-toolssection ofSKILL.md. - Sanitization: Absent; the skill relies on natural language instructions for address validation rather than technical sanitization or escaping of shell arguments.
Audit Metadata