Scan Project
scanInspect a local project directory to detect production-readiness signals such as stack, scripts, CI, tests, env files, and secret risks, returning an evidence-based readiness score.
Instructions
Inspect a local project directory for deterministic production-readiness signals: stack, scripts, CI, tests, environment files, obvious secret/config risks, generated findings, counts, and public-repo claim guardrails. MCP mode returns JSON only; it does not write generated files or apply fixes. Requires no authentication. It reads local inputs only, does not make network calls, does not modify local files, and has no external rate limits.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| deep | No | Run slower validation checks for detected surfaces, such as mutable GitHub Action references. Defaults to false. | |
| project | No | Project root path to inspect, confined to CHECKYOURSELF_SCAN_ROOT (default: the MCP server process current directory). | |
| max_files | No | Maximum files to scan before truncating (default 6000). The result reports skipped inputs and incompleteness in scan_limits. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||