schema-markup

Pass

Audited by Gen Agent Trust Hub on Feb 17, 2026

Risk Level: SAFE
Full Analysis
  • [Safe Utility] (SAFE): The skill performs expected SEO tasks such as generating JSON-LD templates and validating JSON files. All operations are local and transparent.
  • [Dependency Review] (SAFE): Dependencies are limited to reputable packages (click, pydantic) and no remote code downloads or execution patterns are present.
  • [Input Handling] (SAFE): User-provided inputs are handled through standard CLI options and serialized using the built-in json library, preventing structural injection.
  • [Indirect Prompt Injection Surface] (SAFE): Surface exists in the generate and validate commands which process external strings and files. However, the use of standard JSON serialization and the lack of automated downstream execution based on these inputs mitigates the risk. Evidence: 1. Ingestion: scripts/main.py. 2. Boundary markers: Absent. 3. Capability: File read/write. 4. Sanitization: json.dumps.
Audit Metadata
Risk Level
SAFE
Analyzed
Feb 17, 2026, 06:37 PM