Squire Audit
auditScan staged local files for security vulnerabilities using secret detection and static analysis to identify exposed credentials and misconfigurations.
Instructions
Run the supported security-focused audit surfaces against staged local files. On the public service this currently means secret scanning and local-config static analysis.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| config | No | Static analysis config as a staged local file path. | |
| files | No | Local file paths to stage. | |
| language | No | Audit language. Dependency audit is currently disabled publicly. | |
| paths | No | Local directory paths to stage recursively. | |
| secrets | No | Run the built-in secret scanner. | |
| static | No | Run static analysis. | |
| targets | No | Audit targets as an array or CSV string. | |
| timeout | No | Audit timeout in seconds. | |
| tool | No | Audit tool, such as semgrep. |