seo-optimizer
Pass
Audited by Gen Agent Trust Hub on Mar 9, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: All scripts included in the skill (analyze_seo.py and generate_sitemap.py) utilize standard Python libraries for local file operations. There are no external network calls, downloads from untrusted sources, or instances of dynamic code execution (e.g., eval, exec).
- [PROMPT_INJECTION]: The skill ingests untrusted content by reading files from a project directory for analysis. This creates a surface for indirect prompt injection if project files contain malicious instructions. However, the risk is mitigated by the skill's lack of high-privilege capabilities.
- Ingestion points: scripts/analyze_seo.py and scripts/generate_sitemap.py read file contents from the target project directory.
- Boundary markers: None; the skill does not use specific delimiters to isolate project content from agent instructions.
- Capability inventory: Reading local files, writing a sitemap.xml file, and generating a report. No network access or arbitrary command execution capabilities are present.
- Sanitization: None; the scripts do not perform specific validation or sanitization of file content to prevent prompt injection.
Audit Metadata