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 Security BaselineAudit and implement security best practices for GitHub repositories. USE THIS SKILL when user says "security audit", "check security", "add gitleaks", "secret scanning", "dependency audit", or needs security hardening. Use when this capability is needed.
-
tomevault-io Bundle CompounderWeekly review partner that compounds productivity gains over time. Tracks velocity, logs friction, sets next-week targets, recognizes patterns across weeks, and feeds insights back to the audit for the next loop. Use when you want a weekly review, need to identify friction, want to see patterns, or want to update your system map. Part of the architect-system loop. Outputs to system/compounder/week-{date}.md. Use when this capability is needed.
-
tomevault-io Bundle Sast ConfigurationConfigure Static Application Security Testing (SAST) tools for automated vulnerability detection in application code. Use when setting up security scanning, implementing DevSecOps practices, or automating code vulnerability detection. Use when this capability is needed.
-
tomevault-io Bundle Wubabalala Claude Skills Doc AuditDoc Garden — Documentation Drift Audit & Normalization
-
tomevault-io Bundle Xrpl DevEnd-to-end XRPL development playbook. Covers XRP Ledger dApp development including project scaffolding (create-xrp), wallet integration (xrpl-connect), client SDKs, transactions, tokens, NFTs, DEX/AMM, cross-chain interoperability (Axelar), and security best practices. Use when this capability is needed.
-
tomevault-io Bundle Shell Script ReviewShell Script code review for correctness, security, maintainability, and best practices. Use for manual review of shell scripts checking design decisions and security patterns requiring human judgment. For detailed category-specific checks, see reference/. Use when this capability is needed.
-
tomevault-io Bundle Audit FullFull-codebase audit using 1M context window. Security, architecture, and dependency analysis in a single pass. Use when you need whole-project analysis. Use when this capability is needed.
-
tomevault-io Bundle Remediation ConfigSecurity fix patterns for configuration and deployment vulnerabilities (path traversal, debug mode, security headers). Provides language-specific secure implementations. Use when this capability is needed.
-
tomevault-io Bundle Remediation CryptoSecurity fix patterns for cryptographic vulnerabilities (weak algorithms, insecure randomness, TLS issues). Provides language-specific secure implementations. Use when this capability is needed.
-
tomevault-io Bundle Adxptived Rust Skills Rust SecurityRust Security
-
tomevault-io Bundle Ads LandingLanding page quality assessment for paid advertising campaigns. Evaluates message match, page speed, mobile experience, trust signals, form optimization, and conversion rate potential. Use when user says landing page, post-click experience, landing page audit, conversion rate, or landing page optimization. Use when this capability is needed.
-
tomevault-io Bundle Agricidaniel Claude Blog Blog AuditBlog Audit -- Full-Site Health Assessment
-
tomevault-io Bundle Auth AnalyzerReview and analyze authentication and authorization patterns for security vulnerabilities. Use when this capability is needed.
-
tomevault-io Bundle Package Url Purl Format Standard ExpertOWASP Package URL (PURL) format expert Use when this capability is needed.
-
tomevault-io Bundle Document In CaseAdd a comment to a case to document findings, actions, or recommendations. Use to maintain audit trail during investigations. Requires CASE_ID and comment text. Use when this capability is needed.
-
tomevault-io Bundle App Server Events SyncMaintain CodexMonitor and Codex app-server protocol parity. Use when asked to audit supported or missing app-server notifications/requests, trace event routing, diagnose schema drift in app-server payloads, or update docs/app-server-events.md after upstream Codex changes. Use when this capability is needed.
-
tomevault-io Bundle Firebase AIIntegrates Firebase AI Logic into Flutter apps. Use when setting up the firebase_ai plugin, calling Gemini models, handling AI service errors, or applying security and privacy considerations for AI features.
-
tomevault-io Bundle Florianbuetow Claude Code InjectionInjection Analysis (OWASP A03:2021)
-
tomevault-io Bundle Florianbuetow Claude Code MisconfigSecurity Misconfiguration Analysis
-
tomevault-io Bundle Florianbuetow Claude Code WebsocketWebSocket Security (WS)
-
tomevault-io Bundle Jazz Permissions SecurityUse this skill when designing data schemas, implementing sharing workflows, or auditing access control in Jazz applications. It covers the hierarchy of Groups, Accounts, and CoValues, ensuring data is private by default and shared securely through cascading permissions and invitations.
-
tomevault-io Bundle Rust Rt AuditAudit a Rust DSP crate for real-time-safety violations — verifies `#![no_std]`, no `alloc` dependency, `panic = "abort"`, runs targeted clippy lints, greps for banned constructs in the hot path, and scans the compiled LLVM-IR for allocator symbols. Designed to be run on any Rust DSP crate before merge. Use when this capability is needed.
-
tomevault-io Bundle Pair ProgrammingAI-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. Use when this capability is needed.
-
tomevault-io Bundle Sd0xdev Sd0x Dev Flow Project AuditProject Audit
-
tomevault-io Bundle PayloadUse when working with Payload CMS projects (payload.config.ts, collections, fields, hooks, access control, Payload API). Use when debugging validation errors, security issues, relationship queries, transactions, or hook behavior.
-
tomevault-io Bundle Security HardeningSecurity patterns, guards, and best practices enforced across the Docklift codebase. Use when this capability is needed.
-
tomevault-io Bundle Sui CoverageAnalyze Sui Move test coverage, identify untested code, write missing tests, and perform security audits. Includes Python tools for parsing coverage output and generating reports. Use when this capability is needed.
-
tomevault-io Bundle Python SkillsShared Python best practices for LlamaFarm. Covers patterns, async, typing, testing, error handling, and security. Use when this capability is needed.
-
tomevault-io Bundle Harness PlatformHarness Platform administration including delegates, RBAC, connectors, secrets, templates, policy as code (OPA), user management, audit logs, and governance Use when this capability is needed.
-
tomevault-io Bundle Code Review SpecialistComprehensive code review with security, performance, and quality analysis. Use when users ask to review code, analyze code quality, evaluate pull requests, or mention code review, security analysis, or performance optimization. Use when this capability is needed.
-
tomevault-io Bundle Lvergro Claude Code Orquesta AuditLvergro Claude Code Orquesta Audit
-
tomevault-io Bundle Design Review GateAutomatic review gate that runs after brainstorming completes - spawns PM, Architect, Designer, Security, and CTO agents in parallel, iterates until all approve Use when this capability is needed.
-
tomevault-io Bundle Django Perf ReviewDjango performance code review. Use when asked to "review Django performance", "find N+1 queries", "optimize Django", "check queryset performance", "database performance", "Django ORM issues", or audit Django code for performance problems. Use when this capability is needed.
-
tomevault-io Bundle Review Ruby CodeComprehensive Ruby and Rails code review using Sandi Metz rules and SOLID principles. Analyzes changed files in current branch vs base branch, runs rubycritic and simplecov, identifies OOP violations, Rails anti-patterns, security issues, code smells, and test coverage gaps. Outputs REVIEW.md with VSCode-compatible file links. Use when reviewing Ruby/Rails code, conducting code reviews, checking for design issues, pull request review, code quality analysis, or when user mentions Sandi Metz, POODR, 99 Bottles, SOLID, Law of Demeter, or "Tell Don't Ask". Use when this capability is needed.
-
tomevault-io Bundle Skills ManagerUse when the user wants to list, search, install, remove, inspect, validate, audit,
-
tomevault-io Bundle Code Review PolicyPre-delivery self-review gate and prioritized review dimensions (security, correctness, data integrity, reuse, performance, readability) with change-quality criteria. Use BEFORE declaring any code change complete, and when asked to review a diff, PR, or branch. 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 security-baseline, compounder, sast-configuration. 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.