check_pins
Detect skill file changes by comparing current SHA-256 hashes against previously stored pins to identify unauthorized modifications or rug pull drift.
Instructions
Check a directory for skill file rug pull drift.
Compares current SHA-256 hashes of skill files against the pins stored in .bawbel-pins.json. Reports any files that changed after the last audit.
Run bawbel pin from the CLI to create the initial pin file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Directory to check (default: current directory) | . |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |