Stats
Actions
Tags
How this command is triggered — by the user, by Claude, or both
Slash command
/grc-internal:manage-riskThe summary Claude sees in its command listing — used to decide when to auto-load this command
# Manage Risk Maintains the organizational risk register and performs risk assessments. Risk register entries belong in `./grc-data/risks/` and should follow [`docs/GRC-DATA.md`](../../../docs/GRC-DATA.md) plus `schemas/risk.schema.json`. ## Arguments - `$1` - Action (required: add, update, assess, report) - `$2` - Risk ID or description (required for add/update) ## Actions - **add** - Add a new risk to the register - **update** - Update an existing risk's status or attributes - **assess** - Perform risk assessment on a system or process - **report** - Generate risk register report #...
Maintains the organizational risk register and performs risk assessments.
Risk register entries belong in ./grc-data/risks/ and should follow
docs/GRC-DATA.md plus
schemas/risk.schema.json.
$1 - Action (required: add, update, assess, report)$2 - Risk ID or description (required for add/update)/grc-internal:manage-risk add "Cloud misconfiguration exposure"
/grc-internal:manage-risk report
npx claudepluginhub dexcopeland/claude-grc-engineering --plugin grc-internal7plugins reuse this command
First indexed Apr 26, 2026
Showing the 6 earliest of 7 plugins
/manage-riskManages organizational risk register: add/update risks with likelihood/impact scores and mitigations, assess systems/processes, generate reports.