sitemap-robots
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- [SAFE] (SAFE): No malicious patterns or security risks identified. The provided code facilitates the creation of sitemaps, robots.txt, and AI discovery files (llms.txt) using standard web development practices.
- [Indirect Prompt Injection] (SAFE): Identified an ingestion surface in the llms.txt generation script. 1. Ingestion points: scripts/generate-llms-full.ts via data fetching functions. 2. Boundary markers: Absent (uses standard Markdown). 3. Capability inventory: File-system write access (fs.writeFileSync) used during build. 4. Sanitization: Absent. This follows standard design patterns for LLM discovery and is considered safe as the generated content is intended for public consumption and does not influence the agent's internal control flow.
Audit Metadata