Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
borghei avatar

Senior Security

  • 182 installs
  • 451 repo stars
  • Updated July 21, 2026
  • borghei/claude-skills

Harden applications before release with senior security review covering auth, secrets, input validation, threat modeling, and secure SDLC recommendations.

About

Senior security skill from borghei/claude-skills providing expert-level application security guidance for shipping software safely, including threat modeling, secure architecture, vulnerability assessment, and practical remediation across web APIs, SaaS, and agent systems.

  • Senior application security review
  • Threat modeling and risk prioritization
  • Authentication and secrets hygiene
  • Secure coding and dependency review
  • Pre-ship vulnerability remediation

Senior Security by the numbers

  • 182 all-time installs (skills.sh)
  • Ranked #813 of 2,203 Security skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/borghei/claude-skills --skill senior-security

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs182
repo stars451
Last updatedJuly 21, 2026
Repositoryborghei/claude-skills

What it does

Harden applications before release with senior security review covering auth, secrets, input validation, threat modeling, and secure SDLC recommendations.

Files

SKILL.mdMarkdownGitHub ↗

Senior Security Engineer

The agent performs STRIDE threat analysis with DREAD risk scoring, designs defense-in-depth security architectures with Zero Trust principles, conducts secure code reviews against OWASP Top 10, and scans codebases for hardcoded secrets across 20+ credential patterns.

Core Capabilities

  • Threat modeling — STRIDE per-element analysis, DREAD risk scoring, DFD creation, attack trees, and mitigation mapping.
  • Security architecture — defense-in-depth layering, Zero Trust, authentication pattern selection (OAuth/OIDC, JWT, mTLS, FIDO2), and encryption strategy.
  • Vulnerability assessment — automated (SAST/DAST/dependency/secret) plus manual testing, OWASP Top 10 mapping, severity classification, and remediation tracking.
  • Secure code review — auth/authz, data handling, and crypto review with a checklist and secure-vs-insecure pattern catalog.
  • Incident response — triage, containment, eradication, recovery, post-mortem, with severity tiers and runbook checklist.
  • Secret detectionsecret_scanner.py finds 20+ credential patterns (AWS/GCP/Azure, GitHub/Slack/Stripe, private keys); CI/CD-ready exit codes.
  • Compliance mapping — OWASP ASVS, CIS Benchmarks, NIST CSF, PCI-DSS, HIPAA, SOC 2 at the application layer.

When to Use

  • Conducting a threat model or attack-surface analysis on a system or component.
  • Reviewing code for vulnerabilities before deployment.
  • Designing a secure, defense-in-depth or Zero Trust architecture.
  • Scanning a codebase for hardcoded secrets and credentials.
  • Running a vulnerability assessment or planning incident response.

Clarify First

Before the threat model or scan, confirm these inputs. If any is unknown or vague, ASK — do not assume:

  • [ ] Target component/system — what to threat-model or scan (--component; defines the STRIDE analysis scope)
  • [ ] Assets & trust boundaries — what is being protected and where untrusted input enters (drives DREAD scoring and mitigations)
  • [ ] Task — threat model / code vuln review / secret scan / incident-response plan (selects the tool and the output)

Stop rule: ask only the 2-3 that most change the output. If the user says "just draft it," proceed and list your assumptions at the top of the artifact.

Tools

ToolPurposeCommand
threat_modeler.pySTRIDE threat analysis with DREAD risk scoring and mitigation recommendationspython scripts/threat_modeler.py --component "API Gateway" --json
secret_scanner.pyDetect hardcoded secrets/credentials across 20+ patterns (CI/CD-ready exit codes)python scripts/secret_scanner.py /path/to/project --severity high

References

Load the reference that matches the task — keep this file lean and pull detail on demand:

  • [references/security-workflows.md](references/security-workflows.md) — the 5 full workflows (threat modeling, security architecture, vulnerability assessment, secure code review, incident response) with all decision matrices (STRIDE, OWASP Top 10, severity, code-review checklist), the security tools catalog, compliance frameworks, security headers, anti-patterns, troubleshooting table, and success criteria. Read when executing any security workflow.
  • [references/threat-modeling-guide.md](references/threat-modeling-guide.md) — STRIDE methodology, attack trees, DREAD scoring, DFD creation, threat templates. Read when building a threat model.
  • [references/security-architecture-patterns.md](references/security-architecture-patterns.md) — Zero Trust, defense-in-depth, authentication patterns (OAuth/PKCE, JWT, MFA), API security, data protection, secret management. Read when designing secure architecture.
  • [references/cryptography-implementation.md](references/cryptography-implementation.md) — AES-GCM, ChaCha20, RSA, Ed25519, password hashing (Argon2/bcrypt), HMAC, key management/rotation, HSM integration, common crypto mistakes. Read when implementing or reviewing cryptography.
  • [references/tool-reference.md](references/tool-reference.md) — full flag tables, usage examples, and output formats for threat_modeler.py and secret_scanner.py. Read when running the bundled scripts.

Scope & Limitations

This skill covers:

  • Application-level security: threat modeling, secure code review, secret detection, and vulnerability assessment for web applications and APIs.
  • Security architecture design: defense-in-depth layering, Zero Trust patterns, authentication/authorization model selection, and encryption strategy.
  • Incident response planning: severity classification, containment procedures, post-mortem frameworks, and runbook creation.
  • Compliance mapping: OWASP ASVS, CIS Benchmarks, NIST CSF, PCI-DSS, HIPAA, and SOC 2 alignment at the application layer.

This skill does NOT cover:

  • Infrastructure and cloud security hardening (see senior-devops and aws-solution-architect).
  • Runtime security monitoring, SIEM rule authoring, and SOC operations (see senior-secops).
  • Full regulatory compliance programs, audit evidence collection, and certification processes (see ra-qm-team).
  • Network penetration testing tooling, red team operations, and physical security assessments.

Integration Points

SkillIntegrationData Flow
senior-devopsCI/CD pipeline security gatesThreat model mitigations feed into pipeline hardening requirements; secret scanner runs as a pre-commit or CI step
senior-secopsSecurity monitoring and incident responseThreat model outputs define detection rules; incident severity levels align with SecOps alerting tiers
senior-backendSecure API developmentSecure code review checklist applied to backend PRs; authentication pattern selection guides API auth implementation
senior-architectSecurity architecture decisionsDefense-in-depth layers and Zero Trust principles inform architecture design reviews; STRIDE results feed architecture risk register
senior-qaSecurity testing integrationVulnerability assessment findings become QA regression test cases; OWASP Top 10 mapping drives security test coverage
ra-qm-teamCompliance framework alignmentSecurity controls mapped to SOC 2, PCI-DSS, and HIPAA requirements; threat model documentation satisfies audit evidence needs

Related skills

Securityappsecsecretsaudit

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.