plamen-wizard

plamen-wizard is a command for Claude Code, Codex from PlamenTSV/plamen. It costs 12 tokens per session (152 once invoked), scanned A, original, MIT.

A command that opens the Plamen wizard for auditing smart contracts, which are blockchain programs that manage rules or transactions. It follows the wizard's defined audit process.

In plain words
What is it for?
Use it to start a Plamen smart-contract audit, either normally or with a fresh restart and configuration file.
Why use it?
It provides an entry point for checking smart-contract code without manually coordinating the audit stages.

Command for Claude CodeCodex

Written for Claude Code and Codex: argument-hint in frontmatter, but also reads ~/.codex or $CODEX_HOME. Also seen: mentions Codex.

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add commands/plamentsv/plamen/plamen-wizard
Clone the repo
git clone --depth 1 https://github.com/PlamenTSV/plamen

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for plamen-wizard

README.md
[![agentmods](https://agentmods.dev/badge/commands/plamentsv/plamen/plamen-wizard.svg)](https://agentmods.dev/commands/plamentsv/plamen/plamen-wizard)
Your own site
<a href="https://agentmods.dev/commands/plamentsv/plamen/plamen-wizard"><img src="https://agentmods.dev/badge/commands/plamentsv/plamen/plamen-wizard.svg" alt="Measured on agentmods" height="20"></a>
Per session 12 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 152 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00012 $0.00152
Opus 5 $0.00006 $0.00076
Sonnet 5 $0.00002 $0.00030
Haiku 4.5 $0.00001 $0.00015

Measured 3d ago against content hash 5a15331e25f9, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

plamen-wizard scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

codex-adapter/commands/plamen-wizard.md · 24 lines

What it actually says

plamen-wizard

Arguments: $ARGUMENTS

Follow ~/.codex/skills/plamen/plamen-wizard.md. Do not ask a model-selection question.

Do not manually orchestrate Plamen phases and do not spawn audit agents yourself. Launch only the shared Python driver:

python C:\\Users\\plmnt\\.codex\\plamen\\scripts\\plamen_driver.py "{CONFIG_PATH}"

Fresh restart:

python C:\\Users\\plmnt\\.codex\\plamen\\scripts\\plamen_driver.py --fresh "{CONFIG_PATH}"
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 3d ago First seen · 24 lines · 0 tokens per session scan A 5a15331e25f9

Subscribe to this mod's changes

plamen-wizard is a command published in the GitHub repository PlamenTSV/plamen (281 stars, last pushed 1mo ago), licensed MIT. It adds 12 tokens to every session and 152 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other commands, from other repositories

auditor:audit-assist

Flow B — AI-assisted iterative audit with a human in the loop. Same lifecycle as audit-cycle, but pauses at checkpoints to surface confirmed findings, the next-focus plan, and targeted questions only the human can answer (business context, trust model, severity calls). The human steers; the agent re-synthesizes toward…

solanabr/auditor-skill · 76 tokens

auditor:intake

Interactive engagement intake (alias /scope). Walks QUESTIONS.md and persists the answers to audit /intake.md — the durable intake artifact both audit-cycle and audit-assist read, instead of answers living only in conversation state. Captures scope + commit pin, languages/frameworks, protocol class, compliance…

solanabr/auditor-skill · 100 tokens

auditor:economic-sim

Quantify a candidate economic finding — compute attack cost vs extractable value and, when possible, reproduce deposit→manipulate→withdraw against a Surfpool mainnet-fork for a real P/L figure.

solanabr/auditor-skill · 49 tokens

krait-fuzz

Run an invariant-based fuzzing campaign: Understand → Extract Invariants → Generate Foundry Tests → Run & Fix Iteratively → Report.

ZealynxSecurity/krait · 0 tokens

krait-quick

Run a streamlined audit: Recon → Detection → Verification → Report. Skips state inconsistency analysis and cross-feed iteration for speed.

ZealynxSecurity/krait · 0 tokens

audit

Full security audit of a Solidity/Vyper/Rust contract or directory. Runs the entire vuln-skills library and dispatches DeFi specialist subagents based on detected protocol type.

omermaksutii/RugProof · 35 tokens