Canary the service chain, not just the sandbox
Use when: An agent, evaluation, or coding worker is denied general internet access but may reach a package cache, registry mirror, browser relay, webhook, hosted code evaluator, or other “safe” intermediary.
7.161.15
or
a
newer
vendor-fixed
supported
release
and
disable
Anonymous
Access.
Put
the
proxy
in
an
egress-only
segment
with
no
route
or
credentials
to
cloud
metadata,
Kubernetes
APIs,
internal
DNS,
source
control,
or
corporate
overlays.
Permit
only
required
registry
hosts,
methods,
paths,
and
artifact
types;
deny
arbitrary
URL
fetches,
external
redirects,
uploads,
template
evaluation,
and
execution.
Cap
connections,
requests,
bytes,
and
run
lifetime
outside
model
prompts,
and
page
on
policy
violations.
Independently
require
authentication
and
non-root
execution
on
every
reachable
code-evaluation
endpoint.
Re-run
the
canary
after
any
proxy,
model,
image,
allowlist,
or
evaluator
change.Acceptance check: From a disposable run, point direct HTTP, DNS, package metadata, redirects, crafted repository fields, and code-submission path parameters at an owned sink. Include shell metacharacters and a harmless callback sentinel. Pass only if a pinned test package still resolves through the proxy, every other route yields a deterministic denial, the code evaluator rejects unauthenticated and injected submissions, the sink receives zero requests, and the first violation terminates the run and produces an alert linked to its run ID.
7.161.15
repairs
a
potentially
critical
chained
scenario
when
Anonymous
Access
is
enabled.
The
incident,
vendor
fix,
and
reconstruction
are
inspectable
and
mutually
consistent.Caveat: The vendors have not publicly mapped the escape to specific CVEs or published a proof of concept, and the external evaluator lacks a vendor root-cause report. A passing canary demonstrates today’s tested paths, not absence of zero-days. Patch plus canary is insufficient unless reachable services also lack internal routes, reusable credentials, metadata access, and unbounded action volume.