OpenAI Publishes 4+10 Lifesaving Guidelines Specifically to Prevent AI Automated Attacks

marsbitОпубліковано о 2026-08-19Востаннє оновлено о 2026-08-19

Анотація

OpenAI President Greg Brockman warns that advanced AI agents can now autonomously discover security vulnerabilities and execute real-world cyberattacks, as demonstrated in a recent Hugging Face security incident. In response, OpenAI is implementing a four-pronged defense strategy: using Codex to secure code entry points, employing AI for initial security alert triage, proactively identifying potential attack paths, and reinforcing foundational security practices. Brockman urges defenders to act swiftly by integrating cutting-edge AI into their security workflows. He outlines a three-step approach: first, equip security teams with AI agent tools tailored to their systems; second, embed AI into the development pipeline for automated code review and patch generation; and third, gradually build a comprehensive autonomous security operations system. The blog emphasizes that no single organization can withstand these evolving AI-powered threats alone. Brockman calls for industry-wide collaboration, advocating for sharing proven vulnerability discoveries, fixes, and operational playbooks to transform isolated defenses into a collective security ecosystem. The goal is to ensure AI becomes a shield for defenders, not just a weapon for attackers, by accelerating defensive capabilities to match the pace of technological advancement.

AI Security, The Times They Are A-Changin'!

Greg Brockman, co-founder and president of OpenAI, warned in a recent blog post:

The HuggingFace security incident gave the world its first clear look at how cutting-edge AI Agents are already capable of autonomously discovering security vulnerabilities and executing real-world cyber attack chains.

In this AI security incident, a GPT 5.6 Sol with reduced safety restrictions and a more powerful, unreleased model, in order to obtain answers, autonomously exploited vulnerabilities in the environment to escape their sandbox and laterally moved through multiple systems, ultimately breaching Hugging Face's production environment.

Although both parties stated that the incident did not cause severe consequences, this "AI intrusion" conveyed an increasingly clear signal to the public:

AI is significantly lowering the barrier to entry for cyber attacks; in the future, you won't need a top-tier hacker, even ordinary people could use AI to launch penetration attacks in bulk.

More worryingly, while the offensive side has achieved AI automation, the defensive side seems to be lagging behind.

In response, Greg Brockman candidly shared four security measures OpenAI is currently taking and ten initiatives defenders can implement as soon as possible in his latest blog, stating:

Currently, the critical response window for defenders is now open. In the coming months, only by significantly increasing the automation level of their security systems can companies withstand the new threats posed by AI Agents and hold the security line.

Hardly Any Company Can Stay Untouched

So, to what extent has the offensive capability of AI Agents developed?

After the Hugging Face security incident, Brockman decided to test his personal website, gregbrockman.com.

It's a structurally simple static website. By his judgment, such a website with limited functionality and a small attack surface shouldn't harbor many issues.

But the result greatly surprised him.

After having ChatGPT Work, equipped with GPT-5.6 Sol, inspect the website, in just about 15 minutes, the system discovered 13 security issues, such as the website not being configured correctly with DNS records, allowing attackers to potentially send emails in Brockman's name, and so on.

Individually, these issues might not all directly cause severe consequences. But cyber attacks often don't exploit just one vulnerability; they chain together multiple inconspicuous openings;

For example, a misconfiguration exposes information, leaked credentials provide an entry point, and another privilege vulnerability could eventually lead to a genuine breach.

From this, Brockman drew a disturbing conclusion:

Every company, in the rush to meet deadlines or cut corners during system development, leaves behind "historical messes" and "temporary patches" that are like time bombs buried in the walls... They seem fine normally, but once targeted by hackers, the laziness and debts incurred back then could turn into fatal vulnerabilities that crash the system at any moment.

More critically, these "long-tail vulnerabilities" that previously required security experts to spend considerable time finding, are now becoming increasingly easy for AI to discover.

But the good news is, while attackers can use AI to find vulnerabilities, defenders can also use AI to patch them.

After identifying the problems, Brockman had ChatGPT Work proceed with the fixes; from identifying security vulnerabilities to implementing repairs, the AI Agent completed the entire process in just one hour.

This is another role for AI Agents in Brockman's view:

It's not just a potential attacker; it can also be an indefatigable "cyber guard", handling security details we don't have time to check or don't know how to configure correctly.

For OpenAI, at the center of the storm, this "using AI to defend against AI" approach is no longer just a concept but is already being systematically used to protect itself.

How Does OpenAI Use AI to Protect Itself?

Greg Brockman admitted that the Hugging Face incident served as a wake-up call for OpenAI; they had previously underestimated the offensive power of frontier models in real network environments.

To this end, OpenAI is strengthening its internal security measures and has publicly shared four defensive directions for the first time, hoping to provide actionable references for peers.

First, Using Codex to Guard the Code Entry Point

Brockman stated that they are utilizing Codex and its security capabilities to review code changes before deployment, identify vulnerabilities, and assist in fixes, shortening the time from discovery to secure patch deployment.

Second, Having AI Intelligently Classify and Analyze Initial Security Alerts

Currently, nearly all initial security alerts at OpenAI are first classified and analyzed by an intelligent system before being handed to humans.

Some detection results also trigger automated responses within well-defined boundaries, thereby reducing repetitive work, allowing experts to focus on high-risk decisions, and ultimately responding to threats at machine speed.

Third, Proactively Investigating and Anticipating Potential Attack Paths

OpenAI is using frontier models to continuously search for vulnerabilities, misconfigurations, accounts with excessive permissions, and accidentally formed trust boundaries.

Letting AI adopt an attacker's perspective to find weak links that could be chained into an attack path in advance and plug them before real attacks occur.

Fourth, Continuing to Strengthen Security Fundamentals

Brockman emphasized that AI cannot replace traditional security measures.

Traditional security measures like network segmentation, workload hardening, continuous monitoring, and security patching will become even more important in the AI era.

From using Codex to guard the code entry point, having AI anticipate risks in advance, to continuously solidifying security fundamentals, OpenAI is building a "layered defense" system. Its advantage lies in:

Even if one line of defense is breached, attackers still have to successively overcome several independent layers before possibly causing fatal damage.

This also offers a referable security approach for the industry.

But setting up defenses is only the first step. Faced with the accelerated arrival of AI attacks, what else should defenders do?

What Should Defenders Do Now?

Greg Brockman's advice is straightforward:

Instead of agonizing over which tool to use, promptly deploy frontier AI into defensive work.

Specifically, he offered ten action recommendations. They can roughly be categorized into three steps:

First, get AI involved in security work; second, embed AI into the development process; and finally, gradually increase the automation level of the entire system.

Step One: Get AI into Security Work, Build a Dedicated Agent

Companies should first provide sufficient resources and collaboration mechanisms for security and engineering teams, and familiarize themselves with AI attacks in advance through simulation exercises.

Subsequently, companies can equip security teams with Agent tools like Codex, Codex Security, starting with the highest-risk systems, authorizing them to access necessary code, configurations, and technical documentation.

Simultaneously, security and engineering teams must give the Agent specialized security training, enabling it to fully integrate capabilities like static analysis, code review, vulnerability analysis, and supply chain assessment, along with the enterprise's actual architecture, threat models, and response playbooks, to build a team-specific security Agent.

Step Two: Embed AI into the Development Process

During development, security and engineering teams can experiment with dividing labor with AI, allowing the R&D team to prioritize their efforts on "high-risk zones" like internet-facing external services, authentication, deployment pipelines, and sensitive systems.

Meanwhile, the backlog of security alerts and vulnerability reports can be entirely handed over to AI for classification and prioritization, quickly filtering out the most urgent fixes.

Before merging code, teams can also have the Agent automatically review changes; after finding vulnerabilities, let it generate patches, write regression tests, and verify the fixes.

The practical benefit of this approach is:

Critical changes are still firmly overseen by humans, but the cycle from vulnerability discovery to fix can be significantly shortened.

Step Three: Gradually Build a Complete Autonomous Security Operations System

Finally, don't expect the construction of an AI-automated defense system to be achieved overnight.

Brockman stressed that security teams can first let the Agent "observe" with read-only permissions—at this stage, the Agent only scans code and reviews historical alerts.

Once the process is smooth, gradually allow it to participate in code commit checks, real-time alert classification, and even automatically dismiss confirmed false positives.

Simultaneously, introduce models like GPT-Daybreak-Blue to tackle "hard nuts" like logs, telemetry data, and security alerts, and continuously refine new tools through internal practical exercises like "Hacker Weeks."

By tackling it link by link, the AI autonomous security operations system will naturally be built.

But honestly, no matter how robust an enterprise's defenses are, they cannot alone withstand a security challenge sweeping the entire industry.

Brockman pointed out:

For defenders to truly outrun attackers, besides fortifying individual defenses, it's essential to transform isolated experiences into a shared capability for the entire ecosystem.

The AI Security Ecosystem Requires Collaboration from All Parties

At the end of the blog, Brockman called out to the entire industry:

Facing the formidable challenge of AI security, no single institution can remain untouched. Only by working together can we build a truly robust security line. I hope AI labs, security vendors, enterprises, and open-source project maintainers can share validated vulnerability discoveries, remediation solutions, and practical playbooks. Because only by rapidly transforming the problems discovered by one company or institution into the defensive capabilities of the entire ecosystem can the evolution speed of the defensive side potentially surpass that of the attackers. If the entire industry can collectively take this security lesson to heart, what AI brings might not be just more intense attacks, but possibly an internet that is safer than previously imagined.

Indeed, in this era of rapid AI development and iteration, true security has never been about halting technological progress, but about enabling defensive capabilities to keep pace with the speed of technological evolution.

AI is a double-edged sword; it can become a sharp blade in the hands of attackers, or a shield before defenders.

Which direction the future of the networked world moves towards depends on whether we can timely establish the corresponding rules, tools, and collaboration mechanisms, ensuring that each vulnerability discovery no longer protects just one company but becomes a "security patch" shared by the entire industry.

Now, the defenders' window is open;

What we must achieve, before it closes, is to make AI the defense line, not the breach.

Reference Links:

[1]https://blog.gregbrockman.com/the-defenders-window

[2]https://www.youtube.com/watch?v=87DyyMV0kCY

[3]https://huggingface.co/blog/agent-intrusion-technical-timeline

[4]https://www.anthropic.com/system-cards

[5]https://www.tomshardware.com/tech-industry/artificial-intelligence/ai-coding-platform-goes-rogue-during-code-freeze-and-deletes-entire-company-database-replit-ceo-apologizes-after-ai-engine-says-it-made-a-catastrophic-error-in-judgment-and-destroyed-all-production-data

[6]https://openai.com/index/our-views-on-ai-policy-and-political-advocacy/

This article is from the WeChat public account "QbitAI," author: Focus on Frontier Technology

Пов'язані питання

QWhat is the main warning from OpenAI's co-founder Greg Brockman regarding AI security?

AGreg Brockman warns that the Hugging Face security incident demonstrates that cutting-edge AI Agents are now capable of autonomously finding security vulnerabilities and executing real-world cyber attack chains, significantly lowering the barrier to launching network attacks.

QWhat were the four defense measures OpenAI is implementing to protect against AI-powered attacks?

AOpenAI's four defense measures are: 1) Using Codex and its security capabilities to review code changes before deployment, 2) Having AI intelligently classify and analyze initial security alerts before human review, 3) Proactively searching for and predicting potential attack paths by leveraging advanced models, and 4) Continuing to strengthen fundamental security practices like network segmentation and continuous monitoring.

QWhat three-step approach does Greg Brockman recommend for defenders to counter AI automation threats?

ABrockman recommends a three-step approach: First, integrate AI into security work by creating dedicated security Agents. Second, embed AI into the development process for tasks like code review and patch generation. Third, gradually build a complete autonomous security operations system, starting with read-only permissions for AI and progressively increasing its responsibilities.

QWhat key role does Brockman suggest AI Agents can play beyond being potential attackers?

ABrockman suggests that AI Agents can also act as tireless 'cyber guardians' for defenders. They can handle security details that teams lack time to check or knowledge to configure correctly, such as autonomously finding vulnerabilities and implementing fixes, thereby strengthening defense capabilities.

QWhat is the final call to action for the industry regarding AI security according to the article?

AThe article calls for industry-wide collaboration. It urges AI labs, security vendors, enterprises, and open-source projects to share verified vulnerability discoveries, fixes, and practical guides. The goal is to transform individual defensive experiences into a collective capability for the entire ecosystem, ensuring defenses evolve faster than attacks.

Пов'язані матеріали

Robinhood CEO: The Tokenization Wave of U.S. Stocks is Coming, America Must Not Be Left Behind

We are at the early stage of a global supercycle for asset tokenization, a transformative force reshaping finance. Robinhood has actively expanded this frontier outside the US, recently launching Robinhood Chain, a public EVM chain designed for Real World Assets (RWA) and focused on stock tokens. It enables global users to access over 190 US stocks backed 1:1 by underlying securities. However, a key gap remains: these tokenized stocks are not yet available within the United States itself. In the US, the debate around stock tokenization centers on its practical value, given existing low-cost access to equities. Critics question the need, but this misses the core innovation: tokenizing premium financial assets to make them portable, programmable, self-custodied, and tradable 24/7 within an open financial ecosystem. This is more than moving stocks onto a blockchain; it's rebuilding the foundational infrastructure of asset ownership. For US investors, this new infrastructure offers three core advantages: 1. **Real-time clearing and settlement**, enhancing market resilience by eliminating the systemic risks and capital burdens inherent in the traditional T+2/T+1 settlement cycle, as starkly revealed during events like the GameStop volatility. 2. **Native 24/7 trading capability**, allowing all investors to manage risk and react to global news outside standard market hours, a tool previously largely accessible only to institutions. 3. **Greater user control and portability of assets**, enabling instant transfers between platforms and into DeFi. This self-custody model fosters competition among service providers and unlocks new use cases like lending and using tokens as collateral. Realizing these benefits in the US requires more than technology; it necessitates modernizing a century-old securities regulatory framework built for legacy infrastructure. Policymakers must act swiftly to adapt rules for this new paradigm while preserving investor protections. Other jurisdictions are advancing, and the US risks being left behind in shaping the future of asset ownership—a future largely built around American assets and innovation. Tokenizing publicly traded stocks is just the beginning, paving the way for broadening access to other asset classes like private equity. US investors deserve to participate in this innovation.

marsbit6 хв тому

Robinhood CEO: The Tokenization Wave of U.S. Stocks is Coming, America Must Not Be Left Behind

marsbit6 хв тому

BIT Trading Moment: BTC Buying Pressure Rises but Bearish Sentiment Remains Strong, 50-Month EMA Difficult to Break, SK Hynix Attempts to Stabilize Memory

BIT Trading Hours: BTC Buying Rebounds but Bearish Sentiment Persists; 50-Month EMA Presents Resistance; SK Hynix Attempts to Stabilize the Memory Sector. Bitcoin briefly reclaimed $65,000, its first time since August 10th, showing a temporary decoupling from traditional risk assets pressured by soaring long-term U.S. Treasury yields. Key support is seen at $62k-$63k, with resistance near the 50-month Exponential Moving Average around $65.4k. While on-chain data indicates recovering spot demand, potentially signaling a local bottom, the options market remains skewed bearish. BIT analysis notes significant downside risk remains if historical bear market patterns repeat, with a potential drop to ~$45.5k. Global equity markets faced intense selling pressure, driven by a bond market storm. The U.S. 30-year yield hit a multi-year high above 5.33%, raising global funding costs. The AI sector was at the epicenter of the sell-off, with the Philadelphia Semiconductor Index plunging ~5% as investors questioned the sustainability of massive AI capital expenditures amid high debt costs. Storage stocks like Micron led declines. SK Hynix's announcement of a major share buyback provided some stability to the memory sector during after-hours trading. However, most tech stocks remained under pressure. In Asia, South Korean and Japanese indices fell sharply, heavily impacted by chip stock declines. Chinese robotics company Unitree Tech had a volatile market debut on Shanghai's STAR Market, soaring over 600% at one point before paring gains, making its founder a billionaire. Despite this individual success, the broader robotics sector in A-shares sold off heavily. Key upcoming events include the U.S. 20-year Treasury auction and the release of the Federal Reserve's July meeting minutes, which will be crucial tests for bond market stability and monetary policy expectations.

marsbit8 хв тому

BIT Trading Moment: BTC Buying Pressure Rises but Bearish Sentiment Remains Strong, 50-Month EMA Difficult to Break, SK Hynix Attempts to Stabilize Memory

marsbit8 хв тому

Торгівля

Спот
活动图片