Scan a local file for risky agent instructions
beam_scan_pathScan local agent skill files or MCP server configs for risky AI agent patterns using Beam's offline heuristic risk scanner. Read-only and fully local, it never modifies the file.
Instructions
Run Beam's offline heuristic risk scanner over a file already on disk — an agent skill/instruction file or an MCP server config. Read-only: the file is never modified. Runs entirely locally.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | What the content is: an agent skill/instruction file, or an MCP server config (checks version pinning too) | skill |
| path | Yes | Absolute or relative path to the file to scan |