Releases: sandboxec/sandboxec
Release list
sandboxec v0.3.0
Changelog
- 6a62356 feat: add named-config option (#3)
- Adds
-C, --named-configto load a profile from the sandboxec/profiles repository (resolved to raw YAML on thebasedbranch). - Enables running with shared profiles without a local config file, e.g.
sandboxec --named-config agents/claude -- claude. --configand--named-configare mutually exclusive; using both now returns an explicit error.- Named values are normalized (
/prefixand.yaml/.ymlsuffixes are handled); empty values fail fast.
- Adds
Verify
Important
It is strongly recommended to verify the integrity and security of the release assets before executing them. This helps mitigate potential risks associated with running unverified files.
First, verify the file using checksums.
sha256sum --check --ignore-missing sandboxec_v0.3.0-checksums.txtThen, ensure the authenticity of the release asset with Sigsum:
Note
You need to have sigsum-verify CLI installed.
go install sigsum.org/sigsum-go/cmd/sigsum-verify@v0.13.1sigsum-verify -k sandboxec-sigsum-key.pub -p sigsum-trust-policy.txt \
sandboxec_v0.3.0-OS_ARCH.proof < sandboxec_v0.3.0-OS_ARCHsandboxec v0.2.2
Changelog
- abdb7b8 bump github.com/modelcontextprotocol/go-sdk@v1.4.0
Verify
Important
It is strongly recommended to verify the integrity and security of the release assets before executing them. This helps mitigate potential risks associated with running unverified files.
First, verify the file using checksums.
sha256sum --check --ignore-missing sandboxec_v0.2.2-checksums.txtThen, ensure the authenticity of the release asset with Sigsum:
Note
You need to have sigsum-verify CLI installed.
go install sigsum.org/sigsum-go/cmd/sigsum-verify@v0.13.1sigsum-verify -k sandboxec-sigsum-key.pub -p sigsum-trust-policy.txt \
sandboxec_v0.2.2-OS_ARCH.proof < sandboxec_v0.2.2-OS_ARCHFull Changelog: v0.2.1...v0.2.2
sandboxec v0.2.1
Changelog
- c567a24 feat: add
unsafe-host-runtimesupport (#1)- Improves out-of-the-box compatibility for host-linked tooling: use
--unsafe-host-runtimeflag (orunsafe-host-runtime: truein YAML) when sandboxed commands fail due to runtime/library access. - Opt-in ONLY when needed; it broadens
read_execaccess to runtime paths and discovered shared-library dependencies, so it should be treated as a trusted-workload opt-in. - May increase startup latency: dependency discovery is done before launch, which is more noticeable for short-lived commands.
- Improves out-of-the-box compatibility for host-linked tooling: use
Verify
Important
It is strongly recommended to verify the integrity and security of the release assets before executing them. This helps mitigate potential risks associated with running unverified files.
First, verify the file using checksums.
sha256sum --check --ignore-missing sandboxec_v0.2.1-checksums.txtThen, ensure the authenticity of the release asset with Sigsum:
Note
You need to have sigsum-verify CLI installed.
go install sigsum.org/sigsum-go/cmd/sigsum-verify@v0.13.1sigsum-verify -k sandboxec-sigsum-key.pub -p sigsum-trust-policy.txt \
sandboxec_v0.2.1-OS_ARCH.proof < sandboxec_v0.2.1-OS_ARCHsandboxec v0.1.0
Changelog
- dd71525 init 1
Verify
Important
It is strongly recommended to verify the integrity and security of the release assets before executing them. This helps mitigate potential risks associated with running unverified files.
First, verify the file using checksums.
sha256sum --check --ignore-missing sandboxec_v0.1.0-checksums.txtThen, ensure the authenticity of the release asset with Sigsum:
Note
You need to have sigsum-verify CLI installed.
go install sigsum.org/sigsum-go/cmd/sigsum-verify@v0.13.1sigsum-verify -k sandboxec-sigsum-key.pub -p sigsum-trust-policy.txt \
sandboxec_v0.1.0-OS_ARCH.proof < sandboxec_v0.1.0-OS_ARCH