AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified Apache-2.0 Self-run

Audit Code

skill-jmlero-claude-toolkit-audit-code · by jmlero

Perform a production readiness audit of the codebase. Checks security, error handling, auth, input validation, Docker config, and coding standards. Use when preparing for deployment or reviewing overall code quality.

No reviews yet
0 installs
36 views
0.0% view→install

Install

$ agentstack add skill-jmlero-claude-toolkit-audit-code

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No 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.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-jmlero-claude-toolkit-audit-code)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
5mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

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 →
Are you the author of Audit Code? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

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 .env files
  • [ ] SQL injection protection (parameterized queries / ORM)
  • [ ] XSS protection in frontend
  • [ ] Auth required on all mutating endpoints
  • [ ] JWT validation on protected routes
  • [ ] No DEBUG=True or 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
  • [ ] .dockerignore excludes 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.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.