Identifies threats and vulnerabilities, evaluates likelihood and impact via a 3x3 risk matrix, maps findings to any compliance framework (NIST CSF 2.0 by default, or any framework you specify), and recommends risk treatment options with prioritization guidance.

From document to output

Describe your environment

Provide a system description, asset inventory, questionnaire answers, or policy documents

Assets are classified

Data and systems are classified by sensitivity (regulated, business-critical, internal, public)

Threats are identified

The skill identifies reasonable threats and the vulnerabilities they could exploit

Risks are scored

Each finding is rated on a 3x3 likelihood/impact matrix and mapped to your target framework

Treatment is recommended

Remediate, accept, transfer, or avoid, with specific prioritized mitigation steps for each finding

What you get back

Every finding is structured JSON: status, evidence, risk level, and remediation in one package. No interpretation required before acting on it.

Example response
{
  "risk_id": "RSK-001",
  "asset_or_system": "Remote Access Portal / EHR Database",
  "asset_classification": "regulated_data",
  "threat_event": "Credential compromise via phishing or brute force",
  "likelihood_score": 3,
  "impact_score": 3,
  "risk_score": 9,
  "risk_level": "high",
  "risk_treatment": "remediate",
  "recommended_mitigation": [
    "Implement MFA for all remote access connections",
    "Restrict remote access to trusted devices or VPN"
  ]
}

Two ways to run this skill

Risk Assessment SKILL.md

Install as an MCP server in Claude Code, or download the SKILL.md and use it as a system prompt with any LLM. Runs the full methodology against documents you provide. Apache 2.0. No account required.

Seven more skills in the methodology.

HIPAA Gap Analysis, BAA Review, Framework Mapping, Control Assessment, Risk Assessment, Compliance Q&A, Compliance Posture Intake, and Document Finder. All open source under Apache 2.0.