claude
Warn
Audited by Gen Agent Trust Hub on Feb 14, 2026
Risk Level: MEDIUMPROMPT_INJECTIONDATA_EXFILTRATIONEXTERNAL_DOWNLOADS
Full Analysis
- [Indirect Prompt Injection] (MEDIUM): The skill is designed to ingest and process untrusted external data (documents and code) and has the capability to transmit results to an external network endpoint.
- Ingestion points: Usage examples in
SKILL.mdinclude "Analyze this code" and "summarize this document". - Boundary markers: None identified. There are no delimiters or instructions to treat ingested data as non-executable text.
- Capability inventory: Uses
curlto send data toapi.anthropic.com(SKILL.md). - Sanitization: No input validation or sanitization logic is present in the skill definition.
- [Data Exfiltration] (LOW): The skill performs network operations to
api.anthropic.com. While this is the legitimate service endpoint, it is not on the pre-approved whitelist, representing a potential exfiltration path if the agent is compromised via indirect injection. - [External Downloads] (LOW): The skill metadata in
SKILL.mdspecifies dependencies on system binariescurlandjq. These are standard utilities but introduce a dependency on the host environment's pre-installed tools.
Audit Metadata