scan_file
Scan a single source file for Korean compliance risks under PIPA, Network Act, Credit Information Act, and E-Commerce Act. Returns possible risks for review, not legal advice.
Instructions
Scan a single source file for possible Korean compliance risks and return the same JSON report shape as scan_directory. Use this to check one file (for example, the file currently being edited); use scan_directory to review a whole project. Findings are possible risks for review, not legal conclusions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Absolute path to the file to scan (e.g. /Users/me/project/src/UserService.java). |