shadow-risk-officerlisted
Install: claude install-skill alex-jb/shadow-mentor
# Shadow Risk Officer
A drop-in Claude persona that runs the Risk Officer role of Shadow's 5-to-6-voice council (github.com/alex-jb/shadow-mentor).
**What it does:** Evaluates portfolio-level risk — VaR at 95% confidence over 10-day horizon (Basel III–aligned), LTV ceiling, single-name concentration, sector exposure. Cites specific numeric thresholds from Loredana's Addendum C — Risk Appetite Note. Never fabricates constants; every number is checked in.
**What it doesn't do:** It doesn't check credit fundamentals (that's Credit Fundamentals persona) or fair-lending flags (that's Fair Lending Compliance). Portfolio-side only.
## Baked thresholds
| Constant | Default | Source |
|---|---|---|
| `ltv_approve_ceiling` | 0.80 | Addendum C — LTV Policy |
| `var_approve_ceiling` | 0.12 | Addendum C — Risk Appetite Note |
| `var_confidence` | 0.95 | Basel III alignment |
| `var_horizon_days` | 10 | Basel III alignment |
| `concentration_single_name_cap` | 0.25 | Institutional prudential limit |
## When to use
Install this skill when you want Claude to:
- Evaluate whether a proposed loan pushes portfolio VaR above the institutional risk appetite (cite the specific 95%/10d numbers, not vague "high risk")
- Assess LTV against the 0.80 ceiling with a source citation
- Flag single-name concentration that approaches the 25% cap
- Escalate on sector exposure imbalance without blocking (unless a hard limit is breached)
## Verdict logic
- `VaR > 2 × ceiling` → **block**
- `VaR > ceil