Skip to content

Latest commit

 

History

History
51 lines (41 loc) · 1.56 KB

File metadata and controls

51 lines (41 loc) · 1.56 KB

Roadmap

MVP

  • CLI skeleton with clap
  • transaction analysis from raw hex JSON
  • PSBT analysis from base64 input
  • script analysis from hex or a small ASM subset
  • descriptor parsing and policy hints with miniscript
  • review-pack reports for descriptor, PSBT, transaction, script, policy, and notes directories
  • policy-pack reports for custody/audit policy evidence directories
  • report schema versioning
  • JSON and Markdown reports
  • risk warnings with human explanations
  • GitHub Actions CI

Near-Term

  • stronger ASM parser and script disassembly
  • richer PSBT field coverage
  • fee-rate estimation when weight and prevouts are complete
  • Taproot-specific output and script-path signals
  • additional fixture coverage for common wallet and exchange patterns

AI Reporting Layer

  • redaction pipeline before any provider call
  • prompt template based only on the technical JSON report
  • provider abstraction for OpenAI-compatible APIs
  • deterministic tests using mocked AI responses
  • explicit audit log showing what data would be sent

Due Diligence Use Cases

  • richer batch analysis for transaction and policy packs
  • deeper policy review for multisig and timelock setups
  • PSBT readiness checklist
  • executive PDF or Markdown due diligence reports
  • CI mode for teams that want checks on generated Bitcoin artifacts

Non-Goals

  • wallet creation
  • transaction signing
  • key management
  • seed phrase handling
  • custody
  • broadcasting
  • review-pack network calls
  • policy-pack network calls
  • consensus-level validation claims