content-semantics
Fail
Audited by Gen Agent Trust Hub on Mar 11, 2026
Risk Level: HIGHCOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: Multiple instructions in
SKILL.mdandreferences/ssr-strategies.mdprompt the agent to run command-line tools likecurl,grep,sed, andtrto inspect page content. - [EXTERNAL_DOWNLOADS]: The skill fetches HTML from external URLs using
curlto evaluate server-side rendering and heading hierarchy. - [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection due to its analysis of external website content. An attacker-controlled website could contain malicious instructions designed to mislead the agent during its audit.
- Ingestion points:
curlcommands inSKILL.mdandreferences/ssr-strategies.mdfetch content from arbitrary user-provided URLs. - Boundary markers: None are specified; the agent is expected to process the raw output of the commands.
- Capability inventory: The skill utilizes network requests (
curl) and local text processing utilities (grep,sed,tr,wc,head). - Sanitization: No sanitization or filtering logic is present in the provided instructions.
Recommendations
- HIGH: Downloads and executes remote code from: https://example.com - DO NOT USE without thorough review
Audit Metadata