infosec-engineer

Conduct security assessments, threat modeling, and compliance reviews.

6|2|Updated Feb 16, 2026
One-click install
npx skills add https://github.com/CrashBytes/claude-role-skills --skill infosec-engineer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: infosec-engineer
Source: https://github.com/CrashBytes/claude-role-skills/tree/main/skills/infosec-engineer
Command: npx skills add https://github.com/CrashBytes/claude-role-skills --skill infosec-engineer

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps you identify and mitigate security risks, ensuring your systems and data are protected against threats and compliant with regulations.

Core Features & Use Cases

  • Threat Modeling: Analyze potential threats using frameworks like STRIDE and DREAD.
  • Vulnerability Assessment: Review code, configurations, and infrastructure for weaknesses.
  • Compliance Guidance: Understand and implement controls for frameworks like SOC 2, ISO 27001, HIPAA, PCI DSS, and GDPR.
  • Incident Response Planning: Develop strategies to handle security breaches effectively.
  • Use Case: You're designing a new feature and want to ensure it's secure from the start. Use this Skill to perform a threat model, identify potential vulnerabilities, and get recommendations for secure coding practices and compliance.

Quick Start

Help me perform a STRIDE threat model for the new user authentication service.

Frequently Asked Questions about infosec-engineer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I perform a STRIDE threat model for a new service?

To perform a STRIDE threat model, you analyze your system architecture to identify spoofing, tampering, repudiation, information disclosure, denial of service, and elevation of privilege risks, then receive targeted mitigation recommendations for each identified threat category.

What is the best way to review code for OWASP Top 10 vulnerabilities?

The best way to review code for OWASP Top 10 vulnerabilities is to analyze your source code against standard vulnerability categories, identify security weaknesses in configurations and infrastructure, and apply specific remediation practices for secure coding.

How does incident response planning work for security breaches?

Incident response planning works by developing structured strategies to detect, respond to, and recover from security breaches effectively, ensuring your systems and data are protected against threats through predefined handling procedures.

Can I use this for SOC 2 and ISO 27001 compliance reviews?

Yes, you can use this for SOC 2 and ISO 27001 compliance reviews to understand and implement required security controls, alongside support for HIPAA, PCI DSS, and GDPR frameworks.

Do I need MCP servers to automate secure code reviews?

You need MCP servers to integrate with development and security platforms for automated secure code reviews and alerts, enabling continuous vulnerability assessment and infrastructure analysis across your environment.

Why use DREAD for vulnerability assessment over other frameworks?

You use DREAD for vulnerability assessment to calculate risk probability and impact by evaluating damage potential, reproducibility, exploitability, affected users, and discoverability, complementing STRIDE threat modeling for comprehensive analysis.