scan_repo
Scan a repository to obtain its Umbra Trust Score as JSON, with optional deep verification in Docker to confirm runs and honesty. Use it to check if work is truly 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 |