con un clic
con un clic
| name | plamen |
| description | Launch the Plamen deterministic Web3 security audit pipeline |
Use this skill whenever the user invokes $plamen, /plamen, asks to
start, resume, or configure a Plamen audit, or asks for the Plamen wizard
inside Codex.
Do not manually orchestrate Plamen phases. Do not spawn recon, breadth, depth, verification, or report agents yourself. The Python driver is the sole owner of phase sequencing for both Claude and Codex routes.
Your job is the same job as the Claude /plamen command wizard:
{PROJECT_ROOT}/.scratchpad/config.json.For new Codex launches, config.json must set "cli_backend": "codex".
For existing audits, do not rewrite the config on resume.
Follow the Codex-native wizard references in this skill directory:
plamen-wizard.mdplamen-l1-wizard.mdRead only the relevant file:
l1, L1, infra, client, go, rust node, or
the target looks like a chain/client codebase, use plamen-l1-wizard.md.plamen-wizard.md.$plamen [l1] [light|core|thorough] [path] [docs:<path-or-url>] [scope:<path>] [notes:<text>] [--fresh]
$plamen resume [path-or-config]
Defaults:
pipeline: scmode: coreproject_root: current working directorycli_backend: codexDo not ask a model-selection question from this skill. The user is already running inside the model/backend they chose.
Codex route:
python ~/.codex/plamen/scripts/plamen_driver.py "{CONFIG_PATH}"
Fresh restart:
python ~/.codex/plamen/scripts/plamen_driver.py --fresh "{CONFIG_PATH}"
Launch the Plamen deterministic L1 infrastructure audit pipeline
Run the Plamen L1 infrastructure audit wizard in Codex
Run the Plamen smart-contract audit wizard in Codex
L1 trigger - audits BLS signature aggregation: subgroup check, rogue-key attack defense, aggregation order, signing-domain separation.
L1 trigger - audits configuration constants, documented bounds, feature-gated values, and unused protocol limits for semantic drift.
L1 trigger - audits consensus arithmetic for truncation, unused bounds, EMA direction, and threshold edge errors.