·risk-register
{}

risk-register

zbruhnke/claude-code-starter

Document risks for changes touching auth, data, or migrations. Lists top risks, how to test/monitor them, and rollback strategy.

3Installs·0Trend·@zbruhnke

Installation

$npx skills add https://github.com/zbruhnke/claude-code-starter --skill risk-register

SKILL.md

For changes that touch sensitive areas (authentication, data, migrations, infrastructure), document the risks explicitly. This is what senior developers do naturally - making it explicit ensures nothing is overlooked.

| Session hijacking | Critical | Secure cookies, HTTPS, token rotation | | Credential stuffing | High | Rate limiting, MFA, breach detection | | Token leakage | Critical | Short expiry, secure storage, no logging | | Privilege escalation | Critical | Strict authz checks, principle of least privilege |

| Account takeover | Critical | Email verification, suspicious activity alerts |

Document risks for changes touching auth, data, or migrations. Lists top risks, how to test/monitor them, and rollback strategy. Source: zbruhnke/claude-code-starter.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/zbruhnke/claude-code-starter --skill risk-register
Category
{}Data Analysis
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is risk-register?

Document risks for changes touching auth, data, or migrations. Lists top risks, how to test/monitor them, and rollback strategy. Source: zbruhnke/claude-code-starter.

How do I install risk-register?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/zbruhnke/claude-code-starter --skill risk-register Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/zbruhnke/claude-code-starter