← ClaudeAtlas

cpd-crypto-analysislisted

Perform deep due diligence and risk scoring for any crypto project using the CPD framework (Chain, Protocol, Dapp), sometimes referred to as CDP in user requests, plus stage, age, code quality, and incident history. Use when the user asks to evaluate crypto project reliability, compare projects by security/risk posture, produce an evidence-backed CPD report, or calculate CPD percentage/tier from sourced findings.
dasein108/ai-crypto-scoring · ★ 1 · AI & Automation · score 77
Install: claude install-skill dasein108/ai-crypto-scoring
# CPD Crypto Analysis ## Overview Run evidence-first CPD analysis. Produce reproducible scorecard. Use bundled scripts to generate research prompt, scaffold report, compute scores deterministically. All paths below are project-root-relative. Skill assets live at `.claude/skills/cpd-crypto-analysis/`. ## Workflow 1. Collect target metadata. 2. Run project-state freshness gate (mainnet/testnet/devnet). 3. Generate project-specific research brief. 4. Gather verifiable evidence from primary or canonical sources. 5. Score each CPD block from evidence only. 6. Compute totals. Produce final recommendation. ## Step 1: Collect Target Metadata Capture before researching: - Project name and ticker - Chain and deployment environment (mainnet/testnet) - Exact protocol/version under review - Exact dapp/interface under review (official UI, fork, aggregator route) If user does not specify version or interface, mark incomplete. State assumptions in report. ## Step 2: Project-State Freshness Gate (Mandatory) Verify current network state from at least: - one official source (project docs/blog/announcements), - one independent source (major media, explorer, analytics platform). Use WebFetch / WebSearch tools. Capture in scorecard: - `critical_facts.network_status.value` — `mainnet` | `testnet` | `devnet` | `unknown` - `critical_facts.network_status.as_of` — YYYY-MM-DD - `critical_facts.network_status.source_url` Do not score until filled. If sources disagree, use more recent. Flag ri