run_security_audit
Scan uploaded code files with Semgrep or Slither for security vulnerabilities. Supports quick scans for Python/JS and web3 scans for Solidity audits.
Instructions
Run a physical SAST security audit (Semgrep or Slither) on dropped code files.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_paths_json | Yes | JSON string array of absolute file paths to scan. | |
| scan_type | No | 'quick scan' (Python/JS) or 'web3 scan' (Solidity). | quick scan |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |