review_scan
Scan repository files in batches to identify risky code, secrets, and untrusted configs, returning structured findings with file paths, line numbers, and remediation guidance.
Instructions
按文件清单分批逐行扫描(offset/limit 是文件序号)。path 为空时扫描当前仓库根目录。 返回结构化发现(含文件详细路径、文件名、行号、代码、中文直译、白话、后果、处置、权威依据),并写入报告。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | ||
| limit | No | ||
| offset | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||