Security
Security agent skills give AI agents disciplined security workflows: code review for vulnerabilities, secret handling, dependency audits, and hardening checklists. Every skill on SkillMD also passes its own safety review before listing, with capability flags shown on each page.
-
tomevault-io Bundle JWT Misuse Anti PatternSecurity anti-pattern for JWT misuse vulnerabilities (CWE-287). Use when generating or reviewing code that creates, validates, or uses JSON Web Tokens. Detects 'none' algorithm attacks, weak secrets, sensitive data in payloads, and missing expiration. Use when this capability is needed.
-
tomevault-io Bundle Mit LicensingAudit dependency licenses for MIT compatibility. Use when the user wants to check if their project's dependencies are compatible with MIT license, find problematic licenses (GPL, AGPL, etc.), or generate a license audit report. Supports Node.js (npm/pnpm) and Rust (Cargo) projects. Use when this capability is needed.
-
tomevault-io Bundle Rust Security AuditAudits Rust code for memory-unsafety and security vulnerabilities the generic security audit cannot see — `unsafe` soundness/UB, Send/Sync errors, FFI, supply chain (RUSTSEC/cargo-audit/deny), deserialization DoS, and crypto/secret misuse. Use when reviewing Rust changes that touch `unsafe`, FFI, crypto, deserialization, or dependencies. For runtime bugs use `agentwright:rust-correctness-audit`; for idioms/API design use `agentwright:rust-best-practices-audit`. Use when this capability is needed.
-
tomevault-io Bundle Rust Async AuditAudit async Rust / tokio code for blocking calls, lock-across-await, cancellation safety, runtime mixing, and concurrency anti-patterns. Use when reviewing tokio code, troubleshooting async performance issues, or auditing a tokio-based binary/service. Do NOT use for general Rust review (use rust-review) or error refactors (use rust-error-design). Use when this capability is needed.
-
tomevault-io Bundle Code Review GithubUse when performing code review for GitHub pull requests. Analyzes code changes, identifies critical and moderate issues, runs tests, and posts review comments. Reviews code quality, security, and adherence to project standards.
-
tomevault-io Bundle Resolve Jira IssueUse when resolving JIRA issues. Fixes bugs, refactors code, performs code and security reviews, ensures 100% test coverage, runs CI checks, and creates pull requests. Links PRs to JIRA issues and updates issue status.
-
tomevault-io Bundle Audit ExpertExpert-level security auditing, compliance, code review, and vulnerability assessment Use when this capability is needed.
-
tomevault-io Bundle Social Engineering AuditAssess social engineering attack surface in applications and organizations. Identifies pretexting vectors, OSINT exposure, phishing susceptibility in authentication flows, and human-factor vulnerabilities in security architecture. Use when auditing auth flows, help desk procedures, password reset mechanisms, or organizational security posture. Use when this capability is needed.
-
tomevault-io Bundle Static Security AnalyzerWrapper around Tizen Studio static analyzer. Detects memory leaks, buffer overflows, and coding vulnerabilities in C/C++/JavaScript. Use when this capability is needed.
-
tomevault-io Bundle Discover CryptographyAutomatically discover cryptography skills when working with encryption, TLS, certificates, PKI, and security Use when this capability is needed.
-
tomevault-io Bundle Django DevelopmentComprehensive guide for building Django web applications following Django 5.2 standards and industry best practices. Use when developing Django projects, implementing models/views/templates, configuring settings, handling forms, ensuring security, or deploying Django applications. Use when this capability is needed.
-
tomevault-io Bundle Audit Report Daily基于 .claude/runs/ 目录的审计数据自动生成工作日报。日报每个数字都可追溯到审计记录。当用户说"生成日报"、"今天做了什么"、"写报告"、"总结一下今天的工作",或通过 cron 每日 08:03 自动触发时使用。 Use when this capability is needed.
-
tomevault-io Bundle Review ProjectAnalyze project health including structural issues, security vulnerabilities, performance concerns, and code stability metrics. Use when auditing codebases, reviewing project quality, checking for security issues, identifying architectural problems, measuring code health, or generating quality reports. Use when this capability is needed.
-
tomevault-io Bundle Xss PreventionXSS attack prevention with input sanitization, output encoding, Content Security Policy. Use for user-generated content, rich text editors, web application security, or encountering stored XSS, reflected XSS, DOM manipulation, script injection errors. Use when this capability is needed.
Audited -
tomevault-io Bundle Sheshiyer Skill Clusters Django SecurityDjango Security Best Practices
-
tomevault-io Bundle Backend SecurityConfigure Spring Security 6.x with JWT authentication for Spring Boot 3.4.x. Use this when asked to set up authentication, JWT tokens, login/register endpoints, or secure API endpoints. Use when this capability is needed.
-
tomevault-io Bundle Stefan Stepzero Shipkit Shipkit UX Auditshipkit-ux-audit - Lightweight UX Guidance
-
tomevault-io Bundle Takemi Ohama AI Plugins QA Security ScanQA Security Scan Skill
-
tomevault-io Bundle Tech Debt AnalyzerThis skill should be used when analyzing technical debt in a codebase, documenting code quality issues, creating technical debt registers, or assessing code maintainability. Use this for identifying code smells, architectural issues, dependency problems, missing documentation, security vulnerabilities, and creating comprehensive technical debt documentation. Use when this capability is needed.
-
tomevault-io Bundle Dev Goraebap Grimoire Audit Public Rulesaudit-public-rules
-
tomevault-io Bundle Compliance ReviewUse when reviewing proposed features and data flows against GDPR, CCPA, HIPAA, and other privacy regulations. Covers regulatory applicability, PII data flow mapping, consent mechanism assessment, retention policies, and right-to-deletion compliance. Do not use for data sensitivity tiering (use data-classification) or audit logging design (use audit-trail-design).
-
tomevault-io Bundle Navigation DesignUse when designing navigation architecture for mobile or cross-platform features including screen hierarchy, deep linking schemes, and state preservation strategies. Covers stack navigation, modal flows, universal links, and process death recovery. Do not use for platform guideline compliance (use platform-audit) or hardware API integration (use device-integration).
-
tomevault-io Bundle Github VisibilityToggle GitHub repo between private and public with security hardening, contribution lockdown, and pre-flight safety checks. Use when this capability is needed.
-
tomevault-io Bundle Florianbuetow Claude Code Business LogicBusiness Logic Security (BIZ)
-
tomevault-io Bundle Kata Audit MilestoneVerify milestone achievement against its definition of done, checking requirements coverage, cross-phase integration, and end-to-end flows. Triggers include "audit milestone", "verify milestone", "check milestone", and "milestone audit". This skill reads existing phase verification files, aggregates technical debt and gaps, and spawns an integration checker for cross-phase wiring. Use when this capability is needed.
-
tomevault-io Bundle Sinatra SecuritySecurity best practices for Sinatra applications including input validation, CSRF protection, and authentication patterns. Use when hardening applications or conducting security reviews. Use when this capability is needed.
-
tomevault-io Bundle Anti Cheat SystemsGuide for modern game anti-cheat architecture, Windows kernel monitoring, and detection tradeoffs. Use this skill when analyzing EAC, BattlEye, Vanguard, FACEIT AC, kernel callbacks, handle protection, manual-map detection, boot-start drivers, BYOVD, DMA threats, or behavioral telemetry in game security research. Use when this capability is needed.
-
tomevault-io Bundle Dma Attack TechniquesGuide for PCIe DMA threat modeling, FPGA-based memory access, and defensive implications in game security. Use this skill when researching pcileech, BAR and TLP behavior, page-table walking, IOMMU or VT-d, device impersonation, firmware mimicry, or DMA detection and mitigation in game security research. Use when this capability is needed.
-
tomevault-io Bundle Security AuditorAudits code for security vulnerabilities including OWASP Top 10 and authentication issues. Use when this capability is needed.
-
tomevault-io Bundle Clarification PhaseExecutes the /clarify phase using AskUserQuestion tool to resolve ambiguities through structured questions (≤3), prioritization, and answer integration. Use when spec.md contains [NEEDS CLARIFICATION] markers, when requirements need disambiguation, or when running /clarify command to resolve critical scope/security/UX ambiguities before planning. (project) Use when this capability is needed.
-
tomevault-io Bundle Iso 42001 AI GovernanceAI governance readiness and gap assessment using ISO/IEC 42001:2023. Evaluate AI management-system practices for risk management, accountability, transparency, security, and continuous improvement. Use when this capability is needed.
-
tomevault-io Bundle Rust Quality CheckerValidate Rust code quality with rustfmt, clippy, cargo check, and security Use when this capability is needed.
-
tomevault-io Bundle Security EngineeringApplication security and infrastructure security expert. Use when reviewing code for vulnerabilities, implementing authentication/authorization, securing APIs, hardening infrastructure, threat modeling, implementing encryption, or conducting security audits. Covers OWASP Top 10, secure coding, DevSecOps, and compliance. Use when this capability is needed.
-
tomevault-io Bundle Python ProjectScaffold and harden Python projects using reusable defaults (pyproject/setuptools-scm, src layout, Ruff, pytest, Typer, Pydantic) plus best practices for CLI tools, systemd services, APIs/UI apps, IaC/automation, security/networking, and AI/ML workflows. Use when this capability is needed.
-
tomevault-io Bundle Plan AuditorExpertise in validating that the codebase matches a specific plan. Use when the user asks to "validate the plan", "check implementation", or "audit the code". Use when this capability is needed.
-
tomevault-io Bundle Hashing PasswordsCRITICAL security skill teaching proper credential and password handling. NEVER store passwords, use bcrypt/argon2, NEVER accept third-party credentials. Use when handling authentication, passwords, API keys, or any sensitive credentials. Use when this capability is needed.
Frequently asked questions
What are Security agent skills?
Security agent skills give AI agents disciplined security workflows: code review for vulnerabilities, secret handling, dependency audits, and hardening checklists. Every skill on SkillMD also passes its own safety review before listing, with capability flags shown on each page.
Which Security skills are most installed?
Popular Security skills on SkillMD right now include jwt-misuse-anti-pattern, mit-licensing, rust-security-audit. Rankings shift as installs change; sort this page by "Most installs" for the live list.
Do Security skills work with Claude Code and Cursor?
Yes. Every skill here ships as a SKILL.md file, an open format that works in Claude Code, Claude.ai, Cursor, Codex, Windsurf, and 60+ other agents. Install one with npx skillmds@latest add <owner>/<name>, or copy the file into your agent's skills directory.