con un clic
nerfctl-grant-by-threat
Allow/deny nerf tools by threat profile (read/write ceiling)
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Allow/deny nerf tools by threat profile (read/write ceiling)
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
Safe wrappers for common Unix utilities
Safe wrappers for common Unix utilities
Allow nerf tools without prompting (supports glob patterns like nerf-git-*)
Deny nerf tools entirely (supports glob patterns like nerf-git-*)
List nerf tool permissions across all scopes
Reset nerf tools to ask-every-time (supports glob patterns like nerf-git-*)
| name | nerfctl-grant-by-threat |
| description | Allow/deny nerf tools by threat profile (read/write ceiling) |
| argument-hint | <scope> --read <level> --write <level> [--filter <glob>] [--outside deny|reset] [--reset-other-scopes] |
| disable-model-invocation | true |
| allowed-tools | Bash |
Allow or deny nerf tools based on their threat profile. Tools within the threat box (read <= ceiling AND write <= ceiling) are allowed. Tools outside are denied or reset.
Threat levels (narrow to broad): none, workspace, machine, remote, admin
Scope is required and must be one of user (~/.claude/settings.json), project
(.claude/settings.json, committed), or local (.claude/settings.local.json, gitignored).
Pass --reset-other-scopes to clear matching entries from the two scopes you didn't
target, making the chosen scope the sole source of truth for these tools (otherwise
conflicting entries elsewhere are warned about).
Quote all arguments so they are passed to the script unprocessed by the shell.
${CLAUDE_PLUGIN_ROOT}/scripts/nerfctl-grant-by-threat $ARGUMENTS
Report the output to the user.