check-doc-examples
Pass
Audited by Gen Agent Trust Hub on Mar 17, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [SAFE]: No security vulnerabilities were detected. The skill is designed for documentation maintenance by comparing markdown examples with source files.- [COMMAND_EXECUTION]: The skill instructs the agent to use
grepand file globbing (**/*.md,**/*.php) to locate and analyze local files. This is consistent with its stated purpose of documentation verification.- [INDIRECT_PROMPT_INJECTION]: The skill processes untrusted content from local markdown files. 1. Ingestion points:**/*.mdand**/*.phpfiles. 2. Boundary markers: None. 3. Capability inventory: Local file read viagrep. 4. Sanitization: None. While this allows for ingestion of untrusted data, the risk is minimal as the agent is tasked only with identifying structural mismatches rather than executing logic from the files.
Audit Metadata