Njones17/AI-agent-master-cyber-skills-list

The most comprehensive cybersecurity skill pack for AI coding agents — 741 skills spanning offense, defense, cloud, forensics, malware analysis, CTF, AppSec, DevSecOps, OT/ICS, and more. Drop-in compatible with Claude, Codex, Gemini CLI, Cursor, and 20+ platforms.

This repository also configures its own agents. See what AI-agent-master-cyber-skills-list tells them →

21Stars on the repository
201Mods indexed here, across every type
6mo agoLast push, which is what freshness is scored on
noneNo LICENSE: all rights reserved, so bodies are not copied

ai-red-teaming

02

Njones17/AI-agent-master-cyber-skills-list

Skill Claude CodeCodex

Run structured AI red team exercises for jailbreak resistance, data exfiltration risk, harmful output controls, and agent tool abuse resilience.

not rated 21 +1 6mo ago A 31 tokens

Njones17/AI-agent-master-cyber-skills-list

Skill Claude CodeCodex

Harden AI/LLM deployments against prompt injection, data exfiltration, model theft, and supply chain attacks. Covers input validation, output filtering, access control, model API security, and compliance controls for production AI systems.

not rated 21 +1 6mo ago A 51 tokens

Njones17/AI-agent-master-cyber-skills-list

Skill Claude Code

Searches and explores Burp Suite project files (.burp) from the command line. Use when searching response headers or bodies with regex patterns, extracting security audit findings, dumping proxy history or site map data, or analyzing HTTP traffic captured in a Burp project.

not rated 21 +1 6mo ago A 59 tokens

codeql

05

Njones17/AI-agent-master-cyber-skills-list

Skill Claude Code

Scans a codebase for security vulnerabilities using CodeQL's interprocedural data flow and taint tracking analysis. Triggers on "run codeql", "codeql scan", "codeql analysis", "build codeql database", or "find vulnerabilities with codeql". Supports "run all" (security-and-quality suite) and "important only"…

not rated 21 +1 6mo ago A 98 tokens

dast-scanning

06

Njones17/AI-agent-master-cyber-skills-list

Skill Claude CodeCodex

Perform dynamic application security testing with OWASP ZAP, Burp Suite, and Nikto. Test running applications for security vulnerabilities through automated and manual testing. Use when testing web applications, APIs, or performing penetration testing.

not rated 21 +1 6mo ago A 49 tokens

differential-review

07

Njones17/AI-agent-master-cyber-skills-list

Skill Claude Code

Performs security-focused differential review of code changes (PRs, commits, diffs). Adapts analysis depth to codebase size, uses git history for context, calculates blast radius, checks test coverage, and generates comprehensive markdown reports. Automatically detects and prevents security regressions.

not rated 21 +1 6mo ago A 61 tokens

fastapi-security

08

Njones17/AI-agent-master-cyber-skills-list

Skill Claude CodeCodex

Use when assessing security for Python FastAPI applications. Focuses on Pydantic exploitation, dependency injection gaps, OpenAPI exposure, ASGI middleware security, and Python-specific vulnerabilities like template injection and SSRF.

not rated 21 +1 6mo ago C 46 tokens

ffuf-web-fuzzing

09

Njones17/AI-agent-master-cyber-skills-list

Skill Claude Code

Expert guidance for ffuf web fuzzing during authorized penetration testing. Covers directory discovery, subdomain enumeration, parameter fuzzing, authenticated fuzzing with raw requests, auto-calibration, and result analysis. Use when running ffuf scans, analyzing ffuf output, or building fuzzing strategies for web…

not rated 21 +1 6mo ago A 68 tokens

Njones17/AI-agent-master-cyber-skills-list

Skill Claude Code

Scans Android APKs for Firebase security misconfigurations including open databases, storage buckets, authentication issues, and exposed cloud functions. Use when analyzing APK files for Firebase vulnerabilities, performing mobile app security audits, or testing Firebase endpoint security. For authorized security…

not rated 21 +1 6mo ago A 59 tokens

fp-check

12

Njones17/AI-agent-master-cyber-skills-list

Skill Claude Code

Systematically verifies suspected security bugs to eliminate false positives. Produces TRUE POSITIVE or FALSE POSITIVE verdicts with documented evidence for each bug.

not rated 21 +1 6mo ago A 32 tokens

ghost-proxy

13

Njones17/AI-agent-master-cyber-skills-list

Skill Claude CodeCodex

Starts and controls the reaper MITM proxy to capture, inspect, search, and replay HTTP/HTTPS traffic between clients and servers. Capabilities include starting/stopping the proxy scoped to specific domains, viewing captured request/response logs, searching traffic by method/path/status/host, and inspecting full raw…

not rated 21 +1 6mo ago C 107 tokens

ghost-repo-context

14

Njones17/AI-agent-master-cyber-skills-list

Skill Claude Code

Scans directory structure, detects projects, maps dependencies, and documents code organization into a repo.md file. Use when the user needs a codebase overview, project structure map, or repository context before security analysis.

not rated 21 +1 6mo ago A 47 tokens

ghost-scan-code

15

Njones17/AI-agent-master-cyber-skills-list

Skill Claude Code

Ghost Security - SAST code scanner. Finds security vulnerabilities in source code by planning and executing targeted scans for issues like SQL injection, XSS, BOLA, BFLA, SSRF, and other OWASP categories. Supports applications (backend, frontend, mobile) and libraries (prototype pollution, unsafe deserialization…

not rated 21 +1 6mo ago A 113 tokens

ghost-scan-deps

16

Njones17/AI-agent-master-cyber-skills-list

Skill Claude Code

Ghost Security - Software Composition Analysis (SCA) scanner. Scans dependency lockfiles for known vulnerabilities, identifies CVEs, and generates findings with severity levels and remediation guidance. Use when the user asks about dependency vulnerabilities, vulnerable packages, CVE checks, security audits of…

not rated 21 +1 6mo ago A 84 tokens

ghost-scan-secrets

17

Njones17/AI-agent-master-cyber-skills-list

Skill Claude Code

Ghost Security - Secrets and credentials scanner. Scans codebase for leaked API keys, tokens, passwords, and sensitive data. Detects hardcoded secrets and generates findings with severity and remediation guidance. Use when the user asks to check for leaked secrets, scan for credentials, find hardcoded API keys or…

not rated 21 +1 6mo ago A 82 tokens

ghost-validate

18

Njones17/AI-agent-master-cyber-skills-list

Skill Claude CodeCodex

This skill should be used when the user asks to "validate a finding", "check if a vulnerability is real", "triage a security finding", "confirm a vulnerability", "determine if a finding is a true positive or false positive", or provides a security finding for review. It validates security vulnerability findings by…

not rated 21 +1 6mo ago A 89 tokens

graphql-security

19

Njones17/AI-agent-master-cyber-skills-list

Skill Claude CodeCodex

Use when testing GraphQL APIs for common vulnerabilities including introspection exploitation, authorization bypasses, batching abuse, and denial of service. Covers endpoint discovery, schema analysis, and exploitation of GraphQL-specific features like federation and directives.

not rated 21 +1 6mo ago B 48 tokens

Njones17/AI-agent-master-cyber-skills-list

Skill Claude CodeCodex

Implements security controls at the API gateway layer including authentication enforcement, rate limiting, request validation, IP allowlisting, TLS termination, and threat protection. The engineer configures API gateways (Kong, AWS API Gateway, Azure APIM, Apigee) to act as a centralized security enforcement point…

not rated 21 +1 6mo ago A 106 tokens

Njones17/AI-agent-master-cyber-skills-list

Skill Claude CodeCodex

Implements secure API key generation, storage, rotation, and revocation controls to protect API authentication credentials from leakage, brute force, and abuse. The engineer designs API key formats with sufficient entropy, implements secure hashing for storage, enforces per-key scoping and rate limiting, monitors for…

not rated 21 +1 6mo ago B 98 tokens

Njones17/AI-agent-master-cyber-skills-list

Skill Claude CodeCodex

Implements API rate limiting and throttling controls using token bucket, sliding window, and fixed window algorithms to protect against brute force attacks, credential stuffing, resource exhaustion, and API abuse. The engineer configures per-user, per-IP, and per-endpoint rate limits using Redis-backed counters, API…

not rated 21 +1 6mo ago A 114 tokens

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: