rt_verify_pins
Verifies tool integrity by hashing current tool definitions and comparing against a stored pin to detect added, removed, or modified tools, flagging potential rug pulls.
Instructions
Connect to server, hash current tool definitions, compare against stored pin. Reports: added tools, removed tools, modified tools (hash changed — potential rug pull), unchanged tools.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| command | Yes | Server command to execute (e.g. 'node', 'bun', 'npx') | |
| args | No | Command arguments (e.g. ['run', 'server.js']) | |
| env | No | Additional environment variables | |
| timeout_ms | No | Connection timeout in milliseconds (default: 30000) | |
| pin_name | Yes | Pin name to verify against |