seo-audit
Pass
Audited by Gen Agent Trust Hub on Jul 2, 2026
Risk Level: SAFE
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill processes untrusted external data by rendering live web pages and SERP results to perform SEO audits. This creates a surface for indirect prompt injection if the ingested content contains adversarial instructions.
- Ingestion points: In SKILL.md (Workflow steps 2, 3, 4), the agent is instructed to use
browser/html,browser/markdown, andseo/serpto fetch external content. - Boundary markers: The skill includes a "Guardrails" section explicitly stating a "read-only" posture ("eyes, not hands") and requires the agent to cite evidence from live reads.
- Capability inventory: The skill is primarily designed for information gathering and reporting; it lacks high-privilege capabilities like arbitrary shell execution or local file writing.
- Sanitization: No explicit sanitization or filtering of the ingested HTML/Markdown content is mentioned before processing.
- [EXTERNAL_DOWNLOADS]: The README.md provides installation instructions using
npx skills add unifapi-agent/agentsand a plugin marketplace. These are standard installation procedures for the UnifAPI platform and are documented as connecting to the vendor's official MCP server infrastructure athttps://mcp.unifapi.comover OAuth. - [COMMAND_EXECUTION]: While the skill mentions using tools like
curlin its Pillar checklists, these are used as descriptions of how data is fetched via the providedunifapitools, rather than executing arbitrary user-supplied shell commands.
Audit Metadata