Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
مستودع GitHub

plamen

يحتوي plamen على 157 من skills المجمعة من PlamenTSV، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
157
Stars
257
محدث
2026-06-18
Forks
48
التغطية المهنية
3 فئات مهنية · 100% مصنفة
مستكشف المستودعات

Skills في هذا المستودع

integration-hazard-research
مطوّرو البرمجيات

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
مطوّرو البرمجيات

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

2026-06-16
choice-semantics
مطوّرو البرمجيات

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

2026-06-16
cid-capability-safety
مطوّرو البرمجيات

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

2026-06-16
contract-key-safety
مطوّرو البرمجيات

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
مطوّرو البرمجيات

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
مطوّرو البرمجيات

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

2026-06-16
locking-semantics
مطوّرو البرمجيات

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
مطوّرو البرمجيات

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

2026-06-16
semi-trusted-roles
مطوّرو البرمجيات

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
مطوّرو البرمجيات

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

2026-06-16
temporal-parameter-staleness
مطوّرو البرمجيات

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
محللو ضمان جودة البرمجيات والمختبرون

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

2026-06-16
token-flow-tracing
مطوّرو البرمجيات

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
مطوّرو البرمجيات

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
مطوّرو البرمجيات

Launch the Plamen deterministic L1 infrastructure audit pipeline

2026-05-13
plamen-l1-wizard
مطوّرو البرمجيات

Run the Plamen L1 infrastructure audit wizard in Codex

2026-05-13
plamen
مطوّرو البرمجيات

Launch the Plamen deterministic Web3 security audit pipeline

2026-05-13
plamen-wizard
مطوّرو البرمجيات

Run the Plamen smart-contract audit wizard in Codex

2026-05-13
bls-aggregation-audit
مطوّرو البرمجيات

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

2026-05-13
config-correctness
مطوّرو البرمجيات

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

2026-05-13
consensus-math-correctness
مطوّرو البرمجيات

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

2026-05-13
consensus-safety-invariants
مطوّرو البرمجيات

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-05-13
consensus-tx-identity-invariants
مطوّرو البرمجيات

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

2026-05-13
cross-environment-semantic-drift
مطوّرو البرمجيات

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

2026-05-13
data-availability-enforcement
مطوّرو البرمجيات

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

2026-05-13
dependency-audit-nodeclient
مطوّرو البرمجيات

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
مطوّرو البرمجيات

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
مطوّرو البرمجيات

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
مطوّرو البرمجيات

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
مطوّرو البرمجيات

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

2026-05-13
hardfork-activation-and-protocol-upgrade
مطوّرو البرمجيات

L1 trigger - audits bugs that surface only at fork boundaries / protocol upgrade points: activation logic, dormant code paths, upgrade epoch correctness, version gating.

2026-05-13
light-client-proof-verification
مطوّرو البرمجيات

L1 trigger - audits light client and cross-chain proof verification: Merkle proof soundness, ICS-23 subkey handling (Dragonberry class), state root checks, message integrity.

2026-05-13
mempool-asymmetric-dos
مطوّرو البرمجيات

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

2026-05-13
p2p-dos-and-eclipse
مطوّرو البرمجيات

L1 trigger - audits peer-to-peer networking for DoS vectors (resource exhaustion, amplification), eclipse attack susceptibility, and discovery table poisoning (Kademlia/devp2p).

2026-05-13
peer-scoring-correctness
مطوّرو البرمجيات

L1 trigger - audits peer reputation and scoring logic for symmetry, farming resistance, and penalty coverage.

2026-05-13
rpc-surface-audit
مطوّرو البرمجيات

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

2026-05-13
rust-unsafe-audit
مطوّرو البرمجيات

L1 supplement - audits Rust-specific hazards: unsafe blocks, uninitialized memory, Send/Sync violations, panic safety in hot paths, drop order, FFI.

2026-05-13
state-sync-pruning
مطوّرو البرمجيات

L1 trigger - audits state sync, snapshot integrity, checkpoint trust, pruning race conditions, and state growth attacks.

2026-05-13
validator-lifecycle-and-slashing
مطوّرو البرمجيات

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

2026-05-13
عرض أهم 40 من أصل 157 skills مجمعة في هذا المستودع.