emblemai-crypto-wallet
Pass
Audited by Gen Agent Trust Hub on Aug 10, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONDATA_EXFILTRATIONPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill requires fetching code and packages from external, non-whitelisted sources during installation.
- Evidence: Installation instructions for the
@emblemvault/agentwalletnpm package. - Evidence: Skill acquisition via
npx skills add EmblemCompany/Agent-skills. - [COMMAND_EXECUTION]: The setup process involves executing shell commands to install external dependencies.
- Evidence:
npm install @emblemvault/agentwalletandnpx skills addcommands specified in the setup section. - [DATA_EXFILTRATION]: The skill performs network operations to an external API service not included in the standard whitelist.
- Evidence: Connection to
https://api.agenthustle.aifor balance checks, swaps, and transfers. - [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection where malicious instructions could be embedded in blockchain metadata.
- Ingestion points: Data retrieved from
GET /portfolio/{address}andGET /token/{chain}/{contract}(SKILL.md). - Boundary markers: The skill includes a requirement to 'Always confirm before executing transactions', providing a human-in-the-loop safety check (SKILL.md).
- Capability inventory: The agent can perform high-impact actions like
POST /swapandPOST /transfer(SKILL.md). - Sanitization: There is no explicit evidence of sanitization for token names or other external metadata processed by the agent.
Audit Metadata