o360_scan_path
Scan a local directory for security vulnerabilities using static analysis (SAST) from Offensive360. Upload code as a zip, get results with file/line, severity, and fixes for 60+ languages.
Instructions
Run an Offensive360 SAST scan on a local directory (60+ languages, taint/data-flow analysis). Uploads the directory as a zip, waits for the scan, and returns the findings with file/line, severity, and remediation guidance. Typical duration: 1–5 minutes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Absolute path of the directory to scan | |
| exclude | No | Extra directory names to exclude from the upload | |
| project_name | No | Project name in the Offensive360 dashboard (default: directory name) | |
| timeout_seconds | No | Max seconds to wait (default 900) |