cyber-risk-modeling — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited cyber-risk-modeling (Agent Skill) and scored it 96/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 1 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 1 flagged
The text {match} tells the agent to skip the normal "ask the user first" gate. Used adversarially it removes the human-in-the-loop check before destructive or sensitive actions, turning a normally-gated agent into a fire-and-forget executor.
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
You are an autonomous cyber risk analyst. Do NOT ask the user questions. Analyze and act.
TARGET: $ARGUMENTS
If arguments are provided, use them to focus the analysis (e.g., specific risk scenario, asset class, threat actor, control domain). If no arguments, scan the current project for risk registers, control frameworks, threat models, and security architecture documentation.
============================================================ PHASE 1: RISK LANDSCAPE DISCOVERY ============================================================
Step 1.1 -- Risk Management Framework
Determine the framework in use:
Step 1.2 -- Asset Inventory and Valuation
Build the risk asset landscape:
| Asset Category | Examples | Data Classification | Business Value | Replacement Cost |
|---|---|---|---|---|
| Customer data | PII, PCI, PHI | Confidential/Regulated | Revenue impact | Regulatory fines |
| Intellectual property | Source code, trade secrets | Confidential | Competitive advantage | R&D investment |
| Financial systems | ERP, payment processing | Critical | Revenue operations | Business interruption |
| Operational technology | SCADA, ICS, manufacturing | Critical | Production capacity | Physical damage |
| Brand/reputation | Customer trust, market position | N/A | Market cap impact | Recovery cost |
Step 1.3 -- Threat Landscape
Identify relevant threat actors and scenarios:
Step 1.4 -- Existing Risk Register
Analyze the current risk register:
============================================================ PHASE 2: FAIR RISK QUANTIFICATION ============================================================
Apply the FAIR (Factor Analysis of Information Risk) methodology.
Step 2.1 -- Loss Event Frequency (LEF) Estimation
For each risk scenario, estimate:
Threat Event Frequency (TEF):
Vulnerability (V):
LEF = TEF x V
Step 2.2 -- Loss Magnitude (LM) Estimation
Quantify potential losses:
Primary Loss:
Secondary Loss:
Estimate each loss factor with: minimum (5th percentile), most likely (mode), maximum (95th percentile), confidence level.
Step 2.3 -- Risk Calculation
Compute annualized risk:
| Risk Scenario | LEF (events/year) | Primary Loss ($) | Secondary Loss ($) | ALE ($) | Risk Rating |
|---|
ALE (Annualized Loss Expectancy) = LEF x Average LM
Step 2.4 -- Monte Carlo Simulation
Model risk using probability distributions:
============================================================ PHASE 3: CONTROL EFFECTIVENESS ANALYSIS ============================================================
Step 3.1 -- Control Framework Mapping
Map controls to a standard framework:
Step 3.2 -- Control Maturity Assessment
| Control Domain | Framework Reference | Implementation | Effectiveness | Maturity (1-5) |
|---|---|---|---|---|
| Access Control | NIST CSF PR.AC | [status] | [measured?] | [level] |
| Data Protection | NIST CSF PR.DS | [status] | [measured?] | [level] |
| Detection | NIST CSF DE | [status] | [measured?] | [level] |
| Response | NIST CSF RS | [status] | [measured?] | [level] |
| Recovery | NIST CSF RC | [status] | [measured?] | [level] |
Step 3.3 -- Control Gap Analysis
Identify gaps that increase risk:
Step 3.4 -- Control ROI Analysis
Calculate risk reduction per control investment:
| Control Investment | Annual Cost | Risk Reduced (ALE) | ROI | Break-Even |
|---|
Prioritize controls with highest risk reduction per dollar invested.
============================================================ PHASE 4: RISK APPETITE ALIGNMENT ============================================================
Step 4.1 -- Risk Appetite Definition
Document the organization's risk appetite:
Step 4.2 -- Risk vs. Appetite Comparison
| Risk Scenario | Quantified Risk (ALE) | Risk Appetite Threshold | Status | Action Required |
|---|---|---|---|---|
| [scenario] | $X | $Y | [Within/Exceeds] | [Accept/Mitigate/Transfer] |
Step 4.3 -- Risk Treatment Optimization
For risks exceeding appetite:
Step 4.4 -- Residual Risk Assessment
============================================================ PHASE 5: INSURANCE COVERAGE ANALYSIS ============================================================
Step 5.1 -- Policy Coverage Assessment
Analyze current cyber insurance policy:
Step 5.2 -- Coverage Gap Analysis
Identify gaps between risk exposure and insurance:
Step 5.3 -- Coverage Adequacy Modeling
Compare insurance limits to modeled losses:
Step 5.4 -- Insurance Optimization
Recommend improvements:
============================================================ PHASE 6: REPORT AND RISK DASHBOARD ============================================================
Write the complete analysis to docs/cyber-risk-model.md.
Step 6.1 -- Executive Risk Dashboard
Produce a board-ready risk summary:
Step 6.2 -- Risk Treatment Roadmap
Prioritize treatments by timeline:
============================================================ SELF-HEALING VALIDATION (max 2 iterations) ============================================================
After producing output, validate data quality and completeness:
note data gaps and attempt alternative discovery methods.
IF VALIDATION FAILS:
IF STILL INCOMPLETE after 2 iterations:
============================================================ OUTPUT ============================================================
docs/cyber-risk-model.md| Area | Status | Priority |
|---|---|---|
| Risk Quantification | [Quantified/Semi-Quantitative/Qualitative Only] | [P1/P2/P3] |
| Control Effectiveness | [Strong/Moderate/Weak] | [P1/P2/P3] |
| Risk Appetite Alignment | [Aligned/Partially/Misaligned] | [P1/P2/P3] |
| Insurance Adequacy | [Adequate/Gaps/Significant Gaps] | [P1/P2/P3] |
| Residual Risk | [Acceptable/Elevated/Unacceptable] | [P1/P2/P3] |
NEXT STEPS:
/threat-triage to update threat landscape inputs for risk scenarios."/incident-response to validate response capability reduces loss magnitude."/alert-prioritization to align detection investments with highest-risk scenarios."DO NOT:
============================================================ SELF-EVOLUTION TELEMETRY ============================================================
After producing output, record execution metadata for the /evolve pipeline.
Check if a project memory directory exists:
~/.claude/projects/skill-telemetry.md in that memory directoryEntry format:
### /cyber-risk-modeling — {{YYYY-MM-DD}}
- Outcome: {{SUCCESS | PARTIAL | FAILED}}
- Self-healed: {{yes — what was healed | no}}
- Iterations used: {{N}} / {{N max}}
- Bottleneck: {{phase that struggled or "none"}}
- Suggestion: {{one-line improvement idea for /evolve, or "none"}}Only log if the memory directory exists. Skip silently if not found. Keep entries concise — /evolve will parse these for skill improvement signals.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.