seo
Pass
Audited by Gen Agent Trust Hub on Mar 23, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: Extensive analysis of the documentation and code patterns for metadata generation, sitemaps, and robots.txt files revealed no malicious patterns or unauthorized behaviors. The skill follows official Next.js and Google SEO guidance.\n- [INDIRECT_PROMPT_INJECTION]: The skill provides templates in
resources/metadata.mdandresources/structured-data.mdfor processing dynamic data from external sources (databases and URL parameters) into SEO metadata and JSON-LD scripts. This represents the primary intended purpose of the skill and aligns with standard development practices.\n - Ingestion points: Data entering through
generateMetadataand JSON-LD components inresources/metadata.mdandresources/structured-data.mdfromdb.listings.findManyandparams.\n - Boundary markers: None present in the provided code snippets.\n
- Capability inventory: The skill provides educational templates and does not execute system commands or modify files.\n
- Sanitization: Data is interpolated directly into metadata fields as is standard for SEO implementations.
Audit Metadata