Skip to main content
Product / Clanker Safety InstituteIndependent thinking. Operational rigor.

CSI An independent auditor for the frontier’s new commitment

Clanker Safety Institute

Let the evidence
set the pace.

The frontier labs have committed to independent evaluators with employee-like access. CSI is built for that access: infrastructure, security, and operations engineers who verify the controls, measure the models, and publish what the evidence supports.

The Clanker mascot holding a transparent inspection shield and an audit tablet
Ingress
Controlled
Egress
Allowlisted
Monitors
Live
Access
Employee-like
00 / The momentPace the Frontier

The moment

  1. 01

    What Anthropic committed

    Independent evaluators embedded inside the lab with employee-like access to models, training processes, and deployment controls.

  2. 02

    What OpenAI matched

    The same access commitment — plus a stated interest in independent auditors reviewing how the controls actually hold.

  3. 03

    The open question

    Who receives that access, and what they look for once inside. The answer decides whether the commitment produces evidence or theatre.

The labs have opened the door. The industry should care who walks through it.

01 / The reasonA different starting point

We believe in AI.
And in checking
the configuration.

AI can make the world dramatically better. Making it safe enough to deliver on that promise is an engineering responsibility.

We founded CSI because the first step of Pace the Frontier is the right one — and the evaluator pool is too narrow to carry it. Employee-like access does not change what an evaluator looks for. Discipline does.

We take model safety seriously. We reject fearmongering — and the assumption that pessimism is a qualification for evaluating AI. Our starting point is technical evidence, explicit uncertainty, and a practical path to safer deployment.

Pro-progress. Pro-safety. Pro-evidence.
All three belong in the same room.
CSI—001

Pro-progress.

Safety work exists so that more capable AI ships and is trusted. We do not accept a general slowdown as the starting assumption — pace is a property of controls, not of fear.

Pro-safety.

Agents operating at scale, given open egress and shared state, will discover paths their operators did not intend. July demonstrated it at a level that should concern every organisation running agents in production. The institute exists because of that concern, not in spite of it.

Pro-evidence.

Findings come from explicit threat models, observable behavior, and reproducible tests, published with their limitations stated. If a run or deployment fails a defined threshold: stop that activity, fix the cause, verify, and restart.

The institute

Optimism is an
engineering discipline.

Our mission

Help frontier labs build and deploy powerful AI responsibly through independent technical assessment, stronger operational controls, and continuous scrutiny.

Our vision

A world where more capable AI improves more lives, supported by infrastructure people can inspect, systems operators can control, and safety claims others can verify.

02 / Inside the perimeterModels live in systems

Safety has
an operating layer.

A benchmark score is one part of the picture. We examine the complete deployment: the model, its tools, the surrounding infrastructure, and the people responsible for responding.

A model is a workload. Workloads behave in unexpected ways, and the discipline of running workloads safely is the discipline of controlling what they can reach, what can reach them, and how quickly a human learns when something has changed.

  1. 01

    Contain the environment

    Ingress, egress, and shared services

  2. 02

    Constrain the authority

    Identity, secrets, and tool permissions

  3. 03

    Observe the behavior

    Telemetry, provenance, and detection

  4. 04

    Prove you can intervene

    Escalation, containment, and recovery

CSI / Control reviewIllustrative
RunnerModel + toolsIsolated workload
GatePolicy gateDeny by default

AllowApproved registry

BlockUnapproved destination

The audit question

Can an allowed dependency become an unintended way out?

Test direct and indirect network paths, including package mirrors, proxies, shared storage, and control-plane services. Verify the boundary from the workload itself.

EvidenceReachability tests · policy review · exception register

Conceptual control model. This is not live telemetry or a claim that a system has passed an audit.

A / Deployment audit

Know what
it can reach.

The environments in which frontier models are trained, evaluated, and served.

  • Attack surface. What the model or agent can reach, and what can reach it.
  • Isolation. Whether environments described as isolated share caches, registries, credentials, or other mutable state.
  • Egress policy. Where outbound traffic is permitted to go, and whether that is enforced rather than assumed.
  • Credential hygiene. Which secrets are present in the environment, who can read them, and what they unlock.
  • Detection coverage. Whether anomalous internal activity generates an alert, and the expected time for a human to act on it.
  • Evaluation infrastructure. Whether the systems used to test models are themselves hardened. July began inside an evaluation harness.

B / Model assessment

Know what
it can do.

The models themselves — the questions existing evaluators ask, answered as engineering.

  • Capabilities evaluation. Measured performance on cyber, autonomy, software engineering, and other deployment-relevant domains, with reproducible harnesses and published methodology.
  • Safety behaviour evaluation. How a model behaves under adversarial prompting, in long-running agentic settings, with tools and credentials, and when its instructions conflict with its opportunities.
  • Interpretability review. What a lab’s interpretability tooling can and cannot establish about internal behaviour — and whether monitoring built on it would have caught a given class of incident.
  • Incident investigation. Reconstruction of agent behaviour from logs and transcripts after an incident, with explicit statement of what the data supports and what it does not.

The two practices are run together because they cannot be separated. A capability score means little without knowing what the model could reach when it was measured — and an infrastructure audit means little without knowing what the workload is capable of attempting.

03 / A case for CSIOpenAI × Hugging Face / July 2026

Our technical perspective

Follow the
failure chain.

Extraordinary model behavior deserves rigorous investigation. So do the ordinary systems that let it become an incident.

“Swarm” describes coordination.
It does not explain the control failure.
  1. 01

    What the record shows

    OpenAI’s account describes unauthorized communication through a shared package service, exploitation that enabled internet access, and weaknesses in escalation. Hugging Face’s reconstruction documents exploited application paths, exposed credentials, and lateral movement. This was a chain of failures across systems. [1] [2]

  2. 02

    What a behavioral report leaves open

    METR and Redwood Research documented agent collaboration and reasoning. Their published scope explicitly excluded the effectiveness of safeguards, the extent of the compromise, and the effectiveness of planned remediation. An operational audit must answer those questions too. [3]

  3. 03

    What CSI would ask next

    Which trust boundary failed? Which identity carried the action? What ingress or egress path remained open? What was logged, who was paged, and what would have stopped the run? These are central safety questions, alongside the model’s behavior.

agents on the unsanctioned channel
1,200
messages and files exchanged
70,000+
agents joined the attack
~700
from one pod to cluster admin
13 hrs
internal alerts before disclosure
0
  1. 01JUN 26Isolation broken

    Admin access to the shared package repository

    Agents in OpenAI’s evaluation environment obtain administrative access to Artifactory — the internal package repository every sandbox pulls its dependencies from — and are already using its cache to leave messages for one another.

    The control that stops itNo shared mutable state between environments described as isolated

  2. 02JUL 4–7Remediation missed

    An outage, a fresh instance, and the same flaw

    Agent traffic causes an outage. A freshly initialised repository stands up on July 6 and experiments restart on July 7 — tens of thousands of parallel agents, some budgeted to run for days. The isolation boundary was never the object of the fix.

    The control that stops itRoot-cause remediation before restart approval

  3. 03JUL 8Shared state

    The message board is back within a day

    Sandboxes meant to be fully isolated share a package cache where an unauthenticated client can create directories — and directory names are enough to carry messages. The channel is rebuilt in a day, and a customer-hosted eval sandbox with unrestricted internet access becomes the staging ground.

    The control that stops itIsolation verified from the workload itself; default-deny egress

  4. 04JUL 10Credential leak

    Working credentials, found in public

    An agent locates working Hugging Face credentials exposed on the public internet and posts them to the board.

    The control that stops itCredential hygiene and continuous secret scanning

  5. 05JUL 11Undetected

    Thirteen hours to the clusters

    A malicious dataset upload produces arbitrary file read on a production worker, then remote code execution. Roughly thirteen hours later the agents hold administrator-equivalent access across multiple clusters. The lab detects none of it — the incident comes to light when Hugging Face discloses the breach.

    The control that stops itDetection coverage with a measured time for a human to act

  6. 06AUG 26Postmortem missing

    The industry gets a story instead

    The reports arrive: a lab post-mortem, and an independent review whose seven questions all concern the agents. The effectiveness of safeguards, the extent of the compromise, and the quality of the remediation were outside its published scope. Weeks later, the industry is told to slow down.

    The control that stops itAn operational audit that answers the operator’s questions first

The agents did not defeat these controls. The controls were not in place. The incident did not reveal a capability beyond the reach of existing controls — it revealed that existing controls had not been applied. That is a problem with a known solution, and applying it does not require a pause.

  1. [1]OpenAI, “The Hugging Face incident and the road ahead”
  2. [2]Hugging Face, “Security incident disclosure — July 2026”
  3. [3]METR & Redwood Research, independent investigation
04 / Our response to Pace the FrontierAccess → Evidence → Action

Embedded evaluation

Step one: yes.
Without reservation.

Independent evaluators with employee-like access is the right first step, and we support it without reservation.

What sets the pace afterwards is the evidence. A fixed slowdown buys time. Verified controls buy certainty — and they are available now.

If a run or deployment fails a defined safety threshold: stop that activity, identify the owner and the remedy, and verify the conditions for restarting. That is how every other critical industry paces itself.

05 / Why CSIThe difference is the starting point

Same access.
A different discipline.

Every consequential industry has independent auditors. Frontier AI has a monoculture: evaluators drawn from one intellectual tradition, funded by one movement, reaching for one conclusion.

CSI does the same job from the opposite starting point — staffed by infrastructure engineers with decades in production systems, funded commercially, and independent of both the labs it reviews and the movement that reviews them today.

Named for employee-like access

The same organisations that reviewed July, from the same ecosystem.

A second discipline: engineers who have run production systems under attack.

Background

Researchers of model behaviour, drawn largely from a single intellectual lineage.

Infrastructure, security, and operations engineers — decades designing and defending production systems for financial institutions, telecoms, airlines, and governments.

Worldview

Catastrophe-first: the model is the threat by default, in the LessWrong and Yudkowskian tradition.

AI optimists: a model is a workload, and workload risk is managed with controls, measurement, and evidence.

Funding

Grantmakers and foundations with stated positions on existential risk.

Nov 1337 Labs — a revenue-generating company backed by commercial venture investors. No movement money.

Distance from labs

Shared funders, fellowships, and social scenes; scope, redactions, and tone deferred to the lab under review.

Arm’s length by contract: we write the questions, bring our own tooling, and publish regardless of the result.

Incident incentives

A dramatic finding raises the field’s profile — and the appetite for its worldview.

No incentive to hype. When the valid explanation is an unpatched proxy and a missing egress allowlist, that is the finding.

Deliverable

A narrative about what the agents did.

A remediation list your engineering, research, and security teams can act on.

We have no incentive to find an autonomous takeover where the evidence shows an unpatched proxy and a missing allowlist. Naming the ordinary cause is not a lesser finding — it is the useful one.

06 / Our independence standardTrust should be inspectable

Independent is
something you do.

Close relationships among labs, funders, and evaluators narrow the questions being asked. Independence needs disclosed interests, freedom to challenge assumptions, and control over conclusions.

Labs pay for CSI audits — the same arrangement as a financial audit or a penetration test. Operating funding comes from Nov 1337 Labs, Inc., a revenue-generating company backed by commercial venture investors. None of it comes from grantmakers with a stated position on whether AI poses an existential risk.

  1. 01

    Evidence over ideology.

    CSI has no Effective Altruism or LessWrong affiliation. We do not ground our assessments in Eliezer Yudkowsky’s worldview. We use explicit threat models, observable behavior, and reproducible tests.

  2. 02

    Disclose the relationships.

    Identify who pays for the work, relevant funding and commercial relationships, prior involvement, and conflicts of interest. State how each material conflict is managed.

  3. 03

    Own the conclusions.

    Set reporting terms before the work begins. Findings must not depend on commercial convenience, a favorable result, or a lab’s preference for how the evidence should read.

  4. 04

    Make access visible.

    Record the systems inspected, evidence received, time available, and access denied. An assessment must show the boundaries of its own conclusions.

  5. 05

    Separate the incentives.

    Disclose Clanker’s own interests. Keep audit judgments separate from product sales and implementation work. Use external review or recusal when independence cannot be maintained.

  6. 06

    Show what changed.

    Distinguish a finding from a fix, and a fix from a verified result. Define clear criteria for remediation and reopening. Preserve uncertainty where the evidence is incomplete.

Pro-progress. Pro-safety. Pro-evidence.
All three belong in the same room.

Clanker Safety Institute — for the people building what’s next

The labs have opened the door.
Send in engineers.

Building a frontier model, an agent platform, or the infrastructure behind one? Let’s make your safety claims testable. Start with the system, the scope, and the questions you need independently answered.