send
Warn
Audited by Gen Agent Trust Hub on May 15, 2026
Risk Level: MEDIUMCOMMAND_EXECUTIONEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses the
Bashtool to run CLI commands for sending tokens and checking balances. - [EXTERNAL_DOWNLOADS]: The skill uses
npx fibx@latest, which triggers a download of thefibxpackage from the npm registry at runtime. Using the@latesttag is a security risk as it always pulls the newest version, which could contain malicious updates or be subject to supply-chain attacks. - [REMOTE_CODE_EXECUTION]: Commands executed via
npxrun code downloaded from a remote repository (npm) on the local system without manual version verification. - [PROMPT_INJECTION]: The skill is vulnerable to indirect prompt injection where malicious user input could lead to command injection. User-provided values for
amount,recipient, andtokenare directly placed into bash command strings. - Ingestion points: User-provided parameters for transaction details processed via the
sendcommand inSKILL.md. - Boundary markers: No delimiters or instructions are used to separate user input from the command structure or to instruct the agent to ignore embedded shell metacharacters.
- Capability inventory: The agent has the capability to execute shell commands via the
Bash()tool specified in theallowed-toolssection ofSKILL.md. - Sanitization: There is no evidence of input validation, escaping, or sanitization for the user-provided fields before they are interpolated into the shell execution string.
Audit Metadata