Install
$ agentstack add skill-jmlero-claude-toolkit-audit-code ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ● Environment & secrets Used
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
Perform a comprehensive production readiness audit of this codebase.
Audit Categories
Check each category and report findings as: PASS, WARN, or FAIL.
1. Security
- [ ] CORS restricted to known frontend URL (not
*with credentials) - [ ] No secrets in code or committed
.envfiles - [ ] SQL injection protection (parameterized queries / ORM)
- [ ] XSS protection in frontend
- [ ] Auth required on all mutating endpoints
- [ ] JWT validation on protected routes
- [ ] No
DEBUG=Trueor verbose errors exposed to clients
2. Error Handling
- [ ] Generic error messages to clients (no stack traces leaked)
- [ ] Full error details logged server-side only
- [ ] Proper HTTP status codes (400 vs 500 vs 401 vs 403)
- [ ] Frontend handles error/loading/empty states
3. Input Validation
- [ ] Request/input models validate all API inputs (Pydantic, Zod, JSON Schema, etc.)
- [ ] File upload validation (type, size)
- [ ] Path parameters validated (UUID format, numeric IDs)
- [ ] Query parameters have sensible defaults and limits
4. Database
- [ ] No unbounded queries (pagination on list endpoints)
- [ ] Proper indexes on frequently queried columns
- [ ] Foreign keys with appropriate cascade behavior
- [ ] Connection pooling configured
5. Docker & Infrastructure
- [ ] Containers run as non-root user
- [ ] No unnecessary ports exposed
- [ ] Health checks defined
- [ ] Production Dockerfiles use multi-stage builds
- [ ]
.dockerignoreexcludes unnecessary files
6. Code Quality
- [ ] No TODO/FIXME/HACK without linked issue
- [ ] No commented-out code blocks
- [ ] Consistent code patterns across modules
- [ ] Tests exist for critical paths
7. Dependencies
- [ ] No known critical vulnerabilities
- [ ] Dependency versions pinned
- [ ] Unused dependencies removed
Output Format
# Production Readiness Audit
## Summary
- PASS: X | WARN: Y | FAIL: Z
## Critical Findings (FAIL)
1. [Category] Description - File:Line - Recommendation
## Warnings (WARN)
1. [Category] Description - File:Line - Recommendation
## Passed Checks
- [Category] Description
Report findings sorted by severity. For each FAIL/WARN, include the specific file and line number, and a concrete fix recommendation.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: jmlero
- Source: jmlero/claude-toolkit
- License: Apache-2.0
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.