What problem does it solve?
Automates turning Sigil scan findings into a concrete sandbox policy YAML that constrains filesystem, network, process, and credential access so untrusted agent code can be executed safely.
Core Features & Use Cases
- Automated Policy Synthesis: Maps scan findings to filesystem, network, process, and credential rules and emits a ready-to-review YAML policy.
- Severity-based Enforcement: Applies different restriction levels based on scan verdicts (CLEAN → permissive, CRITICAL → deny-all).
- Explainable Rules: Includes human-readable explanations tying each restriction to specific findings to support review and auditing.
- Use Case: Generate a sandbox policy for third-party skills or CI-checked repositories before allowing runtime execution.
Quick Start
Generate a sigil sandbox policy for the project at ./project-path using the latest scan results and save it to sigil-policy.yaml for review.