-
Notifications
You must be signed in to change notification settings - Fork 0
Security and Target Policy
SSRF / target allowlists for CI and Mission Control jobs.
Deep: configuration.md · enterprise-v2.md · External CI/CD.
ZYVOR_ENV |
Behavior |
|---|---|
development (default) |
Permissive — private/HTTP targets allowed |
production |
Fail-closed — only allowlisted hosts (and policy ports/CIDRs) |
| Variable | Purpose |
|---|---|
ZYVOR_TARGET_ALLOWLIST |
Comma-separated hostnames (supports *.example.com) |
ZYVOR_TARGET_ALLOWED_PORTS |
Default 80,443
|
ZYVOR_TARGET_ALLOWED_CIDRS |
Extra CIDR ranges |
ZYVOR_ALLOW_PRIVATE_TARGETS |
Override RFC1918/loopback |
ZYVOR_ALLOW_HTTP_TARGETS |
Allow plain http://
|
export ZYVOR_ENV=production
export ZYVOR_TARGET_ALLOWLIST='zyvor.dev,*.zyvor.dev,staging.example.com'
export ZYVOR_ALLOW_PRIVATE_TARGETS=false
export ZYVOR_ALLOW_HTTP_TARGETS=falseEven when allowlisted, cloud metadata IPs stay blocked. Redirect destinations must also pass policy.
BFS crawl validates every navigated URL (CRAWL_ALLOW_PRIVATE_TARGETS for local-only). See Coverage Expansion.
| Mode | Behavior |
|---|---|
read_only |
Assert / wait / navigate / non-submitting explore |
supervised |
Writes need approved risk class |
unrestricted |
Writes allowed; destructive still off by default |
export ZYVOR_AGENT_MODE=supervised
export ZYVOR_AGENT_APPROVED_RISKS=write
export ZYVOR_AGENT_ALLOW_DESTRUCTIVE=false
export ZYVOR_AGENT_ALLOWED_ORIGINS='login.example.com,sso.example.com'Private staging from Actions: start with ZYVOR_ENV=development, or set production + allowlist via Action inputs zyvor-env / target-allowlist.
Related: Enterprise · Admin Basics · Troubleshooting
Start: Home · Getting Started · Tutorials · Workflows · Admin · Dashboard
Tutorials: Spec→Test · NL · GitHub · Coverage · Visual · Notify · External CI · Agent CI · zyvor.dev · Specs
Build: Architecture · Config · Authoring · Structure · Multi-browser · Rust
Actions: Mission Control · Journeys · API/Auth · Probes · Schedules · Ask Zyvor · Autofix
Ship: API · Webhooks · Security · CI/CD · Deploy · Releases · Enterprise
More: Troubleshoot · FAQ · Glossary · Contributing · Demos · Docs
Guides