testing
Warn
Audited by Gen Agent Trust Hub on Feb 22, 2026
Risk Level: MEDIUMEXTERNAL_DOWNLOADS
Full Analysis
- [EXTERNAL_DOWNLOADS] (MEDIUM): The skill contains multiple commands to fetch data from an untrusted external domain.
- Evidence:
curl -H "Accept: text/markdown" https://fullstackrecipes.com/api/recipes/...is used repeatedly throughoutSKILL.mdto retrieve instructions. - Risk: The domain
fullstackrecipes.comis not a trusted source. Content retrieved at runtime could be modified to include malicious instructions or code that the agent might unknowingly follow. - [INDIRECT_PROMPT_INJECTION] (LOW): The skill is designed to ingest untrusted Markdown content from a remote server, creating a surface for injection.
- Ingestion points:
curlcommands inSKILL.mdfetching content fromfullstackrecipes.com. - Boundary markers: None present; external content is treated as authoritative instructions.
- Capability inventory: The agent is expected to execute setup steps (bash, configuration) based on the downloaded content.
- Sanitization: No sanitization or validation of the fetched Markdown is performed.
Audit Metadata