sitemap-discovery-audit
Pass
Audited by Gen Agent Trust Hub on Jul 23, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: Uses common shell utilities including
curl,grep,sed, andpython3to automate the collection and analysis of sitemap data. These commands are appropriately scoped for the skill's SEO auditing purpose. - [EXTERNAL_DOWNLOADS]: Fetches public configuration files like robots.txt and sitemaps from user-provided origins. This activity is restricted to discovery auditing and does not involve downloading or executing untrusted executable code.
- [PROMPT_INJECTION]: The skill processes external XML and HTML data fetched from audited websites. While this involves ingestion of untrusted data, the skill uses robust parsing methods (minidom) and quoted variables in shell commands to prevent the content from influencing the underlying execution environment.
Audit Metadata