test-harness-auditor
Pass
Audited by Gen Agent Trust Hub on May 19, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill performs a local audit of the repository's tooling and configurations. Analysis of the Python scripts (
audit.py,generate.py,extract_conventions.py) shows they operate purely on local files within the audited repository and the skill's own directory. No network operations, data exfiltration, or access to sensitive system credentials (such as SSH keys or AWS credentials) were identified. The skill follows established patterns for developer tools and requires user approval before modifying project files. - [SAFE]: While the
extract_conventions.pyscript parses untrusted data fromCLAUDE.mdandAGENTS.md, the risk of indirect prompt injection is mitigated by the use ofre.escape()for generated patterns and the requirement for user review of all generated rules. - Ingestion points: Project documentation files
CLAUDE.mdandAGENTS.mdare processed byextract_conventions.pyto extract project-specific conventions. - Boundary markers: No explicit boundary markers are used during the parsing of these files.
- Capability inventory: The skill uses
Bash,Read,Write,Edit,Glob, andGreptools to scan the file system and write configuration files. - Sanitization: Extracted terms are escaped using
re.escape()before being included in generated regex patterns for the lint rules.
Audit Metadata