Install
openclaw skills install wip-license-hookLicense rug-pull detection. Scans dependencies and forks for license changes, gates upstream merges, maintains a license ledger, and generates a public compl...
openclaw skills install wip-license-hookDetect license rug-pulls before they reach your codebase.
wip-license-hook init --repo /path/to/repo
Scans all current dependencies and forks, records their licenses, creates LICENSE-LEDGER.json.
wip-license-hook scan --all
Checks every dependency and fork against the ledger. Updates last_checked. Flags any changes.
wip-license-hook gate --upstream <remote>
Fetches upstream without merging. Checks license. Returns exit code 0 (safe) or 1 (changed/blocked).
Use in git hooks or CI.
wip-license-hook report
Outputs a human-readable license health report.
wip-license-hook dashboard --output ./docs
Creates a static HTML dashboard from the ledger. Deploy to GitHub Pages.
Add to HEARTBEAT.md or as a cron job:
wip-license-hook scan --all --alert
If any license changed, sends alert via configured channel (email, iMessage, Discord).
Tools: license_scan, license_audit, license_gate, license_ledger
Add to .mcp.json:
{
"wip-license-hook": {
"command": "node",
"args": ["/path/to/tools/wip-license-hook/mcp-server.mjs"]
}
}
npm i -g @wipcomputer/wip-license-hook