What problem does it solve?
Prevents execution of malicious or unsafe code by scanning repositories and directories for install hooks, dynamic execution patterns, network exfiltration, and exposed credentials before they enter your working environment.
Core Features & Use Cases
- Sigil CLI scanning: Run deterministic scans to detect install-time hooks, eval/exec usage, dynamic imports, and other suspicious code patterns.
- Network and secrets detection: Identify outbound HTTP/webhook activity, socket usage, DNS tunneling patterns, and exposed API keys or credentials.
- Risk scoring and guidance: Provide a clear risk score and verdict (CLEAN, LOW, MEDIUM, HIGH, CRITICAL) with recommended approve/reject actions for CI, local audits, or agent skill review workflows.
- Use Case: Audit a newly cloned repository, a downloaded agent skill, or a package before installing it into a development or production environment.
Quick Start
Run the Sigil scan on the target path and return the findings, risk score, and a recommended approve or reject action.