rr — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited rr (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Use glm-review as a second reviewer for the current change set, then validate the reported issues against the actual code before you trust or repeat them.
staged, use staged mode.pr, use PR mode.glm-review --healthglm-review
glm-review --mode staged
glm-review --mode pr
glm-review --mode commit --ref <COMMIT_HASH>
glm-review --diff-file /tmp/glm-review-diff.patchPrefer the most specific path that isolates the current task:
glm-review --mode commit --ref <COMMIT_HASH>glm-review --mode commit --ref <COMMIT_HASH> --files src/a.ts src/b.tsGIT_ROOT=$(git rev-parse --show-toplevel)
cd "$GIT_ROOT" && git diff HEAD -- <file1> <file2> ... > /tmp/glm-review-diff.patch
glm-review --diff-file /tmp/glm-review-diff.patchIf the diff is empty, stop and say there is nothing to review.
glm-review output without checking the code.Common fixes:
command not found: glm-reviewInstall it with npm install -g glm-review
ZAI_API_KEY not setExport ZAI_API_KEY in the shell or your normal secret-loading path before rerunning
401 or auth failureRe-run glm-review --health after refreshing credentials
Return:
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.