May 15, 2026 · The Harbor Team
Starting today, you can verify Harbor tasks in a separate sandbox from the one used by the agent. Intask.toml, you can specify artifacts to copy between the agent sandbox and verifier sandbox.
Verifying in a separate sandbox:
- enables different resource configurations or dependencies than the agent sandbox
- lets users pre-bake dependencies into a verifier image to avoid flaky package installation
- provides an additional security boundary between the agent and the verification process
- verification is limited to copied artifacts, not full container state such as running processes
- tasks must explicitly write anything the verifier needs to an artifact path
create-task skill:
task.toml:
[steps.verifier] and [steps.verifier.environment] with the same rules.
Opting in treats the tests/ directory as an environment directory, similar to environment/.
As usual, we’re excited to see what you build and welcome feedback!
