tx-status
Pass
Audited by Gen Agent Trust Hub on Mar 19, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill utilizes
npxto fetch thefibxpackage from the public npm registry during runtime execution. - [REMOTE_CODE_EXECUTION]: The
fibxpackage retrieved vianpxis executed within the agent's environment to perform transaction queries. - [COMMAND_EXECUTION]: The skill uses the
Bashtool to execute shell commands for thefibxCLI, passing user-provided parameters directly to the shell. - [PROMPT_INJECTION]: The skill contains a vulnerability surface for indirect prompt injection or command injection due to unsafe interpolation of untrusted data.
- Ingestion points: The
hashandchainparameters provided by users are used to build shell commands inSKILL.md. - Boundary markers: No delimiters or safety instructions are used to isolate the user-provided parameters within the shell command string.
- Capability inventory: The skill possesses the ability to execute arbitrary Bash commands through the
npxexecution path defined in theallowed-toolssection. - Sanitization: The skill does not implement validation or escaping mechanisms for the
hashorchaininputs, which could allow an attacker to execute additional shell commands if the inputs are not strictly formatted as expected hex strings or alphanumeric chain names.
Audit Metadata