Scan File with Sigil
Analyze a specific file for security vulnerabilities:
Target: "$ARGUMENTS"
Run: sigil scan <file-path> on the specified file.
Check for:
- Code Patterns - eval, exec, pickle, subprocess
- Network Access - HTTP requests, webhooks, socket connections
- Credential Exposure - API keys, tokens, hardcoded secrets
- Obfuscation - base64 encoding, hex strings, charCode
- Dangerous Imports - suspicious modules or libraries
Present findings with:
- Severity level (CLEAN, LOW, MEDIUM, HIGH, CRITICAL)
- Line numbers and code snippets
- Risk explanation
- Remediation recommendations
If the file is CRITICAL or HIGH risk, explain the specific threat and recommend quarantine.