classify_hook
Determines a Hook's role (firewall, emitter, processor, etc.) from its structure, using heuristic analysis of imports, exports, and state usage. No bytecode execution required.
Instructions
Infer in plain English what a Hook DOES (firewall/filter, emitter, stateful processor, financial/XFL, authorizer, autonomous agent…) from its structure — imports, hook/cbak exports, HookOn, state/emit/float/guard usage. Heuristic, offline; does not execute the bytecode.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hookOn | No | ||
| wasmHex | No | ||
| wasmBase64 | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| error | No | ||
| valid | No | ||
| firesOn | No | ||
| summary | No | ||
| archetype | No | ||
| behaviors | No | ||
| confidence | No | ||
| capabilities | No |