Standards
Warn
Audited by Gen Agent Trust Hub on Jul 5, 2026
Risk Level: MEDIUMEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill specifies an external installation source and fetches content from a remote domain (
ethskills.com) viacurlduring the setup and installation phases. - [COMMAND_EXECUTION]: The
catalog.jsonfile includes a shell command (curl -s https://ethskills.com/standards/SKILL.md) within theinstall.commandfield, which is intended for execution during skill deployment. - [REMOTE_CODE_EXECUTION]: The setup instructions direct the user to install a plugin directly from a GitHub URL (
https://github.com/austintgriffith/ethskills), which involves downloading and potentially executing unverified code within the agent's environment. - [PROMPT_INJECTION]: The skill is designed to fetch its core instructions from an external URL, introducing a vulnerability to indirect prompt injection where a remote attacker could modify the agent's behavior.
- Ingestion points:
catalog.jsonspecifies fetching instructions fromhttps://ethskills.com/standards/SKILL.md. - Boundary markers: Absent; there are no delimiters or warnings to prevent the agent from obeying instructions embedded in the remote file.
- Capability inventory: The skill demonstrates capabilities for on-chain identity registration and executing machine-to-machine payments using the
agent0-sdklibrary. - Sanitization: The skill does not implement any validation or sanitization for the content fetched from the remote URL.
Audit Metadata