Aura — Security skill for Claude Code
An audit trail for what AI agents changed in your codebase, and why — signed, per commit, at the symbol level.
How to install Aura
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open Naridon-Inc/aura and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Aura does
An audit trail for what AI agents changed in your codebase, and why — signed, per commit, at the symbol level.
Alternatives in Security
- Skills — Trail of Bits Claude Code skills for security research, vulnerability detection, and audit workflows 4k ★
- Tech Debt Skill — Claude Code skill that produces a thorough, file-cited tech debt audit of an entire codebase 590 ★
- Engage.Cvediff — Find the canonical fix commit(s) for a CVE across sources, then diff for root cause 348 ★
README
Aura
An audit trail for what AI agents changed in your codebase, and why.
Signed, per commit, at the symbol level.
The agent said it would tune the retry backoff. It also deleted the token check. The commit does not land.
Quick start
curl -fsSL https://auravcs.com/install.sh | bash # macOS · Linux · Windows
cd your-repo && aura init # installs the git hooks
That is the whole setup. From here every commit is parsed into logic nodes, diffed at the AST level, and recorded with the intent that produced it. Ask the repository about any file, or any line in one, months later:
aura why src/billing.rs
src/billing.rs
Landed a81c9e2 3d ago · Ashiq
fix(billing): stop tripping the Stripe rate limit
Asked "payments keep failing at peak, look at the retry path"
claude · session 4f2a · 3d ago · named by the intent row
Intent "switch retry to exponential backoff so we stop tripping the
Related Skills
Diff Audit
PR / commit-scoped differential audit — audits only changed functions (plus 1-hop callers), flags removed secu
Checkov
Bootstrap Checkov on a developer laptop, run static or plan-level Terraform security scanning for AWS/Azure/GC
Git Crusade
Unleash parallel Git Purist agents to audit branches, commits, and worktrees across the codebase. No bad commi
Audit Pipelines
TDD-validated audit-grade decision pipelines - canonical encoding (RFC 8785 JCS), append-only decision logs, f
GitHub Release Skill
Safe, automated GitHub releases with supply chain security. Prevents dangerous gh release commands, orchestrat
Review Iac Consistency
Audit infrastructure-as-code for per-environment drift, over-permissive IAM policies, unencrypted resources, a
Related Agents
Git
Isolated executor for the /playbook:commit-and-push and /playbook:create-pull-request commands. Delivers signe
JS Error Handler Auditor
Use this agent when you need to audit a JavaScript codebase for unhandled errors in top-level async operations
Observability Specialist
Observability specialist owning audit-log shape, telemetry surfaces, metrics emission, the SLSA provenance + s