seo-content
Pass
Audited by Gen Agent Trust Hub on Apr 14, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection as it fetches and analyzes content from external, user-provided URLs using the
WebFetchtool. This allows untrusted data to enter the agent's context, potentially including malicious instructions. - Ingestion points: External website content retrieved via the
WebFetchtool as indicated in the skill's frontmatter and error handling. - Boundary markers: Absent. The instructions do not specify the use of delimiters or 'ignore' commands to isolate the fetched content from the agent's core instructions.
- Capability inventory: The skill has access to the
Bashtool, which could be exploited to run unauthorized commands if the agent follows instructions found within the untrusted web content. - Sanitization: Absent. No verification or sanitization steps are defined for the content retrieved from external sources before it is parsed and analyzed.
Audit Metadata