Security Scan with Sigil
Scan the target repository/directory for malicious patterns:
- Run Sigil scan on the target path
- Review detected threats (install hooks, eval/exec, network exfil, credentials)
- Show risk score and verdict
- Recommend approve/reject based on findings
Usage:
sigil scan <path>
Output interpretation:
- CLEAN (score 0): Safe to use
- LOW RISK (1-9): Review findings
- MEDIUM RISK (10-24): Manual review required
- HIGH RISK (25-49): Block unless override
- CRITICAL (50+): Block, no override
Present findings clearly and recommend next steps.