briiirussell/cybersecurity-skills

Cybersecurity skills for AI coding agents (Claude Code, Cursor, Codex)

380Stars on the repository
59Mods indexed here, across every type
3mo agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

ai-risk-management

01

briiirussell/cybersecurity-skills

Cursor rule Cursor

Apply the NIST AI Risk Management Framework (AI RMF 1.0) and adjacent guidance to AI / ML systems — model lifecycle governance, fairness and bias evaluation, robustness, transparency, accountability, third-party model risk, monitoring for drift, and AI incident response. Broader than prompt-injection (which is the…

not rated 380 +7 3mo ago A 175 tokens original MIT

api-audit

02

briiirussell/cybersecurity-skills

Cursor rule Cursor

Audit REST, GraphQL, and RPC APIs against the OWASP API Security Top 10 (2023). Use when the user mentions 'API security,' 'API audit,' 'BOLA,' 'broken object level authorization,' 'BFLA,' 'function-level authorization,' 'mass assignment,' 'API rate limiting,' 'GraphQL security,' 'REST security,' 'API authentication,'…

not rated 380 +7 3mo ago A 98 tokens original MIT

breach-patterns

03

briiirussell/cybersecurity-skills

Cursor rule Cursor

Learn from public breach disclosures — extract the audit question each one implies and check your own stack. Capital One IMDS abuse, LastPass vault exfiltration, Okta Lapsus$, Snowflake credential reuse, MOVEit, SolarWinds, Equifax, Target POS, Codecov, Uber, Twilio — what would you check now if your boss said 'could…

not rated 380 +7 3mo ago B 149 tokens original MIT

cloud-audit

04

briiirussell/cybersecurity-skills

Cursor rule Cursor

Audit cloud infrastructure (AWS, GCP, Azure) for misconfigurations, excessive permissions, and security gaps. Use when the user mentions 'cloud security,' 'cloud audit,' 'AWS security,' 'GCP security,' 'Azure security,' 'IAM audit,' 'S3 bucket,' 'cloud misconfiguration,' 'cloud hardening,' or needs to review cloud…

not rated 380 +7 3mo ago A 76 tokens original MIT

container-audit

05

briiirussell/cybersecurity-skills

Cursor rule Cursor

Audit container images, Dockerfiles, and Kubernetes manifests for misconfigurations, excessive privileges, exposed secrets, and runtime risks. Use when the user mentions 'container security,' 'Docker security,' 'Dockerfile audit,' 'Kubernetes security,' 'K8s security,' 'pod security,' 'container hardening,' 'kubectl…

not rated 380 +7 3mo ago A 123 tokens original MIT

crypto-audit

06

briiirussell/cybersecurity-skills

Cursor rule Cursor

Audit cryptography implementation — algorithm choice, key sizes, KDF parameters, IV/nonce handling, signature verification, randomness, TLS configuration, and key rotation. Deeper than owasp-audit A02. Use when the user mentions 'crypto review,' 'cryptography audit,' 'encryption review,' 'KDF,' 'PBKDF2,' 'Argon2,'…

not rated 380 +7 3mo ago A 135 tokens original MIT

csf-mapping

07

briiirussell/cybersecurity-skills

Cursor rule Cursor

Map your security posture against the NIST Cybersecurity Framework 2.0 (Govern, Identify, Protect, Detect, Respond, Recover). Produce a gap analysis, current/target tier assessment, and roadmap in the governance language that boards, auditors, and CISOs actually use. Use when the user mentions 'NIST CSF,' 'CSF 2.0,'…

not rated 380 +7 3mo ago A 135 tokens original MIT

dependency-audit

08

briiirussell/cybersecurity-skills

Cursor rule Cursor

Audit project dependencies, frameworks, languages, and dev tools for known vulnerabilities, CVEs, and security anti-patterns. Use when the user mentions 'dependency audit,' 'npm audit,' 'CVE,' 'vulnerable packages,' 'supply chain security,' 'outdated dependencies,' 'known vulnerabilities,' 'security advisory,'…

not rated 380 +7 3mo ago A 92 tokens original MIT

disk-forensics

09

briiirussell/cybersecurity-skills

Cursor rule Cursor

Analyze disk images, file systems, and memory captures for digital evidence recovery in forensic investigations and CTF challenges. Use when the user mentions 'disk forensics,' 'forensic analysis,' 'disk image,' 'file carving,' 'deleted files,' 'evidence recovery,' 'timeline analysis,' 'memory forensics,'…

not rated 380 +7 3mo ago A 102 tokens original MIT

finding-triage

10

briiirussell/cybersecurity-skills

Cursor rule Cursor

Triage a single security finding — from a scanner, audit, advisory, or report — to a defensible disposition with a mitigation plan, false-positive justification, or accepted-risk writeup. Use when the user mentions 'triage this finding,' 'is this a real vulnerability,' 'mitigation plan,' 'false positive,' 'accept this…

not rated 380 +7 3mo ago A 118 tokens original MIT

hipaa-audit

11

briiirussell/cybersecurity-skills

Cursor rule Cursor

Audit applications and infrastructure handling Protected Health Information against HIPAA — Security Rule (administrative, physical, technical safeguards), Privacy Rule, Breach Notification Rule, plus HITECH. Covers ePHI scoping, the 18 HIPAA identifiers, Business Associate Agreement (BAA) chain-of-liability…

not rated 380 +7 3mo ago A 167 tokens original MIT

iam-audit

12

briiirussell/cybersecurity-skills

Cursor rule Cursor

Audit, design, and migrate Identity and Access Management — cloud provider IAM (AWS, GCP, Azure), identity providers (Okta, Entra ID / Azure AD, Auth0, Google Workspace), application authorization (RBAC, ABAC, ReBAC), and federated identity. Use when the user mentions 'IAM,' 'identity,' 'access management,' 'least…

not rated 380 +7 3mo ago A 173 tokens original MIT

incident-triage

13

briiirussell/cybersecurity-skills

Cursor rule Cursor

Guide rapid triage and initial response to security incidents following NIST SP 800-61 methodology. Use when the user mentions 'incident response,' 'security incident,' 'triage,' 'we've been hacked,' 'breach,' 'compromised,' 'malware detected,' 'suspicious activity,' 'IOC,' 'indicators of compromise,' or needs help…

not rated 380 +7 3mo ago A 80 tokens original MIT

mobile-audit

14

briiirussell/cybersecurity-skills

Cursor rule Cursor

Audit iOS and Android mobile applications against OWASP MASVS / MASTG — insecure storage, weak crypto, certificate pinning, deeplinks, IPC, jailbreak/root detection, reverse-engineering resistance. Use when the user mentions 'mobile security,' 'iOS security,' 'Android security,' 'mobile audit,' 'mobile pentest,'…

not rated 380 +7 3mo ago A 127 tokens original MIT

osint-recon

15

briiirussell/cybersecurity-skills

Cursor rule Cursor

Gather and correlate open source intelligence from public sources for authorized investigations, threat intelligence, and attack surface assessment. Use when the user mentions 'OSINT,' 'open source intelligence,' 'digital footprint,' 'public records,' 'threat intelligence,' 'investigate a domain,' or needs to research…

not rated 380 +7 3mo ago A 65 tokens original MIT

owasp-audit

16

briiirussell/cybersecurity-skills

Cursor rule Cursor

Audit application source code against the OWASP Top 10 (2021) vulnerability categories — broken access control, cryptographic failures, injection, insecure design, security misconfiguration, vulnerable components, authentication failures, data integrity, logging failures, SSRF. Use when the user mentions 'OWASP,'…

not rated 380 +7 3mo ago B 142 tokens original MIT

pci-audit

17

briiirussell/cybersecurity-skills

Cursor rule Cursor

Audit applications and infrastructure handling payment card data against PCI DSS v4.0. Heavy emphasis on scope determination (the single most-leveraged variable) plus the engineering-relevant requirements — Req 3 (storage of CHD), Req 4 (transmission), Req 6 (secure SDLC), Req 7-8 (access), Req 10 (logging), Req 11…

not rated 380 +7 3mo ago A 176 tokens original MIT

privacy-engineering

18

briiirussell/cybersecurity-skills

Cursor rule Cursor

Implement and audit privacy controls in product and infrastructure — GDPR, CCPA / CPRA, LGPD, PIPEDA. Covers data minimization, lawful basis, consent management, data subject access requests (DSARs — access, deletion, portability), data processing agreements, DPIA / TIA, breach notification timing, data…

not rated 380 +7 3mo ago A 208 tokens original MIT

prompt-injection

19

briiirussell/cybersecurity-skills

Cursor rule Cursor

Audit applications for AI prompt injection, agent security, and LLM permission boundary vulnerabilities. Use when the user mentions 'prompt injection,' 'LLM security,' 'AI security,' 'jailbreak,' 'indirect prompt injection,' 'prompt leaking,' 'AI red team,' 'LLM vulnerabilities,' 'AI input validation,' 'system prompt…

not rated 380 +7 3mo ago B 106 tokens original MIT

recon

20

briiirussell/cybersecurity-skills

Cursor rule Claude CodeCursor

Perform structured reconnaissance and attack surface enumeration for authorized penetration tests, CTF challenges, and bug bounty programs. Use when the user mentions 'recon,' 'reconnaissance,' 'enumerate,' 'attack surface,' 'subdomain enumeration,' 'port scan,' 'fingerprint,' 'asset discovery,' or needs to map a…

not rated 380 +7 3mo ago A 71 tokens original MIT

red-team-engagement

21

briiirussell/cybersecurity-skills

Cursor rule Cursor

Plan, scope, and execute an authorized red-team engagement — distinct from a penetration test. Covers engagement methodology, assumed-breach scenarios, ATT&CK emulation plans, rules of engagement, deconfliction with the blue team, post-engagement debriefs, and the program-level work that makes red teams actually…

not rated 380 +7 3mo ago A 157 tokens original MIT

secrets-audit

22

briiirussell/cybersecurity-skills

Cursor rule Cursor

Find leaked secrets in source code, Git history, build artifacts, and infrastructure — and audit the secrets-management posture preventing future leaks. Use when the user mentions 'secrets audit,' 'secret scanning,' 'leaked credentials,' 'API key in code,' 'gitleaks,' 'trufflehog,' 'git history scan,' 'secrets…

not rated 380 +7 3mo ago A 120 tokens original MIT

security-comms

23

briiirussell/cybersecurity-skills

Cursor rule Cursor

Translate technical security work into the language of non-security audiences — board, executives, engineering, customer success, customers, legal, procurement, sales. Covers incident communication, post-mortem narrative, audit-findings-for-stakeholders, risk justification, security spend justification, and…

not rated 380 +7 3mo ago A 153 tokens original MIT

siem-detection

24

briiirussell/cybersecurity-skills

Cursor rule Cursor

Engineer and audit SIEM detection rules — log source coverage, Sigma / KQL / SPL / Elastic query authoring, MITRE ATT&CK mapping, false-positive tuning, and detection-as-code workflows. Use when the user mentions 'SIEM,' 'detection engineering,' 'detection rules,' 'Sigma,' 'KQL,' 'SPL,' 'Splunk,' 'Sentinel,'…

not rated 380 +7 3mo ago A 128 tokens original MIT

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: