briiirussell

60 mods across 1 repository, 371 stars between them.

secrets-audit

25

briiirussell/cybersecurity-skills

Cursor rule

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…

371 3mo ago A 120 tokens original MIT

security-comms

26

briiirussell/cybersecurity-skills

Cursor rule

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…

371 3mo ago A 153 tokens original MIT

siem-detection

27

briiirussell/cybersecurity-skills

Cursor rule

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,'…

371 3mo ago A 128 tokens original MIT

soc-operations

28

briiirussell/cybersecurity-skills

Cursor rule

Build, run, and improve a Security Operations Center — alert prioritization, runbook authoring, escalation criteria, on-call structure, alert tuning workflow, MTTD / MTTR / fidelity KPIs, analyst tiering, and shift handoffs. Use when the user mentions 'SOC,' 'security operations,' 'SOC analyst,' 'alert triage…

371 3mo ago A 136 tokens original MIT

threat-hunting

29

briiirussell/cybersecurity-skills

Cursor rule

Conduct proactive, hypothesis-driven threat hunts — search SIEM / EDR / logs for adversaries who haven't tripped an alert yet. ATT&CK-driven, hypothesis-based methodology. Use when the user mentions 'threat hunting,' 'proactive hunt,' 'TaHiTI,' 'PEAK framework,' 'MITRE ATT&CK hunt,' 'hypothesis-driven hunt,' 'hunt…

371 3mo ago C 123 tokens original MIT

threat-modeling

30

briiirussell/cybersecurity-skills

Cursor rule

Run a structured threat-modeling session for a new feature, system, or architecture — STRIDE, attack trees, data flow diagrams, abuse cases. Use when the user mentions 'threat model,' 'threat modeling,' 'STRIDE,' 'attack tree,' 'abuse case,' 'data flow diagram,' 'DFD,' 'security architecture review,' 'security…

371 3mo ago A 106 tokens original MIT

vuln-research

31

briiirussell/cybersecurity-skills

Cursor rule

Research a specific CVE or vulnerability disclosure end-to-end — what version is affected, is your code reachable, is there a public PoC, is there a patch, what's the exposure window, what's the mitigation if you can't patch immediately. Use when the user mentions 'CVE,' 'vulnerability research,' 'is this CVE…

371 3mo ago A 117 tokens original MIT

web-pentest

32

briiirussell/cybersecurity-skills

Cursor rule

Perform black-box / grey-box web application penetration testing on an authorized target — auth bypass, IDOR, session handling, business-logic flaws, parameter tampering, Burp Suite / OWASP ZAP workflows. Use when the user mentions 'web pentest,' 'web application penetration test,' 'pentesting,' 'bug bounty,' 'Burp…

371 3mo ago B 114 tokens original MIT

ai-risk-management

33

briiirussell/cybersecurity-skills

Skill Claude CodeCodex

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…

371 3mo ago A 179 tokens original MIT

api-audit

34

briiirussell/cybersecurity-skills

Skill Claude CodeCodex

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,'…

371 3mo ago A 102 tokens original MIT

breach-patterns

35

briiirussell/cybersecurity-skills

Skill Claude CodeCodex

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…

371 3mo ago B 154 tokens original MIT

cloud-audit

36

briiirussell/cybersecurity-skills

Skill Claude CodeCodex

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…

371 3mo ago A 80 tokens original MIT

container-audit

37

briiirussell/cybersecurity-skills

Skill Claude CodeCodex

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…

371 3mo ago A 127 tokens original MIT

crypto-audit

38

briiirussell/cybersecurity-skills

Skill Claude CodeCodex

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,'…

371 3mo ago A 139 tokens original MIT

csf-mapping

39

briiirussell/cybersecurity-skills

Skill Claude CodeCodex

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,'…

371 3mo ago A 140 tokens original MIT

dependency-audit

40

briiirussell/cybersecurity-skills

Skill Claude CodeCodex

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,'…

371 3mo ago A 96 tokens original MIT

disk-forensics

41

briiirussell/cybersecurity-skills

Skill Claude CodeCodex

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,'…

371 3mo ago A 106 tokens original MIT

finding-triage

42

briiirussell/cybersecurity-skills

Skill Claude CodeCodex

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…

371 3mo ago A 123 tokens original MIT

hipaa-audit

43

briiirussell/cybersecurity-skills

Skill Claude CodeCodex

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…

371 3mo ago A 172 tokens original MIT

iam-audit

44

briiirussell/cybersecurity-skills

Skill Claude CodeCodex

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…

371 3mo ago A 177 tokens original MIT

incident-triage

45

briiirussell/cybersecurity-skills

Skill Claude CodeCodex

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…

371 3mo ago A 85 tokens original MIT

mobile-audit

46

briiirussell/cybersecurity-skills

Skill Claude CodeCodex

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,'…

371 3mo ago A 131 tokens original MIT

osint-recon

47

briiirussell/cybersecurity-skills

Skill Claude CodeCodex

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…

371 3mo ago A 70 tokens original MIT

owasp-audit

48

briiirussell/cybersecurity-skills

Skill Claude CodeCodex

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,'…

371 3mo ago B 147 tokens original MIT