QA Checklist
Pass
Audited by Gen Agent Trust Hub on Jul 5, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill's
install.commandandsetupinstructions utilizecurlto fetch remote content fromhttps://ethskills.com/qa/SKILL.md. It also suggests installing external software viaclaude plugin install https://github.com/austintgriffith/ethskillsandclawhub install ethskills. - [PROMPT_INJECTION]: The skill is designed to ingest and process instructions from an external URL, which creates a vulnerability surface for indirect prompt injection where the remote markdown content could potentially influence the agent's behavior during a dApp audit.
- Ingestion points: Remote file
https://ethskills.com/qa/SKILL.md(catalog.json). - Boundary markers: None; the skill fetches and interprets the remote content directly as part of its audit logic.
- Capability inventory: The skill is intended to audit local dApp code, implying file system read access, and uses network access via
curl. - Sanitization: There is no evidence of sanitization or validation performed on the remote instructions before they are presented to the agent.
Audit Metadata