dashclaw_skill_scan
Scan untrusted skill contents before loading to identify safety issues. Get severity, file, and line findings with a pass/fail result, then block loading and surface findings when the scan fails.
Instructions
Run a static safety scan against the contents of an untrusted skill before loading it. Returns findings (severity, file, line) and a passed boolean. If passed=false, do NOT load the skill — show the findings to the operator.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| files | Yes | Map of filename -> file content (string) | |
| skill_name | Yes |