wallet-overview
Pass
Audited by Gen Agent Trust Hub on Feb 19, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION] (SAFE): The skill uses the
Bashtool to execute a predefined set of subcommands for thefdxCLI. These commands are restricted to wallet status, profile information, and activity lookups, matching the skill's stated purpose. - [DATA_EXFILTRATION] (SAFE): While the skill accesses sensitive financial data like wallet addresses and transaction history, this is necessary for its core functionality. No patterns of unauthorized data exfiltration or hardcoded credentials were detected.
- [INDIRECT_PROMPT_INJECTION] (LOW): The skill ingests untrusted data from the blockchain (e.g., transaction history and holdings) which could contain malicious instructions in metadata fields like transaction memos or token names.
- Ingestion points:
SKILL.mdviafdx call getWalletOverviewandfdx call getAccountActivity. - Boundary markers: Absent; the skill does not use specific delimiters or instructions to ignore embedded commands in the tool output.
- Capability inventory: Shell command execution via
Bashtool. - Sanitization: No sanitization is performed on the data retrieved from the
fdxtool before it is processed by the agent.
Audit Metadata