scan_repo
Scan a repository to get an Umbra Trust Score with file:line evidence; deep mode verifies build/run in Docker. A score below 50 means the task is incomplete, so run before declaring done.
Instructions
Scan a repository and return the full Umbra Trust Score report as JSON (SAFE/CLEAN static findings; deep=true also verifies RUNS and HONEST in a Docker sandbox). Call before declaring a task done — a score below 50 means the work is not done.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| deep | No | Also verify RUNS and HONEST in a Docker sandbox (slower, needs Docker) | |
| path | No | (required) Path to the repository to scan |