#!/usr/bin/env node /** * threat-lab CLI — AI-powered security research platform. * * Usage: * threat-lab list # List available scenarios * threat-lab run # Execute scenario → analyze → add to library * threat-lab analyze # Analyze a Solidity file * threat-lab submit # Submit a finding * threat-lab patterns # Show known attack patterns * threat-lab library # Show pattern library stats * threat-lab library search # Search the library * threat-lab export # Export library to JSON * threat-lab status # Check Anvil / network status */ export {}; //# sourceMappingURL=cli.d.ts.map