barkleesanders

Agent Native Audit — Security skill for Claude Code

Security community

Run comprehensive agent-native architecture review with scored principles.

How to install Agent Native Audit

Installs to ~/.claude/skills/barkleesanders-claude-code-starter-agent-native-audit/SKILL.md

Terminal
mkdir -p ~/.claude/skills/barkleesanders-claude-code-starter-agent-native-audit && curl -fsSL https://raw.githubusercontent.com/barkleesanders/claude-code-starter/HEAD/commands/agent-native-audit.md -o ~/.claude/skills/barkleesanders-claude-code-starter-agent-native-audit/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Agent Native Audit does


name: agent-native-audit description: Run comprehensive agent-native architecture review with scored principles argument-hint: "[optional: specific principle to audit]"

Agent-Native Architecture Audit

Conduct a comprehensive review of the codebase against agent-native architecture principles, launching parallel sub-agents for each principle and producing a scored report.

Core Principles to Audit

  1. Action Parity - "Whatever the user can do, the agent can do"
  2. **Tools as Pr

Alternatives in Security

  • FastAPI Review — Review a FastAPI application for architecture, async correctness, dependency injection, Pydantic schemas, secu 243.5k ★
  • OpenTag — Open-source, channel-native agent gateway for Slack 499 ★
  • Comm — by CommE2E - Serves as a development reference for E2E-encrypted messaging applications with code organization 325 ★

Full documentation available on GitHub

View Source Repository