algo-seo-schema
Pass
Audited by Gen Agent Trust Hub on Sep 18, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No security threats identified. The skill's primary function is to guide an agent in generating static JSON-LD markup for SEO purposes. All instructions are transparent and follow standard best practices.
- [INDIRECT_PROMPT_INJECTION]: The skill provides a framework for processing external web content to generate structured data. This represents a data ingestion surface; however, the skill mitigates risks by including strict instructions (referred to as the "IRON LAW") that ensure the generated markup must strictly match the visible content of the page. No executable capabilities or dangerous shell commands are used by the skill to process this data.
- Ingestion points: Processes page content (names, prices, descriptions, ratings) provided in user queries or retrieved from web pages in
SKILL.mdandexamples/sample_scenario.md. - Boundary markers: Includes a dedicated "IRON LAW" section requiring visible content matching and provides a "Phase 1: Input Validation" step to verify content before generation.
- Capability inventory: No code execution, file writing, or network operations are defined in the skill logic.
- Sanitization: Reference guides in
references/validation-errors.mdprovide extensive documentation on proper JSON escaping, character limits, and data type validation to prevent malformed output.
Audit Metadata