ShellSafetyChecker
Scan shell scripts to detect missing set -euo pipefail, background job silent failures, and hardcoded credentials, returning findings for remediation.
Instructions
Run the shell safety checker (missing set -euo pipefail, background job silent failure risk, hardcoded credentials) against shell scripts. Returns findings.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | No | Target directory or file to scan (default: cwd) | |
| timeout | No | Timeout in ms (max 600000) |