schema-markup-audit
Pass
Audited by Gen Agent Trust Hub on Sep 3, 2026
Risk Level: SAFECOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The file
references/checks.mddefines several shell command pipelines usingcurl,grep,sed, andpython3to extract JSON-LD and microdata from a user-provided$URL. These commands are used for data extraction and parsing, rather than executing arbitrary remote code. - [INDIRECT_PROMPT_INJECTION]: The skill ingests untrusted data from external websites, creating a potential surface for indirect prompt injection where an attacker could place instructions in a site's schema markup.
- Ingestion points: External data is brought into the agent's context through
curlcommands inreferences/checks.md. - Boundary markers: The instructions do not define specific delimiters or warnings to treat the fetched content as potentially adversarial data.
- Capability inventory: The skill utilizes subprocess execution for
curl,grep,sed, andpython3to process the ingested content. - Sanitization: There is no evidence of input validation or escaping for the content retrieved from external sources before it is processed by the agent.
Audit Metadata