audit-reference-originality
Pass
Audited by Gen Agent Trust Hub on Jul 24, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The
scripts/build_evidence_inventory.pyhelper script executes localgitcommands (such asrev-listandhash-object) via thesubprocessmodule to inspect the project history for exact file matches. The implementation uses list-based arguments withoutshell=True, which is a safe practice that prevents shell injection. - [PROMPT_INJECTION]: The skill processes content from external website files and reference documents, which presents a surface for indirect prompt injection. While malicious instructions could be embedded in the audited files, the skill's purpose is to surface this data as evidence for human review rather than executing it.
- Ingestion points: Local files read from user-provided paths for the site root and reference directories in
scripts/build_evidence_inventory.py. - Boundary markers: The script provides evidence leads in JSON format; the instructions in
SKILL.mdguide the agent to interpret these findings without explicit delimiters for the raw text content. - Capability inventory: The script performs file reads and executes standard
gitsubcommands viasubprocessinscripts/build_evidence_inventory.py. - Sanitization: The script tokenizes and shingles text to identify overlaps but does not filter the content for instructions.
Audit Metadata