AI Cybersecurity Guardrails Push Researchers to Local Models
OpenAI and Anthropic's cyber safeguards are meant to stop malicious hacking, but offensive security researchers say inconsistent refusals are slowing legitimate vulnerability work and pushing sensitive tasks toward local models.
AI cybersecurity guardrails are creating a dual-use access problem: the same model that helps a defender understand and fix vulnerable code can also help an attacker exploit it. TechCrunch reports that legitimate offensive-security researchers are running into refusals and inconsistent behavior from OpenAI and Anthropic models, while some sensitive work is moving to local open-source models.
Definition: AI cybersecurity guardrails are model and account controls intended to reduce assistance with malicious hacking.
Example: A researcher can ask an AI model to test whether a suspected bug is exploitable before a defender patches it, but the same request can resemble an attack prompt.
Key takeaway: A guardrail that cannot distinguish defensive validation from offensive misuse can block both the harmful and legitimate use case.
Business impact: Security teams need access policies that protect sensitive vulnerability data without forcing responsible researchers into less observable tools.
Why are AI guardrails blocking legitimate security work?
AI guardrails can block legitimate security work when a request to confirm or exploit a bug looks identical to a request for malicious attack assistance. The conflict matters during vulnerability validation, because NCC Group chief scientist Chris Anley told TechCrunch that asking a model to try to exploit a bug is a key step in confirming whether it is a real vulnerability worth fixing. Security teams should therefore evaluate a refusal against the researcher's authorization and task scope, not only against the vocabulary of the prompt.
The offensive-versus-defensive boundary is difficult to encode in a generic model policy because “fix this code” can also reveal a route to a critical vulnerability. Anley described the model as a tool that can be both a building instrument and a weapon, while the underlying code task remains the same. The operational takeaway is to put more trust in verifiable identity, scoped environments and audit trails than in a keyword-level decision about intent.
What access do OpenAI and Anthropic offer cyber researchers?
OpenAI and Anthropic both provide vetted access paths for cybersecurity researchers who need fewer cyber restrictions than ordinary model users. OpenAI's Trusted Access for Cyber program and Anthropic's Cyber Verification Program are the two programs named in the report, and approval is intended to make responsible research more workable without making the models generally unrestricted. Organizations evaluating these programs should ask what evidence is required, what activity is logged and which safeguards remain active.
Vetted access is still a gatekeeping model, and researchers question whether large AI companies should make opaque decisions about security research. Mark Dowd, a security researcher who has worked with zero-days, told TechCrunch that it was uncomfortable for “random large companies” to decide what is safe in security. The practical question for labs is whether a transparent, accountable review process can be more useful than a broad refusal layer while still limiting abuse.
How are offensive-security researchers adapting?
Researchers are dividing AI use by sensitivity instead of treating one model as a complete offensive-security workstation. Paolo Stagno of Crowdfense said his team uses frontier models for reverse engineering but avoids using cloud models to find vulnerabilities or build exploits because sensitive vulnerability data could be exposed or absorbed into future training. A safer workflow keeps private discovery and weaponization data local while using hosted models only for tasks whose data boundary has been reviewed.
Some researchers use AI only for preparation and supporting work because they want humans to retain control of the actual vulnerability discovery and weaponization. Giuseppe Cali told TechCrunch that AI helps him understand analyzed code and build supporting tools, but he still wants to own the bug discovery and weaponization himself. This is a distinct operating model from removing guardrails: it limits the model's role before a sensitive action rather than assuming a policy layer can infer intent perfectly.
Other researchers are spending time negotiating with models instead of analyzing vulnerabilities because guardrails can behave inconsistently across days and access tiers. Chris Thompson of RemoteThreat said that even within the looser boundaries of vetted programs, researchers may receive over-sanitized output or different results from the same kind of request. Security leaders should measure this friction as a workflow cost and record where a refusal delayed analysis, rather than assuming that a nominally approved program is predictable in practice.
Why are local models becoming the fallback?
Local open-source models are becoming a fallback when cloud guardrails block authorized work or when researchers cannot share vulnerability data with a provider. Thompson said researchers are being pushed toward Chinese open-source models such as GLM, while Stagno described local models as the choice for more sensitive offensive work. Teams considering this route should start with the data boundary and permissions: running a model locally changes where prompts go, but it does not remove the risk of an over-permissioned tool or an unsafe generated exploit.
The shift toward local models creates a governance trade-off rather than a simple safety win. A hosted provider can supply account controls, monitoring and a vetted access process, while a locally run model can avoid cloud disclosure and restrictive refusals; the trade-off is that the organization must provide more of its own logging, model provenance and access control. The same separation appears in Yowox's guide to running an LLM locally: local inference changes the data path, but privacy and security still depend on network behavior, logs and tool permissions.
What should AI labs change?
AI labs should make responsible cyber access more predictable instead of relying on broad refusals that push legitimate researchers elsewhere. Thompson called for open programs, responsible access and accountability for abuse, arguing that defenders could lose the AI race if their tools are stifled. The policy implication is concrete: publish clearer eligibility rules, make decisions auditable, distinguish authorized testing from abuse using more than prompt text and provide a dependable escalation route when a refusal is wrong.
Security teams should pair model safeguards with system-level controls because neither a refusal nor a local model proves that a research workflow is safe. The guardrails question sits alongside the broader operational issues in AI agent security's five-layer model: identity, tools, integrations, model behavior and code all affect the blast radius. A practical control set is narrow credentials, isolated targets, explicit authorization, immutable logs and human approval before a real-world action.
What remains unresolved?
The reporting does not show that every offensive-security researcher wants unrestricted AI access, and it does not establish that local models are safer overall. Cali does not use AI for the most sensitive parts of his work, while Stagno and Thompson describe local models as a response to cloud restrictions and data concerns. The evidence supports a narrower conclusion: one-size-fits-all guardrails are misaligned with a field where defensive and offensive techniques overlap.
The unresolved policy problem is how to make dual-use cyber assistance accountable without making it unusable for the people trying to find vulnerabilities first. The recent disclosures about AI evaluation failures already show why cybersecurity evaluations need real containment controls, while this reporting shows the access problem on the researcher side. The next generation of cyber programs will need both: safeguards that limit abuse and a responsible path for authorized researchers to do the work those safeguards are meant to protect.
Frequently asked questions
Why do cybersecurity researchers say AI guardrails get in the way?
Offensive cybersecurity work often requires testing whether a suspected bug can be exploited, but a model may classify that request as malicious even when the goal is to help a defender fix the code. Chris Anley of NCC Group told TechCrunch that the same prompt can support defense and reveal a vulnerability, so the two uses cannot always be separated by a simple guardrail. The practical issue is not that every refusal is wrong; it is that an opaque or inconsistent refusal can interrupt the validation step.
What vetted cyber-access programs do OpenAI and Anthropic offer?
OpenAI offers a Trusted Access for Cyber program, and Anthropic offers a Cyber Verification Program. The programs let vetted cybersecurity researchers apply for access to models with fewer cybersecurity restrictions than ordinary users receive. The TechCrunch report does not publish the programs' approval rates or claim that access removes every safeguard, so researchers should treat them as controlled access paths, not unrestricted offensive-security environments.
Why are some researchers using local open-source models?
Local open-source models address two separate concerns described in the reporting: restrictive or inconsistent cyber refusals and the risk of sending sensitive vulnerability data to a cloud provider. Paolo Stagno of Crowdfense said his team uses local open-source models for finding vulnerabilities and building exploits, while using frontier models for reverse engineering instead. A local model can change the data boundary, but it does not automatically make an offensive-security workflow safe.
Do all offensive cybersecurity researchers want guardrails removed?
No. Giuseppe Cali told TechCrunch that he uses AI for initial reverse engineering and supporting tools, while keeping bug discovery and weaponization himself. Other researchers said guardrails impede their work, and Chris Thompson described inconsistent behavior even inside vetted programs. The reporting therefore shows a split: some researchers want more reliable responsible access, while others limit AI to less sensitive stages of the workflow.
Alex
Founder & Lead AI Writer
Alex is the founder of Yowox and lead AI writer since 2024, breaking down complex information into clear, actionable insights for thousands of readers every day. Alex has built AI automation systems for businesses since 2024, focusing on AI agents, workflow automation, and business process optimization.
Save hours. Save thousands.
Practical guides, real workflows, and the latest AI and automation news that matters — straight to your inbox.