codex-adapter/skills/plamen/SKILL.md
Launch the Plamen deterministic Web3 security audit pipeline
npx skillsauth add plamentsv/plamen plamenInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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}"
development
Prepare Solidity projects for a security audit — test coverage, test quality, NatSpec docs, code hygiene, dependency health, best-practice enforcement, deployment readiness, and project documentation checks. Generates a scored Audit Readiness Report and optionally runs static analysis. Trigger on: "prepare for audit", "audit readiness", "pre-audit check", "audit prep", "NatSpec check", or any request to review a Solidity codebase before a security review.
development
Run the Plamen smart-contract audit wizard in Codex
testing
Launch the Plamen deterministic L1 infrastructure audit pipeline
development
Run the Plamen L1 infrastructure audit wizard in Codex