validate-bsv-script
SKILL.md
Validate BSV Script
Validate and analyze BSV scripts for correctness, identify script types, and check for security issues.
When to Use
- Validate a locking or unlocking script
- Identify script type (P2PKH, P2PK, multisig, etc.)
- Analyze script opcodes
- Check for potential security issues
Usage
# Validate a script from hex
bun run skills/validate-bsv-script/scripts/validate.ts <script-hex>
# Specify script type
bun run skills/validate-bsv-script/scripts/validate.ts <script-hex> --type locking
# JSON output
bun run skills/validate-bsv-script/scripts/validate.ts <script-hex> --json
# Show help
bun run skills/validate-bsv-script/scripts/validate.ts --help
Status
Complete - All tests passing, ready for use
Weekly Installs
14
Repository
b-open-io/bsv-skillsGitHub Stars
1
First Seen
Feb 8, 2026
Security Audits
Installed on
claude-code14
cursor13
gemini-cli13
antigravity13
opencode13
amp12