Skip to main content
Run any Skill in Manus
with one click
GitHub repository

plamen

plamen contains 159 collected skills from PlamenTSV, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
159
Stars
257
updated
2026-07-03
Forks
49
Occupation coverage
3 occupation categories · 91% classified
repository explorer

Skills in this repository

config-correctness
unclassified

L1 trigger - audits configuration constants, documented bounds, feature-gated values, and unused protocol limits for semantic drift.

2026-07-03
consensus-safety-invariants
unclassified

L1 trigger - detects non-determinism, state transition completeness violations, and safety/liveness invariant breaks in consensus code. Inject into depth-consensus-invariant or depth-state-trace.

2026-07-03
cosmos-ibc-security
unclassified

L1 trigger - audits IBC / ibc-go cross-chain entry points for ICS-23 / Merkle proof gaps, ordered-channel sequence integrity, escrow burn<->mint synchronization, light-client version downgrade, and timeout/ack handler reentrancy.

2026-07-03
cosmos-sdk-module-safety
unclassified

L1 trigger - audits Cosmos-SDK / CometBFT modules for consensus non-determinism, unmetered ABCI hooks, signer/state mismatches, module-account bookkeeping breaks, sdk.Dec rounding, ABCI-path panics, unregistered Msg handlers, and fee/gas overflow.

2026-07-03
cross-environment-semantic-drift
unclassified

L1 trigger - audits L1/L2 boundary bugs, precompile context assumptions, integer width mismatches at environment boundaries, and EVM-on-non-EVM drift.

2026-07-03
data-availability-enforcement
unclassified

L1 supplement - audits storage / data-availability chains (Arweave / Celestia-class) for unenforced data commitments: producer commits to data inclusion but the validator never verifies the data was actually published / gossiped / sampled.

2026-07-03
mempool-asymmetric-dos
unclassified

L1 trigger - audits mempool / transaction pool for eviction asymmetries, replacement policy abuse, blob-pool exhaustion, and DETER-class denial of service.

2026-07-03
rpc-surface-audit
unclassified

L1 trigger - audits JSON-RPC and Engine API surfaces for authentication bypass, rate limiting, subscription buffer overflows, and method-specific DoS.

2026-07-03
validator-lifecycle-and-slashing
unclassified

L1 trigger - audits validator entry/exit transitions, slashing correctness, leader-duplicate handling, and lifecycle state invariants for PoS / DPoS / BFT consensus clients.

2026-07-03
dimensional-analysis
unclassified

Trigger MIXED_DECIMALS flag (mulDiv/mulWad/rayMul + mixed scale factors detected) - standalone niche agent, 1 budget slot

2026-07-03
spec-compliance-audit
unclassified

Trigger HAS_DOCS flag in template_recommendations.md (recon detects non-empty DOCS_PATH - whitepaper, spec, or design doc provided) - Agent Type general-purpose (standalone nich...

2026-07-03
auth-validation
unclassified

Trigger Pattern Always required for Soroban audits - Inject Into Breadth agents, depth agents

2026-07-03
fork-ancestry
unclassified

Trigger Pattern Always (run during recon TASK 0, not breadth) - Inject Into Recon agent only (meta_buffer.md enrichment)

2026-07-03
plamen
unclassified

Launch the Plamen deterministic Web3 security audit pipeline

2026-07-03
integration-hazard-research
software-developers

Protocol Type Trigger NAMED_EXTERNAL_PROTOCOL (detected when recon finds import/interface for an identifiable external protocol — not standard libraries). Researches known integration hazards of the target protocol.

2026-06-18
authorization-model
software-developers

Trigger Pattern Always required for DAML audits - Inject Into Breadth agents, depth-state-trace, depth-external

2026-06-16
choice-semantics
software-developers

Trigger Pattern Always required for DAML audits - Inject Into Breadth agents, depth-state-trace, depth-edge-case

2026-06-16
cid-capability-safety
software-developers

Trigger Pattern Always required for DAML audits - Inject Into Breadth agents, depth-external, depth-edge-case

2026-06-16
contract-key-safety
software-developers

Trigger Pattern Always required for DAML audits (self-skips if no template defines a key) - Inject Into Breadth agents, depth-state-trace

2026-06-16
economic-design-audit
software-developers

Trigger Pattern MONETARY_PARAMETER flag (fee, rate, emission, cap, bps as template fields) - Inject Into Breadth agents (merged via M4 hierarchy)

2026-06-16
ensure-invariants
software-developers

Trigger Pattern Always required for DAML audits - Inject Into Breadth agents, depth-edge-case

2026-06-16
locking-semantics
software-developers

Trigger Pattern Always required for DAML audits (self-skips if no lock pattern present) - Inject Into Breadth agents, depth-state-trace, depth-edge-case

2026-06-16
privacy-disclosure
software-developers

Trigger Pattern Always required for DAML audits - Inject Into Breadth agents, depth-edge-case

2026-06-16
semi-trusted-roles
software-developers

Trigger Pattern operator/admin/manager parties listed as signatory or controller, authority-gated choices - Inject Into Breadth agents, depth-state-trace

2026-06-16
share-allocation-fairness
software-developers

Trigger Pattern SHARE_ALLOCATION flag detected in pattern scan - Inject Into Breadth agents, depth-edge-case

2026-06-16
temporal-parameter-staleness
software-developers

Trigger Pattern interval|period|duration|delay|cooldown|lock_period|timelock|deadline|maturity|expiry|getTime - Inject Into Breadth agents, depth-state-trace

2026-06-16
verification-protocol
software-quality-assurance-analysts-and-testers

Trigger Pattern Always (used by all verifier agents) - Inject Into security-verifier agents (Phase 5)

2026-06-16
token-flow-tracing
software-developers

Performs comprehensive token flow analysis by tracing all token entry and exit paths, verifying accounting consistency, detecting unsolicited transfer vectors, and identifying risks such as donation attacks, balance desynchronization, token type confusion, and side-effect-driven state changes.

2026-06-06
semantic-consistency-audit
software-developers

Trigger HAS_MULTI_CONTRACT flag in template_recommendations.md (recon detects 2+ in-scope contracts/modules sharing parameters or formulas) - Agent Type general-purpose (standal...

2026-06-06
plamen-l1
software-developers

Launch the Plamen deterministic L1 infrastructure audit pipeline

2026-05-13
plamen-l1-wizard
software-developers

Run the Plamen L1 infrastructure audit wizard in Codex

2026-05-13
plamen-wizard
software-developers

Run the Plamen smart-contract audit wizard in Codex

2026-05-13
bls-aggregation-audit
software-developers

L1 trigger - audits BLS signature aggregation: subgroup check, rogue-key attack defense, aggregation order, signing-domain separation.

2026-05-13
consensus-math-correctness
software-developers

L1 trigger - audits consensus arithmetic for truncation, unused bounds, EMA direction, and threshold edge errors.

2026-05-13
consensus-tx-identity-invariants
software-developers

L1 trigger - audits replay protection, transaction identity binding, and cross-layer uniqueness.

2026-05-13
dependency-audit-nodeclient
software-developers

L1 supplement - audits Go modules and Rust crates for known vulnerabilities, outdated versions, supply chain risks, and replace/patch directives.

2026-05-13
execution-client-hardening
software-developers

L1 trigger - audits execution engine (EVM interpreter, WASM, SVM) for memory corruption, gas mispricing (EXTCODESIZE class), opcode semantics, and VM invariant breaks.

2026-05-13
fork-choice-audit
software-developers

L1 trigger - audits fork-choice rule implementation (LMD-GHOST, Tendermint locking, Nakamoto longest-chain) for equivocation handling, slot-vs-block reasoning, duplicate block handling, and chain reorg correctness.

2026-05-13
go-concurrency-safety
software-developers

L1 supplement - audits Go-specific concurrency hazards in node client code: map iteration non-determinism, goroutine leaks, mutex ordering, panic boundaries, context cancellation.

2026-05-13
gossip-cache-invariance
software-developers

L1 trigger - audits message and seen caches for write-after-validate ordering, eviction safety, and duplicate handling.

2026-05-13
Showing top 40 of 159 collected skills in this repository.