web3-frontend
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- PROMPT_INJECTION (SAFE): No instructions found that attempt to bypass safety filters or override agent behavior.
- DATA_EXFILTRATION (SAFE): No sensitive file access or network exfiltration patterns detected. Code examples use standard placeholders for blockchain addresses.
- REMOTE_CODE_EXECUTION (SAFE): No remote code execution patterns or unsafe script downloads (e.g., curl-to-bash) were identified.
- OBFUSCATION (SAFE): The skill content is clear-text with no evidence of Base64, zero-width characters, or homoglyph-based evasion.
- DYNAMIC_EXECUTION (SAFE): The
scripts/validate.pyscript usesyaml.safe_load()to process configuration files, preventing unsafe deserialization attacks. - INDIRECT_PROMPT_INJECTION (SAFE): The skill does not ingest external untrusted data sources (API, web, DB) that could lead to indirect injection attacks.
Audit Metadata