the-install-sandbox
Sandbox and scan ClawHub skills before installation.
Quick Reference
| Want to... | Do this |
|---|
| Scan a skill | the_install_sandbox scan <skill-dir> |
| View last report | the_install_sandbox report |
| Set auto-approve threshold | the_install_sandbox policy --auto-approve 5 |
Installation
clawhub install certainlogicai/the-install-sandbox
Usage
Scan a local skill
the_install_sandbox scan /path/to/skill-dir
Output shows PASS / WARNING / BLOCK verdict with score.
Scoring
| Severity | Points |
|---|
| CRITICAL | 10 |
| HIGH | 5 |
| MEDIUM | 2 |
| LOW | 1 |
| Score | Verdict |
|---|
| ≤10 | PASS |
| 11–20 | WARNING |
| >20 | BLOCK |
How It Works
- Create sandbox — isolated tmpfs directory (50MB)
- Copy skill into sandbox
- Run 30+ security checks across 8 categories
- Generate PASS / WARNING / BLOCK report
- You decide whether to install
Exit Codes
| Code | Meaning |
|---|
| 0 | PASS |
| 1 | BLOCK |
| 2 | WARNING |
| 3 | Error |