adr-ops
Pass
Audited by Gen Agent Trust Hub on Jun 21, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill's primary functions involve reading and writing local Markdown files to manage project documentation. All operations are confined to the user-specified ADR directory.
- [COMMAND_EXECUTION]: The
scripts/adr-lint.pyscript utilizes the Pythonsubprocessmodule to callgit rev-parse --show-toplevel. This is a benign and standard method for developer tools to programmatically identify the repository root for relative path resolution. - [SAFE]: The skill does not attempt to access sensitive file paths (e.g.,
.ssh,.aws,.env) and contains no hardcoded credentials or network-based exfiltration patterns.
Audit Metadata