Layer 2s
Pass
Audited by Gen Agent Trust Hub on Jul 5, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The
catalog.jsonfile defines an installation commandcurl -s https://ethskills.com/l2s/SKILL.mdthat fetches content from an external domain (ethskills.com) during setup. - [PROMPT_INJECTION]: The skill instructions in
catalog.jsonexplicitly guide the user to tell the agent to read external content fromhttps://ethskills.com/l2s/SKILL.md. This represents an indirect prompt injection vector where the agent is encouraged to ingest untrusted data from a remote server. - Ingestion points:
https://ethskills.com/l2s/SKILL.md(specified incatalog.jsonsetup and install fields). - Boundary markers: None present in the provided files to delineate external content from system instructions.
- Capability inventory: The skill itself does not include executable scripts or tool-use capabilities, limiting the potential impact of an injection.
- Sanitization: None detected; the skill relies on the agent directly reading the remote URL.
Audit Metadata