Skip to main content
Jeden Skill in Manus ausführen
mit einem Klick
GitHub-Repository

zkcrypto-audit

zkcrypto-audit enthält 62 gesammelte Skills von Yue-Zhou1, mit Repository-Berufsabdeckung und Skill-Detailseiten auf SkillsMP.

gesammelte Skills
62
Stars
2
aktualisiert
2026-06-12
Forks
1
Berufsabdeckung
3 Berufskategorien · 100% klassifiziert
Repository-Explorer

Skills in diesem Repository

crypto-audit-router
Informationssicherheitsanalysten

Route a full cryptographic or ZK audit across the framework. Use when you need to decide which skill should run next, which domain auditors apply, or how to move from initial context to verified finding, report, and index flow.

2026-06-12
zk-circuit-auditor
Informationssicherheitsanalysten

Audit ZK circuits, proof systems, and verifier code for soundness and transcript failures. Use when reviewing witness constraints, Fiat-Shamir flows, KZG/PCS setup assumptions, public input encoding, or recursive proof threading.

2026-06-12
audit-common
Informationssicherheitsanalysten

Codex compatibility stub for the audit-common plugin skill.

2026-04-13
cairo-auditor
Informationssicherheitsanalysten

Codex compatibility stub for the cairo-auditor plugin skill.

2026-04-13
commitment-scheme-auditor
Informationssicherheitsanalysten

Codex compatibility stub for the commitment-scheme-auditor plugin skill.

2026-04-13
crypto-audit-context
Informationssicherheitsanalysten

Codex compatibility stub for the crypto-audit-context plugin skill.

2026-04-13
crypto-audit-router
Softwareentwickler

Codex compatibility stub for the crypto-audit-router plugin skill.

2026-04-13
crypto-fp-check
Informationssicherheitsanalysten

Codex compatibility stub for the crypto-fp-check plugin skill.

2026-04-13
crypto-report-writer
Informationssicherheitsanalysten

Codex compatibility stub for the crypto-report-writer plugin skill.

2026-04-13
dependency-auditor
Informationssicherheitsanalysten

Codex compatibility stub for the dependency-auditor plugin skill.

2026-04-13
dkg-threshold-auditor
Informationssicherheitsanalysten

Codex compatibility stub for the dkg-threshold-auditor plugin skill.

2026-04-13
ecc-pairing-auditor
Informationssicherheitsanalysten

Codex compatibility stub for the ecc-pairing-auditor plugin skill.

2026-04-13
encryption-scheme-auditor
Informationssicherheitsanalysten

Codex compatibility stub for the encryption-scheme-auditor plugin skill.

2026-04-13
ethereum-crypto-auditor
Informationssicherheitsanalysten

Codex compatibility stub for the ethereum-crypto-auditor plugin skill.

2026-04-13
fhe-auditor
Informationssicherheitsanalysten

Codex compatibility stub for the fhe-auditor plugin skill.

2026-04-13
fiat-shamir-auditor
Informationssicherheitsanalysten

Codex compatibility stub for the fiat-shamir-auditor plugin skill.

2026-04-13
folding-scheme-auditor
Informationssicherheitsanalysten

Codex compatibility stub for the folding-scheme-auditor plugin skill.

2026-04-13
formal-verification-bridge
Informationssicherheitsanalysten

Codex compatibility stub for the formal-verification-bridge plugin skill.

2026-04-13
fuzz-harness-gen
Softwarequalitätssicherungsanalysten und -tester

Codex compatibility stub for the fuzz-harness-gen plugin skill.

2026-04-13
gnark-auditor
Informationssicherheitsanalysten

Codex compatibility stub for the gnark-auditor plugin skill.

2026-04-13
hash-function-auditor
Informationssicherheitsanalysten

Codex compatibility stub for the hash-function-auditor plugin skill.

2026-04-13
kani-harness-gen
Softwareentwickler

Codex compatibility stub for the kani-harness-gen plugin skill.

2026-04-13
lattice-auditor
Informationssicherheitsanalysten

Codex compatibility stub for the lattice-auditor plugin skill.

2026-04-13
merkle-tree-auditor
Informationssicherheitsanalysten

Codex compatibility stub for the merkle-tree-auditor plugin skill.

2026-04-13
mpc-auditor
Informationssicherheitsanalysten

Codex compatibility stub for the mpc-auditor plugin skill.

2026-04-13
noir-auditor
Informationssicherheitsanalysten

Codex compatibility stub for the noir-auditor plugin skill.

2026-04-13
rust-crypto-safety
Informationssicherheitsanalysten

Codex compatibility stub for the rust-crypto-safety plugin skill.

2026-04-13
side-channel-auditor
Informationssicherheitsanalysten

Codex compatibility stub for the side-channel-auditor plugin skill.

2026-04-13
spec-delta-checker
Softwarequalitätssicherungsanalysten und -tester

Codex compatibility stub for the spec-delta-checker plugin skill.

2026-04-13
vdf-auditor
Informationssicherheitsanalysten

Codex compatibility stub for the vdf-auditor plugin skill.

2026-04-13
zk-circuit-auditor
Informationssicherheitsanalysten

Codex compatibility stub for the zk-circuit-auditor plugin skill.

2026-04-13
zkbugs-index
Informationssicherheitsanalysten

Codex compatibility stub for the zkbugs-index plugin skill.

2026-04-13
zkvm-auditor
Informationssicherheitsanalysten

Codex compatibility stub for the zkvm-auditor plugin skill.

2026-04-13
audit-common
Informationssicherheitsanalysten

Provides shared severity, testing-evidence, and finding-contract references for ZK and cryptographic audit skills. Use when classifying findings, checking whether test evidence is sufficient, or writing findings in a consistent structure.

2026-04-13
crypto-audit-context
Informationssicherheitsanalysten

Builds initial audit context for ZK and cryptographic code before vulnerability hunting. Use when starting a crypto audit, mapping trust boundaries, prioritizing code paths, or applying dimensional analysis to protocol values.

2026-04-13
crypto-fp-check
Informationssicherheitsanalysten

Verifies suspected ZK and cryptographic findings before reporting. Use when deciding whether a suspected vulnerability is a TRUE POSITIVE or FALSE POSITIVE, assigning severity, or enforcing the Critical/High PoC gate.

2026-04-13
crypto-report-writer
Informationssicherheitsanalysten

Write final audit findings for ZK and cryptographic reviews. Use when a finding has survived verification and needs to be turned into clear report prose with severity, impact, root cause, and test evidence.

2026-04-13
spec-delta-checker
Informationssicherheitsanalysten

Compare cryptographic code against a reference specification or paper. Use when implementation details look close to a standard but may have drifted in validation, transcript binding, parameter negotiation, or caller obligations.

2026-04-13
commitment-scheme-auditor
Informationssicherheitsanalysten

Audit polynomial commitment schemes (KZG, FRI, IPA, Pedersen) for degree bound enforcement, evaluation proof verification, trusted setup provenance, and batch opening soundness.

2026-04-13
ecc-pairing-auditor
Informationssicherheitsanalysten

Audit elliptic-curve, pairing, and BLS signature code for point-validation, subgroup, serialization, DST, and pairing-equation failures. Use when reviewing deserialization, `hash_to_curve`, aggregate verification, or batch pairing logic.

2026-04-13
Zeigt die Top 40 von 62 gesammelten Skills in diesem Repository.