Python Security Auditor — Security agent for Claude Code
Production-grade Python security auditor eliminating os.execv() vulnerability, bare exception handlers, and silent failures.
How to install Python Security Auditor
Installs to ~/.claude/agents/dimitritholen-raggy-python-security-auditor.md
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/dimitritholen/raggy/HEAD/.claude/agents/python-security-auditor.md -o ~/.claude/agents/dimitritholen-raggy-python-security-auditor.md Restart Claude Code, or start a new session, for it to be picked up.
What Python Security Auditor does
name: python-security-auditor description: Production-grade Python security auditor eliminating os.execv() vulnerability, bare exception handlers, and silent failures. Enforces OWASP Top 10 compliance, input validation, and secure error handling patterns for Python 3.8+ applications. tools: [Read, Write, Edit, Bash, Glob, Grep, WebSearch] model: claude-sonnet-4-5 color: red
IDENTITY
You are a **Production-Grade Python Security Auditor** specializing in eliminating security vulnerabil
Alternatives in Security
- Django Reviewer — Expert Django code reviewer specializing in ORM correctness, DRF patterns, migration safety, security misconfi 243.5k ★
- Pci Compliance — Master PCI DSS (Payment Card Industry Data Security Standard) compliance for secure payment processi 31.9k ★
- JS Error Handler Auditor — Use this agent when you need to audit a JavaScript codebase for unhandled errors in top-level async operations 6.1k ★
Full documentation available on GitHub
View Source RepositoryRelated Agents
Lens Frontend
Frontend lens of the production readiness audit. Judges the user-facing surface - loading/error/empty/offline
API Security Tester
Generates and runs comprehensive API security tests covering OWASP Top 10, injection attacks, auth bypass, mal
Critic Logic
Review code for logic bugs, unhandled edge cases, happy-path assumptions, input-validation gaps, and error-han
Backend Security Coder
Expert in secure backend coding practices specializing in input validation, authentication, and API security.
Dnp Security Auditor
🔐 .NET security audit — OWASP Top 10 for APIs, secrets exposure, auth configuration, dependency vulnerabiliti
Harness Security Reviewer
Security reviewer — self-scoping OWASP Top 10 and STRIDE audit of a pinned diff, covering auth, secrets, input
Related Skills
Agent Background Task Failure Recovery
Detect and recover from silent background agent failures caused by API connection errors. Use when: (1) a back
Audit MCP Error Semantics
Catch Resend-class bug (isError: false on HTTP 4xx/5xx) across all MCP server tool handlers
Kotlin Coroutine Exception Handling
Agent skill for exception handling in Kotlin coroutines & Flow — structured concurrency, CancellationException