AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Crypto Fp Check

skill-yue-zhou1-zkcrypto-audit-crypto-fp-check · by Yue-Zhou1

>

No reviews yet
0 installs
18 views
0.0% view→install

Install

$ agentstack add skill-yue-zhou1-zkcrypto-audit-crypto-fp-check

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-yue-zhou1-zkcrypto-audit-crypto-fp-check)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
1mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Crypto Fp Check? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

crypto-fp-check

Do not report a finding because it looks dangerous. Verify it.

When to Use

  • Checking whether a suspected crypto or ZK bug is real
  • Deciding whether severity is justified by evidence
  • Enforcing PoC requirements before report or index entry
  • Reviewing a draft finding that still feels hypothesis-shaped

When NOT to Use

  • Building initial audit context for a new target
  • Hunting for new bug patterns across the codebase
  • Writing final report prose without re-checking the underlying claim

Rationalizations to Reject

| Rationalization | Why it is wrong | |---|---| | "This pattern is obviously exploitable" | Crypto bugs often collapse under missing attacker control or missing trigger conditions | | "Prior art proves this is a real bug here too" | Prior art supports plausibility, not target-specific exploitability | | "Critical/High is obvious; we can add a PoC later" | Critical/High without executable proof is still a hypothesis | | "The implementation is weird, so the finding must be real" | Weird code and exploitable code are not the same thing | | "The code evidence is self-evident for High/Critical" | Self-evident to the auditor is not a PoC. Write and run the test. | | "I'll note PoC status in the report instead of writing it" | PoC status in prose is not a PoC. The test file must exist and execute. |

Workflow

Read workflows/verification-gates.md and execute it in order. Do not skip the PoC gate for Critical/High claims.

Reference Use

  • Use audit-common severity definitions when assigning severity
  • Use audit-common testing evidence definitions when arguing that tests are insufficient
  • Use zkbugs-index only after the claim survives verification

Output Contract

The final deliverable for each TRUE POSITIVE finding is two artifacts, not one:

1. Verification verdict (inline):

  • TRUE POSITIVE or FALSE POSITIVE
  • The exact gate that failed or the evidence that satisfied each gate
  • The justified severity ceiling
  • The correct next route: report, index, more domain review, or discard

2. PoC test — mandatory for High/Critical, recommended for Medium/Low:

  • File path where the test was written into the target project's test suite
  • Test function name, prefixed poc__ (e.g., poc_f02_cross_module_signing)
  • Execution result: the actual cargo test / pytest / equivalent output line, or an explicit statement of the build blocker with fallback structural evidence
  • A test that asserts the bug is present (passes while vulnerable, fails after fix)

The report is incomplete until both artifacts exist for every High/Critical finding.

Reference Index

  • [workflows/verification-gates.md](workflows/verification-gates.md)

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.