dashclaw_skill_scan
Run a static safety scan on an untrusted skill before loading. Returns findings with severity, file, and line, and a passed boolean; if false, loading is blocked and findings are shown.
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 |