adr-ops
Pass
Audited by Gen Agent Trust Hub on Aug 15, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The script
scripts/adr-lint.pyusessubprocess.run()to executegit rev-parse --show-toplevel. This is a standard and safe method for identifying the root of a Git repository to resolve file paths for ADR discovery, and the input to the command is hardcoded and safe.
Audit Metadata