Cybersecurity Skills skills
734+ cybersecurity skills — MITRE ATT&CK mapped, pentest, DFIR, threat intel, cloud security skills-hub.ai mirrors 754 skills from Cybersecurity Skills daily, every skill links back to its upstream GitHub source. Install with one command across Claude Code, Cursor, Codex, Windsurf, and any MCP-compatible tool.
Upstream: github.com/mukul975/Anthropic-Cybersecurity-Skills
Installing a Cybersecurity Skills skill
Pick a skill below, then run the install command for your AI coding tool. The skills-hub CLI writes the SKILL.md to the right directory and tracks the install in .skills.json so your team gets reproducible installs.
# Install a Cybersecurity Skills skill
npx @skills-hub-ai/cli install <skill-slug>
# Browse all Cybersecurity Skills skills via API
curl https://skills-hub.ai/api/v1/skills?source=cybersecurity-skills
# Browse all sources
open https://skills-hub.ai/sourcesTop Cybersecurity Skills skills
See all →The most-installed skills from Cybersecurity Skills, ranked by adoption.
01implementing-secrets-scanning-in-ci-cd
4 installsIntegrate gitleaks and trufflehog into CI/CD pipelines to detect leaked secrets before deployment
Buildfrom Cybersecurity Skills02implementing-gdpr-data-subject-access-request
1 installsAutomates GDPR Data Subject Access Request (DSAR) workflows including identity verification, PII discovery across databases and files using regex and NER, data mapping, response templating per Article 15 requirements, deadline tracking, and audit logging. Covers ICO/EDPB guidance compliance, exemption handling, and scalable batch processing. Use when building or auditing DSAR response capabilities under GDPR/UK GDPR.
Buildfrom Cybersecurity Skills03building-soc-escalation-matrix
1 installsBuild a structured SOC escalation matrix defining severity tiers, response SLAs, escalation paths, and notification procedures for security incidents.
Buildfrom Cybersecurity Skills04performing-soc-tabletop-exercise
1 installsPerforms tabletop exercises for SOC teams simulating security incidents through discussion-based scenarios to test incident response procedures, communication workflows, and decision-making under pressure without impacting production systems. Use when organizations need to validate IR playbooks, train analysts, or meet compliance requirements for incident response testing.
Buildfrom Cybersecurity Skills05performing-privacy-impact-assessment
1 installsAutomates the Privacy Impact Assessment (PIA) workflow including data flow mapping, privacy risk scoring matrices, GDPR Article 35 DPIA and CCPA/CPRA alignment checks, data inventory cataloging, and remediation tracking. Implements the NIST Privacy Framework PRAM methodology and ICO DPIA guidance for systematic identification and mitigation of privacy risks across processing activities. Use when conducting privacy assessments for new systems, evaluating regulatory compliance posture, or building automated privacy governance programs.
Buildfrom Cybersecurity Skills06building-incident-response-playbook
1 installsDesigns and documents structured incident response playbooks that define step-by-step procedures for specific incident types aligned with NIST SP 800-61r3 and SANS PICERL frameworks. Covers playbook structure, decision trees, escalation criteria, RACI matrices, and integration with SOAR platforms. Activates for requests involving IR playbook creation, incident response procedure documentation, response runbook development, or SOAR playbook design.
Buildfrom Cybersecurity Skills07detecting-aws-guardduty-findings-automation
1 installsAutomate AWS GuardDuty threat detection findings processing using EventBridge and Lambda to enable real-time incident response, automatic quarantine of compromised resources, and security notification workflows.
Buildfrom Cybersecurity Skills08executing-active-directory-attack-simulation
1 installsExecutes authorized attack simulations against Active Directory environments to identify misconfigurations, weak credentials, dangerous privilege paths, and exploitable trust relationships that could lead to domain compromise. The tester uses BloodHound for attack path analysis, Mimikatz for credential extraction, and Impacket for protocol-level attacks including Kerberoasting, AS-REP Roasting, and delegation abuse. Activates for requests involving Active Directory pentest, AD attack simulation, domain compromise testing, or Kerberos attack assessment.
Buildfrom Cybersecurity Skills09exploiting-insecure-deserialization
1 installsIdentifying and exploiting insecure deserialization vulnerabilities in Java, PHP, Python, and .NET applications to achieve remote code execution during authorized penetration tests.
Buildfrom Cybersecurity Skills10testing-oauth2-implementation-flaws
1 installsTests OAuth 2.0 and OpenID Connect implementations for security flaws including authorization code interception, redirect URI manipulation, CSRF in OAuth flows, token leakage, scope escalation, and PKCE bypass. The tester evaluates the authorization server, client application, and token handling for common misconfigurations that enable account takeover or unauthorized access. Activates for requests involving OAuth security testing, OIDC vulnerability assessment, OAuth2 redirect bypass, or authorization code flow testing.
Buildfrom Cybersecurity Skills11performing-firmware-extraction-with-binwalk
1 installsPerforms firmware image extraction and analysis using binwalk to identify embedded filesystems, compressed archives, bootloaders, kernel images, and cryptographic material. Covers entropy analysis for detecting encrypted or compressed regions, recursive extraction of nested archives, SquashFS/CramFS/JFFS2 filesystem mounting, and string analysis for credential and configuration discovery. Activates for requests involving firmware reverse engineering, IoT device analysis, embedded system security assessment, or router/camera firmware extraction.
Buildfrom Cybersecurity Skills12performing-soc2-type2-audit-preparation
1 installsAutomates SOC 2 Type II audit preparation including gap assessment against AICPA Trust Services Criteria (CC1-CC9), evidence collection from cloud providers and identity systems, control testing validation, remediation tracking, and continuous compliance monitoring. Covers all five TSC categories (Security, Availability, Processing Integrity, Confidentiality, Privacy) with automated evidence gathering from AWS, Azure, GCP, Okta, GitHub, and Jira. Use when preparing for or maintaining SOC 2 Type II certification.
Buildfrom Cybersecurity Skills13performing-sca-dependency-scanning-with-snyk
1 installsThis skill covers implementing Software Composition Analysis (SCA) using Snyk to detect vulnerable open-source dependencies in CI/CD pipelines. It addresses scanning package manifests and lockfiles, automated fix pull request generation, license compliance checking, continuous monitoring of deployed applications, and integration with GitHub, GitLab, and Jenkins pipelines.
Buildfrom Cybersecurity Skills14performing-log-source-onboarding-in-siem
1 installsPerform structured log source onboarding into SIEM platforms by configuring collectors, parsers, normalization, and validation for complete security visibility.
Buildfrom Cybersecurity Skills15auditing-terraform-infrastructure-for-security
1 installsAuditing Terraform infrastructure-as-code for security misconfigurations using Checkov, tfsec, Terrascan, and OPA/Rego policies to detect overly permissive IAM policies, public resource exposure, missing encryption, and insecure defaults before cloud deployment.
Buildfrom Cybersecurity Skills16detecting-aws-credential-exposure-with-trufflehog
1 installsDetecting exposed AWS credentials in source code repositories, CI/CD pipelines, and configuration files using TruffleHog, git-secrets, and AWS-native detection mechanisms to prevent credential theft and unauthorized account access.
Buildfrom Cybersecurity Skills17performing-paste-site-monitoring-for-credentials
1 installsMonitor paste sites like Pastebin and GitHub Gists for leaked credentials, API keys, and sensitive data dumps using automated scraping and keyword matching to detect breaches early.
Buildfrom Cybersecurity Skills18analyzing-network-traffic-for-incidents
1 installsAnalyzes network traffic captures and flow data to identify adversary activity during security incidents, including command-and-control communications, lateral movement, data exfiltration, and exploitation attempts. Uses Wireshark, Zeek, and NetFlow analysis techniques. Activates for requests involving network traffic analysis, packet capture investigation, PCAP analysis, network forensics, C2 traffic detection, or exfiltration detection.
Buildfrom Cybersecurity Skills19reverse-engineering-android-malware-with-jadx
1 installsReverse engineers malicious Android APK files using JADX decompiler to analyze Java/Kotlin source code, identify malicious functionality including data theft, C2 communication, privilege escalation, and overlay attacks. Examines manifest permissions, receivers, services, and native libraries. Activates for requests involving Android malware analysis, APK reverse engineering, mobile malware investigation, or Android threat analysis.
Buildfrom Cybersecurity Skills20implementing-envelope-encryption-with-aws-kms
1 installsEnvelope encryption is a strategy where data is encrypted with a data encryption key (DEK), and the DEK itself is encrypted with a master key (KEK) managed by AWS KMS. This approach allows encrypting
Buildfrom Cybersecurity Skills21implementing-hashicorp-vault-dynamic-secrets
1 installsImplements HashiCorp Vault dynamic secrets engines for database credentials, AWS IAM keys, and PKI certificates with automatic generation, lease management, and credential rotation to eliminate static secrets in application configurations. Activates for requests involving Vault secrets engine configuration, dynamic database credentials, ephemeral cloud credentials, or automated secret rotation.
Buildfrom Cybersecurity Skills22performing-firmware-malware-analysis
1 installsAnalyzes firmware images for embedded malware, backdoors, and unauthorized modifications targeting routers, IoT devices, UEFI/BIOS, and embedded systems. Covers firmware extraction, filesystem analysis, binary reverse engineering, and bootkit detection. Activates for requests involving firmware security analysis, IoT malware investigation, UEFI rootkit detection, or embedded device compromise assessment.
Buildfrom Cybersecurity Skills23building-incident-timeline-with-timesketch
Build collaborative forensic incident timelines using Timesketch to ingest, normalize, and analyze multi-source event data for attack chain reconstruction and investigation documentation.
Buildfrom Cybersecurity Skills24implementing-security-information-sharing-with-stix2
Create, validate, and share STIX 2.1 threat intelligence objects using the stix2 Python library. Covers indicators, malware, campaigns, relationships, bundles, and TAXII 2.1 publishing.
Buildfrom Cybersecurity Skills
About this source
skills-hub.ai mirrors skills from 90+ official GitHub repositories every day. Each imported skill is parsed from a SKILL.md file in the source repo, gets a security scan and quality score on import, and links back to its upstream source of truth.
Last sync: Jun 14, 2026, 4:07 PM (success).
Cybersecurity Skills skills, frequently asked
What are Cybersecurity Skills skills?
Cybersecurity Skills skills are AI coding skills published by Cybersecurity Skills (734+ cybersecurity skills — MITRE ATT&CK mapped, pentest, DFIR, threat intel, cloud security) and mirrored daily on skills-hub.ai. They are SKILL.md files that follow the open Agent Skills standard, so they work in Claude Code, Cursor, Codex CLI, Windsurf, Copilot, and any MCP-compatible tool.
How many Cybersecurity Skills skills are available?
skills-hub.ai indexes 754 skills from Cybersecurity Skills, synced daily from the upstream GitHub repository (https://github.com/mukul975/Anthropic-Cybersecurity-Skills).
How do I install a Cybersecurity Skills skill?
Run `npx @skills-hub-ai/cli install <skill-slug>` in your project. The CLI writes the SKILL.md to the right directory for your AI tool and adds it to your `.skills.json` lockfile so your team gets the same skills at the same versions.
Are these official Cybersecurity Skills skills?
Yes. Every skill from this source is mirrored from Cybersecurity Skills's own GitHub repository (https://github.com/mukul975/Anthropic-Cybersecurity-Skills). Each skill page links back to the upstream source of truth, so you can verify the original.