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.
-
majiayu000 Bundle Git Workflow 18Git workflow rules for git-review: branch naming, commit format, merge policy, review gate enforcement, and security rules. Use when creating branches, committing, or preparing merges.
567 -
majiayu000 Bundle Code Review 44Use when reviewing code. Triggers: 'review my code', 'check my work', 'look over this', 'review PR #X', 'PR comments to address', 'reviewer said', 'address feedback', 'self-review before PR', 'audit this code'. Modes: --self (pre-PR self-review), --feedback (process received review comments), --give (review someone else's code/PR), --audit (deep single-pass analysis). For heavyweight multi-phase analysis, use advanced-code-review instead.
567 -
majiayu000 Bundle Code Review 45Reviews code for quality, best practices, and potential issues. Use when asked to review, audit, or check code for problems.
567 -
majiayu000 Bundle Review Code 6Review code for bugs, security vulnerabilities, API misuse, consistency issues, simplicity problems, or test coverage gaps by running internal reviews and a peer review in parallel and returning combined findings. Single-concern with a type argument, or full review with no argument. Use when the user asks to "review my code", "full code review", "review my changes", "check for bugs", "scan for bugs", "review correctness", "security audit", "find vulnerabilities", "review security", "check API usage", "verify against docs", "check for cross-file duplication", "review consistency", "check for code reuse", "review simplicity", "find untested code", or "review test coverage".
567 -
majiayu000 Bundle Mobile Security 2<!-- Copyright (c) 2026 defconxt. All rights reserved. -->
567 -
majiayu000 Bundle Dependency Security 2Managing Supply Chain Security, SBOM generation, and vulnerability patching (SCA).
567 -
majiayu000 Bundle Backup Recovery 2Define RPO/RTO, implement PITR/Snapshots, and test restores.
567 -
majiayu000 Bundle Security Audit 5Deep security audit of the codebase (Janet Moore's workflow)
567 -
majiayu000 Bundle Sops Decrypt 2Decrypt and edit SOPS-encrypted secrets in this repo
567 -
majiayu000 Bundle Templates 12Use this template for domain-specific security testing (cryptographic testing, web security methodologies, etc.).
567 -
majiayu000 Bundle Improve Skill 3Use when the user asks to improve, compare, audit, or identify gaps in an existing skill.
567 -
majiayu000 Bundle Testing 30Automated test generation, review, and execution for pytest-based projects. Auto-activates on keywords test, coverage, pytest, unittest, integration test, e2e, performance, benchmark, security testing. Routes to specialized testing workflows based on user intent.
567 -
majiayu000 Bundle Mysql 5Administer MySQL/MariaDB databases. Configure replication and optimize performance. Use when managing MySQL deployments.
567 -
majiayu000 Bundle Pair Programming 3AI-assisted pair programming with multiple modes (driver$navigator$switch), real-time verification, quality monitoring, and comprehensive testing. Supports TDD, debugging, refactoring, and learning sessions. Features automatic role switching, continuous code review, security scanning, and performance optimization with truth-score verification.
567 -
majiayu000 Bundle Quarkus 2Guides Quarkus development across REST APIs, CDI dependency injection, Hibernate ORM, Panache, configuration, OpenAPI, templates, messaging, security, observability, packaging, and tooling. Use when building Quarkus applications, adding endpoints or clients, configuring datasources or OIDC, debugging build or runtime issues, or choosing extensions.
567 -
majiayu000 Bundle Review Code 7Review code for bugs, security vulnerabilities, API misuse, consistency issues, simplicity problems, or test coverage gaps by running internal reviews and a peer review in parallel and returning combined findings. Single-concern with a type argument, or full review with no argument. Use when the user asks to "review my code", "full code review", "review my changes", "check for bugs", "scan for bugs", "review correctness", "security audit", "find vulnerabilities", "review security", "check API usage", "verify against docs", "check for cross-file duplication", "review consistency", "check for code reuse", "review simplicity", "find untested code", or "review test coverage".
567 -
majiayu000 Bundle Pr Review 6Use when reviewing a pull request, merge request, or local diff for correctness, security, and code quality.
567 -
majiayu000 Bundle Perf 5Web performance audit - Core Web Vitals, bundle analysis, Lighthouse patterns.
567 -
majiayu000 Bundle Audit Arch 2Audit codebase for adherence to architectural standards, practices, and rules. Use when user says "audit arch", "audit architecture", "check architecture", or "architectural review". Spawns parallel subagents to examine multiple architectural aspects and generates a structured report.
567 -
majiayu000 Bundle Audit 15Periodic project health check - cross-check docs, prune conventions, find drift. Use when project documentation feels stale, before milestones, or when CLAUDE.md is getting long.
567 -
majiayu000 Bundle Code Review 54Comprehensive code review assistant that analyzes code quality, security, and best practices
567 -
majiayu000 Bundle 1password 5Secure 1Password CLI (op) access patterns. Use when any task requires reading secrets, tokens, API keys, passwords, or credentials from 1Password. Also use when another skill or workflow needs to retrieve a secret from a vault. Provides secure read patterns and strict rules to prevent secret leakage into conversation context, terminal output, or environment variables visible to Claude. NEVER bypass these patterns by running op commands directly without following the security rules below.
567 -
majiayu000 Bundle 1password 6Set up and use 1Password CLI (op). Use when installing the CLI, enabling desktop app integration, signing in (single or multi-account), or reading/injecting/running secrets via op.
567 -
majiayu000 Bundle Clerk Auth 2Expert patterns for Clerk auth implementation, middleware, organizations, webhooks, and user sync Use when: adding authentication, clerk auth, user authentication, sign in, sign up.
567 -
majiayu000 Bundle Debug 27Investigate-then-decide root-cause analysis for a defect whose cause is unknown (distinct from /fix, which assumes a known bug). Five gated phases: capture, hypothesize, gather, decide, hand off. Investigation only, no code changes; exits to /fix, /adr, or a no-action close.
567 -
majiayu000 Bundle Debug 28Investigate-then-decide root-cause analysis for a defect whose cause is unknown (distinct from /fix, which assumes a known bug). Five gated phases: capture, hypothesize, gather, decide, hand off. Investigation only, no code changes; exits to /fix, /adr, or a no-action close.
567 -
majiayu000 Bundle Regulatory Review 2Use to assess regulatory applicability for products that may fall under AI regulation (EU AI Act, Article 50 transparency).
567 -
majiayu000 Bundle Log Analysis 3Parsing structured logs, finding patterns in noise, and ELK/Splunk querying.
567 -
majiayu000 Bundle Security Review 10OWASP secure design review for code and architecture. Checks input validation, authentication, authorization, data protection.
567 -
majiayu000 Bundle Security Scan 5Security scan workflow — dependency audit, OWASP checklist, secrets scan, vulnerability report. Applies software-engineer role with security focus. Use standalone or as part of code review.
567 -
majiayu000 Bundle Tdd Loop 2Test-Driven Development loop for audit refactor tasks. Automatically picks next task, enforces test-first, runs validation. Based on Ralph Wiggum AI Loop Technique.
567 -
majiayu000 Bundle Audit Logging 2Ensure every critical action is logged (vital for UAG/Trust Room).
567 -
majiayu000 Bundle Create Hooks 2Guide for creating Claude Code hooks with proper configuration, shell commands, event handling, and security practices. Use when the user wants to create hooks, automate workflows, add event handlers, format code automatically, protect files, log actions, or mentions creating/configuring/building hooks.
567 -
majiayu000 Bundle Code Review 56Conducts comprehensive code reviews identifying poor practices, inefficiencies, potential bugs, security vulnerabilities, and provides recommendations for making code DRYer and more maintainable. Use when reviewing files, PRs, or code quality.
567 -
majiayu000 Bundle Code Review 57Review code changes between commits for security, logic, performance, and style issues
567 -
majiayu000 Bundle Better Auth 4Authentication and session management with Better Auth in LivestockAI
567
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 git-workflow, code-review, code-review. 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.