security-auditorUse when reviewing code for security vulnerabilities, implementing authentication flows, auditing OWASP Top 10, configuring CORS/CSP headers, handling secrets, input validation, SQL injection prevention, XSS protection, or any security-related code review.
Install via ClawdBot CLI:
clawdbot install jgarrison929/security-auditorGrade Excellent — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Accesses sensitive credential files or environment variables
process.env.API_KEYPotentially destructive shell commands in tool definitions
eval(Calls external URL not in known-safe list
https://api.example.comAI Analysis
The skill definition contains no actual code execution, credential harvesting, or data exfiltration logic; it is a static prompt template for a security review assistant. The flagged signals appear to be examples within the instructional code snippets (e.g., `process.env.API_KEY`, `https://api.example.com`) used to illustrate secure coding practices, not operational commands.
Generated Mar 1, 2026
Audit an online store's checkout and payment processing code to prevent SQL injection, XSS, and broken access control vulnerabilities, ensuring secure handling of customer data and transactions. Focus on OWASP Top 10 compliance, especially around authentication flows and input validation for user inputs.
Design and review secure authentication and authorization systems, including JWT token validation and OAuth integration, to protect sensitive financial data and prevent unauthorized access. Ensure encryption of secrets and adherence to least privilege principles in user roles.
Conduct a security review of APIs handling patient health records, checking for vulnerabilities like injection attacks, misconfigured CORS/CSP headers, and data leakage. Implement input validation and secure data transmission to comply with regulations like HIPAA.
Perform penetration testing on user-generated content features to identify and mitigate XSS and CSRF vulnerabilities, ensuring proper sanitization and security headers. Audit code for secure handling of secrets and prevention of information leakage.
Offer on-demand security audits and code reviews to businesses, charging per project or hourly rates for vulnerability assessments and secure coding guidance. Revenue is generated through client contracts and retainer agreements for ongoing support.
Integrate the skill into a SaaS platform that provides automated security scanning and reporting, with subscription tiers for different levels of audit depth and compliance checks. Revenue comes from monthly or annual subscriptions from developers and enterprises.
Develop and sell training courses or certification programs on secure coding practices, leveraging the skill's expertise in OWASP Top 10 and vulnerability prevention. Revenue is generated through course fees, workshops, and certification renewals.
💬 Integration Tip
Integrate this skill into CI/CD pipelines for automated security checks during code commits, and use it in code review tools to provide real-time vulnerability feedback to developers.
Scored Apr 19, 2026
Audited Apr 16, 2026 · audit v1.0
Self-hosted auth for TypeScript/Cloudflare Workers with social auth, 2FA, passkeys, organizations, RBAC, and 15+ plugins. Requires Drizzle ORM or Kysely for D1 (no direct adapter). Self-hosted alternative to Clerk/Auth.js. Use when: self-hosting auth on D1, building OAuth provider, multi-tenant SaaS, or troubleshooting D1 adapter errors, session caching, rate limits, Expo crashes, additionalFields bugs.
Clerk integration. Manage Users, Organizations. Use when the user wants to interact with Clerk data.
Clerk auth with API Keys beta (Dec 2025), Next.js 16 proxy.ts (March 2025 CVE context), API version 2025-11-10 breaking changes, clerkMiddleware() options, webhooks, production considerations (GCP outages), and component reference. Prevents 15 documented errors. Use when: API keys for users/orgs, Next.js 16 middleware filename, troubleshooting JWKS/CSRF/JWT/token-type-mismatch errors, webhook verification, user type inconsistencies, or testing with 424242 OTP.
Access ETH wallet address and securely send ETH or USDC on Ethereum or Base chains with 2FA authentication code verification.
Manages consent with strict safety limits, prohibits profiling or coercion, limits crisis inference, and ensures autonomy without persistent tracking or pres...
Agent verification via ClawX OAuth system. Use when checking agent verification status, embedding verification widgets, or working with agent identity/trust tiers.