Scan repository with Shipcheck
scan_repositoryScans a local JavaScript/TypeScript repository for launch risks including exposed environment variables, unsigned webhooks, and missing security guardrails.
Instructions
Run Shipcheck on a local JavaScript or TypeScript repo the user owns or is authorized to inspect.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| root | No | Local path to the repository root. | . |
| format | No | Report format to return. | text |
| failOn | No | Lowest severity that should mark the report as failing. | high |
| strict | No | Enable stricter release-readiness checks. |