01Secrets Boundary: Automatically detects and prevents sensitive data leaks (e.g., tokens, keys) in generated code.
02Resource Gate: Enforces limits on script execution time, memory usage, and CPU consumption to prevent resource exhaustion.
030 GitHub stars
04Network Gate: Controls outbound network requests, allowing whitelisting of domains and preventing SSRF attacks.
05Env Registry: Validates and manages required and sensitive environment variables for script execution.
06Code Quality Checks: Identifies code duplication and excessive code bloat.