Scan text for risky agent instructions
beam_scan_contentScans agent skill files or MCP configs offline for risky AI agent patterns, returning severity-ranked findings with evidence. No network requests; runs entirely on local content.
Instructions
Run Beam's offline heuristic risk scanner over inline text — an agent skill/instruction file or an MCP server config (JSON). Runs entirely locally: nothing is sent over the network, and the collector does not need to be running. Returns a list of findings (severity, title, explanation, matched evidence).
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 |
| content | Yes | The raw text to scan |