evidence-validator
Pass
Audited by Gen Agent Trust Hub on Jul 27, 2026
Risk Level: SAFENO_CODEPROMPT_INJECTION
Full Analysis
- [NO_CODE]: The skill is composed entirely of markdown instructions and YAML metadata. It does not include any executable scripts, binaries, or code files.
- [SAFE]: The skill restricts the agent's capabilities to
Read,Glob, andGreptools. This read-only access is appropriate for evidence validation and prevents the skill from modifying the system or exfiltrating data. - [PROMPT_INJECTION]: The skill's primary function involves analyzing untrusted external artifacts, which creates a surface for indirect prompt injection. A malicious evidence file could contain instructions designed to deceive the auditor.
- Ingestion points: Audit evidence files (screenshots, logs, configs, policies, spreadsheets) accessed via
Read,Glob, andGrepas defined inSKILL.md. - Boundary markers: Absent; no instructions are provided in
SKILL.mdto the agent to treat ingested data as untrusted or to utilize specific delimiters. - Capability inventory: The skill is limited to file reading and searching using the
Read,Glob, andGreptools listed inSKILL.md. - Sanitization: Absent; the skill does not specify any validation or sanitization steps for the data contained within the artifacts in
SKILL.md.
Audit Metadata