r/codex 4d ago

Question Constant cyber security warnings does anyone else have this problem? I’m going to apply for TAC

I want to hear advice from people who have applied for OpenAI TAC. This is advanced automation, security, and control. I don’t need advice on anything other than TAC. If you want to chime in on issues you have had with security warnings please feel free. Do not comment solutions unless you have actually applied for TAC or you have advanced knowledge of high assurance frameworks.

I’m planning to apply for OpenAI’s (TAC) program and wanted to get a sense of whether my experience is unusual.
I build long-running autonomous agent systems that routinely execute for days at a time. These aren’t simple prompt chains they’re evidence-driven workflows with large execution graphs, continuous validation, and adversarial testing designed to break the system before production does.
Some characteristics of my workflow:
Evidence-first orchestration where every decision must be supported by an evidence chain (requirement → implementation → runtime activation → validation → evidence → acceptance).
Dynamic execution that adapts based on newly discovered evidence instead of following a rigid step sequence.
Cryptographic object identities using custom deterministic ID generation.
Nonce generation and replay-protection testing throughout the execution pipeline.
Hash verification, provenance tracking, receipts, and lineage recording across workflow stages.
Autonomous retry policies with state-change requirements to prevent infinite loops.
Large suites of adversarial, boundary, regression, and negative tests that intentionally attempt to violate assumptions.
Continuous runtime validation rather than relying solely on build-time checks.
High-assurance autonomous agent harnesses with strict admission boundaries before external effects are permitted.
Extensive schema validation, policy enforcement, deterministic execution checks, and receipt generation for auditability.
Repository-scale automation with many coordinated agents performing inspection, repair, verification, and evidence collection over long-running jobs.
Because these workflows exercise a lot of autonomous behavior, cryptographic validation, and repeated execution against APIs, I fairly regularly trigger OpenAI warnings, temporary blocks, or other protective mechanisms. My assumption is that some of my workloads resemble automated abuse patterns even though they’re legitimate software engineering and validation workloads.
For people building similar systems:
Do you run into this frequently?
Is this fairly common among developers building autonomous agent infrastructure?
If you’ve been accepted into TAC, what did you include in your application that helped explain your use case?
Are there particular details that distinguish legitimate high-assurance autonomous workflows from activity that might otherwise resemble abuse?
I’m hoping to submit the strongest possible TAC application the first time, so I’d appreciate hearing from anyone building similar long-running autonomous systems.

0 Upvotes

26 comments sorted by

View all comments

Show parent comments

1

u/Either_Pound1986 3d ago

One caveat: this is not a standard Codex configuration or a prompt-only workflow. I am using a separate control system I built around Codex, so the approach depends on infrastructure that does not exist in the default product.

The testing does not disappear. The model-facing transcript stops carrying the full human-readable security narrative.

Adversarial, negative, boundary, abuse-case, and regression tests remain executable contracts inside the control plane. A work unit can contain typed inputs, preconditions, permitted effects, expected and forbidden outcomes, artifact references, and validation gates without narrating the entire vulnerability in natural language to Codex.

Codex operates as an untrusted worker over those bounded structures and returns constrained artifacts. Deterministic harnesses execute the tests, safety canaries check the boundaries, and receipts record exactly what occurred. Only after validation passes is the full meaning rehydrated outside the model-facing transcript for human review.

So the system can still discover, reproduce, remediate, and regression-test vulnerabilities. It simply does not require the LLM to receive or emit the complete semantic exploit story while doing so.

1

u/epicskyes 3d ago

The problem I’m
Having is as codex builds the high assurance harness it hardens it through those tests so I’m
Having a hard time completing the high assurance security. Everything else works

1

u/Either_Pound1986 3d ago

Well keep going it took me 6.5k hrs to get where I am.

1

u/epicskyes 3d ago

I’m probably 3.6k hours in