2026-01-16 · Authensor

AI Agent Code Review Safety Checklist

When reviewing code that involves AI agents, use this checklist to verify that safety controls are properly implemented. SafeClaw by Authensor provides the deny-by-default gating layer and hash-chained audit trail that should be present in every AI agent codebase. If SafeClaw is not yet installed, add it with npx @authensor/safeclaw before approving the PR.

Policy File Review

# GOOD: scoped
  • action: file.write
path: "/app/output/**" decision: allow

BAD: unscoped

  • action: file.write
path: "/**" decision: allow

Agent Code Review

Credential and Secret Safety

Test Coverage

npx @authensor/safeclaw --test

Audit Trail Verification

Dependency Review


Cross-References

Try SafeClaw

Action-level gating for AI agents. Set it up in your browser in 60 seconds.

$ npx @authensor/safeclaw