From flux
Validates security findings for exploitability and generates proof-of-concept code. Accepts finding IDs and optional --severity filter.
How this command is triggered — by the user, by Claude, or both
Slash command
/flux:vuln-validate [finding IDs] [--severity high]flux/The summary Claude sees in its command listing — used to decide when to auto-load this command
## Step 0: Version Check (silent, non-blocking) Run the version check script silently. If an update is available, show a brief notice but continue: If `update_available` is true, print once at the start: Then continue with the command. Do NOT block or prompt - just inform. --- # IMPORTANT: This command MUST invoke the skill `flux-vuln-validate` The ONLY purpose of this command is to call the `flux-vuln-validate` skill. You MUST use that skill now. **User request:** $ARGUMENTS Pass the user request to the skill. The skill handles vulnerability validation and proof-of-concept gener...
Run the version check script silently. If an update is available, show a brief notice but continue:
UPDATE_INFO=$(bash "${DROID_PLUGIN_ROOT:-${CLAUDE_PLUGIN_ROOT:-$(git rev-parse --show-toplevel 2>/dev/null || pwd)}}/scripts/version-check.sh" 2>/dev/null || echo '{"update_available":false}')
If update_available is true, print once at the start:
Flux update available (vLOCAL -> vREMOTE). Update Flux from the same source you installed it from, then restart your agent session.
Then continue with the command. Do NOT block or prompt - just inform.
flux-vuln-validateThe ONLY purpose of this command is to call the flux-vuln-validate skill. You MUST use that skill now.
User request: $ARGUMENTS
Pass the user request to the skill. The skill handles vulnerability validation and proof-of-concept generation.
npx claudepluginhub nairon-ai/flux --plugin flux