cybersecurity skills

1,216 tagged cybersecurity, measured the same way as everything else here.

Browse within: blue-team 219devsecops 219ai-security 206appsec 162ctf 162bug-bounty 157mitre-attack 75ai-pentesting 74hacking 73incident-response 65cybersecurity-tools 64LangChain 60cli-tool 60curl 60

usestrix/strix

Skill Claude CodeCodex

Security-test a REST, GraphQL, or gRPC API with Strix — autonomous agents that enumerate endpoints from an OpenAPI/GraphQL schema (or by crawling), then actually exploit the API-specific vulnerability classes in the OWASP API Security Top 10 (2023) — broken object-level authorization (BOLA/IDOR), broken object…

59k 3d ago A 144 tokens original Apache-2.0

usestrix/strix

Skill Claude CodeCodex

Fix security vulnerabilities found by a Strix pentest (open-source CLI or app.strix.ai cloud) — triage by severity, patch the root cause rather than the symptom, and re-run Strix to prove each fix actually closes the exploit. Handles injection, XSS, SSRF, broken access control, IDOR, and other validated findings. Use…

59k 3d ago A 124 tokens original Apache-2.0

usestrix/strix

Skill Claude CodeCodex

Run a managed pentest of a web app or API through the app.strix.ai REST API — no local Docker, LLM key, or install needed. Create an API token, register domain/repository assets, launch and poll scans, triage vulnerabilities, export SARIF, download PDF/DOCX pentest reports for SOC 2 and other compliance evidence…

59k 3d ago A 139 tokens original Apache-2.0

mukul975/Anthropic-Cybersecurity-Skills

Skill Claude CodeCodex

Extract and decrypt Windows DPAPI-protected secrets (Credential Manager, browser logins/cookies, Wi-Fi credentials, KeePass keys) online or offline using SharpDPAPI, SharpChrome, Mimikatz, or Impacket's dpapi.py, including domain-wide decryption via the DPAPI backup key. Use during authorized red-team…

32k 8d ago A 97 tokens original Apache-2.0

mukul975/Anthropic-Cybersecurity-Skills

Skill Claude CodeCodex

Analyzes malware C2 communication over HTTP, HTTPS, DNS, and custom protocols to reverse-engineer beacon patterns, command structures, data encoding, and infrastructure (primary servers, fallback domains, dead drops). Use after reverse engineering reveals network traffic needing protocol analysis or when building…

32k 8d ago A 81 tokens original Apache-2.0

seven-question-gate

07

PurpleAILAB/Decepticon

Skill Claude CodeCodex

7-question gate run before promoting a finding to FINDING + opening a report. Kills weak/non-impactful findings before they reach the report stage and damage validity ratio.

5.4k yesterday A 39 tokens original Apache-2.0

defense-evasion

08

PurpleAILAB/Decepticon

Skill Claude CodeCodex

Endpoint defense bypass — AMSI/ETW patching, ScareCrow framework, custom loaders, direct/indirect syscalls, LOLBAS execution, process injection.

5.4k yesterday A 40 tokens original Apache-2.0

opsec

09

PurpleAILAB/Decepticon

Skill Claude CodeCodex

Operational security management — traffic shaping, scan rate limiting, source IP management, tool signature avoidance, evidence handling, anti-detection patterns.

5.4k yesterday A 30 tokens original Apache-2.0

crypto-toolkit

10

Netw0rkNoob/VulnClaw

Skill Claude CodeCodex

A toolkit for encoding, decoding, hashing, and encrypting data in formats such as Base64, hexadecimal, URLs, JWTs, AES, RSA, and common ciphers.

3.1k +11 9d ago A 69 tokens original MIT

ctf-web

11

Netw0rkNoob/VulnClaw

Skill Claude CodeCodex

A reference guide for Web Capture the Flag (CTF) security puzzles, especially PHP weaknesses, injections, file inclusion, source-code discovery, and common flag locations. It focuses on concrete challenge techniques rather than general penetration-testing planning.

3.1k +11 9d ago A 56 tokens original MIT

osint-recon

12

Netw0rkNoob/VulnClaw

Skill Claude CodeCodex

A knowledge guide for open-source intelligence, or OSINT: collecting information from publicly available sources. It covers servers, websites, domains, and, when appropriate, people.

3.1k +11 9d ago A 42 tokens original MIT

samugit83/redamon

Skill Claude CodeCodex

Wiring a new tool the AI agent can call (not the recon pipeline): the tool registry, the phase map, the hardcoded dispatch chokepoint, and the duplicated execution paths that make a tool work in single mode but silently break in parallel plans. Trigger: adding or editing a tool the agent invokes; editing…

2.4k 2d ago A 135 tokens original MIT

builtin-agent-skill

14

samugit83/redamon

Skill Claude CodeCodex

Adding a built-in Agent Skill (an attack technique like ssrf, xxe, rce) that ships hardcoded in RedAmon: classified by the Intent Router, injected into the agent prompt, toggled per project, badged in the chat drawer. Nine layers across agentic and webapp, two of which fail with no error. Trigger: adding or editing a…

2.4k 2d ago A 150 tokens original MIT

samugit83/redamon

Skill Claude CodeCodex

Spawning and hardening scan containers from the recon orchestrator: the security flags that look correct and break the container, and the sibling bind-mount path handling. capdrop and no-new-privileges were each reverted after breaking real scans. Trigger: editing reconorchestrator/containermanager.py; changing how a…

2.4k 2d ago A 103 tokens original MIT

m14r41/PentestingEverything

Skill Claude CodeCodex

Guides authorized penetration testing with PentestingEverything as the source-grounded knowledge base. Use when scoping an engagement, building domain checklists, hunting a vulnerability class, choosing tools/commands, or drafting evidence-based findings from this repository's Markdown.

2.1k 16d ago A 56 tokens original MIT

attackgen-tabletop

17

mrwadams/attackgen

Skill Claude CodeCodex

Turn a MITRE ATT&CK/ATLAS threat group or case study — or a frontier AI agent deployed inside the organisation — into a full incident-response tabletop exercise (MSEL): scenario narrative, kill chain or agent threat scope, timestamped injects, discussion questions, and a detection-coverage scorecard, using the…

1.2k 10d ago A 155 tokens GPL-3.0

xalgorix/xalgorix

Skill Claude CodeCodex

Tests APIs for Broken Function Level Authorization (BFLA) vulnerabilities where regular users can invoke administrative functions or access privileged API endpoints by directly calling them. The tester identifies admin and privileged endpoints, then attempts to access them with regular user credentials by manipulating…

942 2d ago A 108 tokens original Apache-2.0

xalgorix/xalgorix

Skill Claude CodeCodex

Tests APIs for excessive data exposure where endpoints return more data than the client application needs, relying on the frontend to filter sensitive fields. The tester intercepts API responses and analyzes them for leaked PII, internal identifiers, debug information, or sensitive business data that the UI does not…

942 2d ago A 114 tokens original Apache-2.0

evidence-hygiene

21

Zyrexnn/Cybermes

Skill Claude CodeCodex

Evidence-capture and PoC-redaction discipline for bug-bounty submissions: cookie redaction protocol (which fields to mask, Preview annotation / Burp panel hiding / DevTools workflow), PII black-bar discipline (what to mask in other-user data — names, emails, phones, faces — vs what is safe to leave — usernames, trace…

668 2d ago A 190 tokens copy · 97% Apache-2.0

hunt-api-misconfig

22

Zyrexnn/Cybermes

Skill Claude CodeCodex

Hunt API security misconfiguration — mass assignment, prototype pollution, HTTP verb tampering. Mass assignment: send {isadmin:true, role:admin, verified:true} on profile/account/reset endpoints — server blindly applies. JWT signature/crypto forging (alg:none, key confusion, kid/jku) is owned by hunt-jwt-crypto; this…

668 2d ago A 207 tokens copy · 98% Apache-2.0

hunt-ato

23

Zyrexnn/Cybermes

Skill Claude CodeCodex

Hunt account takeover taxonomy — 9 distinct paths to ATO, plus chains. Paths: (1) password reset flaws (host-header injection redirects token, predictable/numeric token, Referer leak, no-expiry/reuse), (2) email change without re-auth, (3) OAuth account-link CSRF, (4) MFA bypass (per hunt-mfa-bypass), (5) session…

668 2d ago A 241 tokens original Apache-2.0

forensics-kit

24

FrancescoStabile/numasec

Skill Claude CodeCodex

Digital forensics and incident response toolbox. Load when the operator asks about a pcap, a binary, a memory dump, a suspicious file, malware triage, IOC hunting, or post-incident analysis. Covers network (tshark), binaries (radare2, strings, binwalk, file, exiftool), memory (volatility), and pattern matching (YARA).…

620 3mo ago A 101 tokens AGPL-3.0