starknet-identity
Fail
Audited by Gen Agent Trust Hub on Feb 16, 2026
Risk Level: HIGHPROMPT_INJECTIONCOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [PROMPT_INJECTION] (HIGH): Indirect Prompt Injection vulnerability surface.
- Ingestion points: The skill reads untrusted data from the Starknet blockchain using functions like
get_metadata,read_feedback, andget_validation_status, as well as fetching content via IPFS links. - Boundary markers: No delimiters or isolation mechanisms are present in the documentation to separate untrusted blockchain data from agent prompts.
- Capability inventory: Frontmatter authorizes high-privilege tools including
Bash,Write, andTask. - Sanitization: No logic is present to sanitize or validate strings retrieved from the decentralized registries before they are processed by the agent.
- Risk: Attackers can inject malicious instructions into agent metadata or feedback on-chain, which could be executed by the agent's powerful system tools.
- [COMMAND_EXECUTION] (MEDIUM): Privilege Risk. The skill requests access to
BashandTasktools, which significantly increases the potential impact of data-driven injection attacks. - [EXTERNAL_DOWNLOADS] (MEDIUM): Unverifiable dependency. The skill requires the
starknetnpm package, which is not from a designated trusted organization in the security policy.
Recommendations
- AI detected serious security threats
Audit Metadata