Validate security findings for exploitability and generate proof-of-concept
From fluxnpx claudepluginhub nairon-ai/flux --plugin flux[finding IDs] [--severity high]flux/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.