Close Menu
    What's Hot
    Industry Applications

    NVIDIA AI Storage Push Brings GPUs Closer to Data

    By Art RyanAugust 5, 20260

    The AI infrastructure race is no longer just about buying faster GPUs. Those processors need…

    SAFE Guidelines Aim to Turn AI Security Failures Into Shared Defence

    August 5, 2026

    Samsung Unveils Next-Generation AI Memory for Faster AI Systems

    August 5, 2026

    BigID Launches AI Sovereignty Standard for Enterprise AI

    August 5, 2026
    Facebook X (Twitter) Instagram
    Facebook X (Twitter) Instagram
    Breaking AI News
    Wednesday, August 5
    • Home
    • Events
    • Videos
      • Machine Can Think Summit 2026
      • Step Dubai Conference 2026
    • Technology & Innovation

      NVIDIA AI Storage Push Brings GPUs Closer to Data

      August 5, 2026

      SAFE Guidelines Aim to Turn AI Security Failures Into Shared Defence

      August 5, 2026

      Samsung Unveils Next-Generation AI Memory for Faster AI Systems

      August 5, 2026

      BigID Launches AI Sovereignty Standard for Enterprise AI

      August 5, 2026

      New Pentest-Tools.com survey finds AI pentesting is creating more findings than most teams can validate

      August 5, 2026
    • Business & Marketing

      Anthropic AI Copyright Settlement Leaves Authors With Mixed Feelings

      August 4, 2026

      Index Ventures Builds $3.5 Billion War Chest for the AI Boom

      August 4, 2026

      HUMAIN Invests in MOZN to Build Enterprise AI for Banks and Government

      August 4, 2026

      US Startups Race to Build an American Alternative to Cheap Chinese AI

      August 3, 2026

      Apple May Put Advanced Siri AI Features Behind an iCloud+ Paywall

      August 1, 2026
    • Industry Applications

      NVIDIA AI Storage Push Brings GPUs Closer to Data

      August 5, 2026

      Samsung Unveils Next-Generation AI Memory for Faster AI Systems

      August 5, 2026

      New Pentest-Tools.com survey finds AI pentesting is creating more findings than most teams can validate

      August 5, 2026

      Longevium Opens AI Research Lab in Dubai After $7M Funding Round

      August 5, 2026

      HUMAIN Invests in MOZN to Build Enterprise AI for Banks and Government

      August 4, 2026
    • Trends & Insights

      SDAIA Opens AI Professional Badge Registration to Build Saudi Arabia’s AI Workforce

      August 5, 2026

      Index Ventures Builds $3.5 Billion War Chest for the AI Boom

      August 4, 2026

      Alibaba Qwen 3.8-Max Challenges GPT-5.6 Sol and Fable 5

      August 4, 2026

      AI Infrastructure Will Define the Next Tech Era

      August 3, 2026

      Mexican Entrepreneurs Turn AI Skills Into Practical Local Solutions

      July 31, 2026
    • AI in Travel

      AI Travel Loyalty Could Shift From Apps to Debit Cards

      August 4, 2026

      GuruWalk Brings Live Tour Planning to ChatGPT and Claude

      August 4, 2026

      Expedia Acquires Layla to Push AI Travel Planning Beyond Search

      August 2, 2026

      Radisson Just Turned ChatGPT Into a Hotel Booking Assistant

      August 1, 2026

      Unifocus Rolls Out AI Tools to Give Hotel Groups Real Portfolio Visibility

      August 1, 2026
    Breaking AI News
    Home » SAFE Guidelines Aim to Turn AI Security Failures Into Shared Defence
    Ethics & Society

    SAFE Guidelines Aim to Turn AI Security Failures Into Shared Defence

    Art RyanBy Art RyanAugust 5, 2026Updated:August 5, 2026No Comments7 Mins Read
    Facebook Twitter Pinterest LinkedIn Tumblr Email
    SAFE guidelines for AI security
    Share
    Facebook Twitter LinkedIn Pinterest Email

    AI security incidents are usually handled behind closed doors. A company investigates the problem, fixes what it can and moves on. The rest of the industry may never hear what failed, how the attack unfolded or which safeguard proved useless.

    A new proposal backed by NVIDIA, the Linux Foundation and members of the Open Secure AI Alliance wants to change that.

    The Shared AI Findings Exchange, or SAFE, would create a confidential framework for reporting AI security incidents and near misses. The goal is not to publish every breach or expose affected companies. It is to identify repeated failures and turn those lessons into practical security guidance that other organisations can use.

    Open Secure AI Alliance Opens SAFE Proposal for Review

    The Linux Foundation published a Request for Comments for the proposed SAFE Working Group on August 4, 2026.

    The draft was developed by contributors from NVIDIA, Cisco, CrowdStrike, Hugging Face, Red Hat and other members of the Open Secure AI Alliance. It is now open for feedback from AI developers, cloud providers, researchers, security teams, infrastructure operators and standards bodies.

    SAFE is still a proposal. There is no final specification yet, which matters. The group is asking the wider security community to help decide how incident reports should be handled, who should govern the system and what information can safely be shared.

    That approach also keeps one company from controlling the process.

    The proposal calls for independent governance representing different parts of the AI ecosystem. Its rules would apply to both open and proprietary AI systems rather than favouring a particular model provider or technology stack.

    SAFE Guidelines Focus on Incidents and Near Misses

    A major AI failure does not always begin with a dramatic breach.

    An agent might access a tool it should never have reached. A safeguard could fail under an unusual prompt. Sensitive information might appear in a log. An automated workflow may take an unauthorised action, only for a human operator to catch it before serious damage occurs.

    Those near misses can reveal just as much as a successful attack.

    Under the SAFE proposal, organisations could confidentially report incidents and close calls for collaborative analysis. The framework would look for recurring weaknesses across models, tools, runtime environments, monitoring systems, supply chains and human operating procedures.

    The emphasis is on learning rather than assigning blame.

    Affected organisations would still need to be notified, and participants would remain responsible for their existing legal, contractual and regulatory obligations. SAFE would sit around those responsibilities, not replace them.

    AI Agents Create a Much Wider Attack Surface

    Securing an AI agent is not the same as scanning a chatbot for unsafe answers.

    AI agents can call APIs, browse internal systems, retrieve credentials, write code and trigger business processes. Some operate with limited supervision. That turns identity controls, permissions, guardrails, logs and tool access into part of the security boundary.

    A strong model can still become part of a weak system.

    NVIDIA argues that protection has to cover the full agent stack, from the model and its surrounding harness to the runtime environment and the tools it is allowed to use. The Open Secure AI Alliance is building open and inspectable technologies across those layers.

    This is where SAFE could become useful. Incident reports would not stop at saying an AI model behaved badly. Reviews could examine which permission was too broad, which monitoring alert arrived too late or which operational assumption failed.

    That level of detail is far more valuable to security teams.

    NVIDIA Adds Open Tools Across the AI Security Stack

    NVIDIA is contributing several technologies to the alliance, including the NVIDIA Labs Object-Oriented Agent research harness.

    Known as NOOA, the framework is designed to make agent behaviour easier to test, trace, audit and govern. NVIDIA OpenShell, another part of the company’s security stack, restricts what an agent can access and which actions it can perform.

    The company is also contributing open model families and security tools.

    Garak allows developers to scan large language models for prompt injection, data leakage and jailbreak vulnerabilities. NeMo Guardrails helps teams enforce safety policies, while NeMo Anonymizer and NeMo Safe Synthesizer are aimed at sensitive-data protection and privacy-safe synthetic data.

    NVIDIA’s verified agent skills add controls at the capability level. The skills are scanned for threats such as prompt injection and tool poisoning, documented through skill cards and cryptographically signed so teams can detect whether a package was changed after publication.

    It is a lot of moving parts. That is precisely the point. Agent security will not be solved by one scanner sitting beside the model.

    Amazon, Microsoft and Visa Join the Open Security Push

    Other alliance members are bringing their own projects into the shared defensive stack.

    Amazon, one of the newer Open Secure AI Alliance members, is contributing Strands Agents, an open-source toolkit for building and evaluating AI agents. It is also contributing Cedar, an authorisation language that can place deterministic boundaries around what agents are permitted to do.

    Microsoft has opened several AI red-team and evaluation tools. PyRIT helps security teams automate AI red-teaming exercises, while Assert converts natural-language safety requirements into executable evaluations.

    Visa has joined the alliance with its open-source Vulnerability Agentic Harness. Capital One has contributed VulnHunter, and Cloudflare is offering its Vulnerability Discovery Harness as an open-source agent skill.

    The list stretches across identity, code security, runtime controls, observability and incident response. It is not one neat product suite. It is closer to a community toolbox.

    Specialised AI Models Take on Cyber Defence

    The alliance is also pushing specialised security models rather than relying only on general-purpose AI.

    Cisco has introduced tools including DefenseClaw, an agentic governance layer built on NVIDIA OpenShell, along with Antares security models that can identify known vulnerabilities inside codebases.

    CrowdStrike is fine-tuning NVIDIA’s Nemotron Nano model for cyber-defence work. According to the company’s internal testing, the model reached 96% accuracy when generating investigation queries for Falcon LogScale.

    Mistral has released Shieldstral, a multimodal safety classifier available as open weights under the Apache 2.0 licence.

    These projects are built for narrower jobs: investigating alerts, finding vulnerable code, enforcing runtime rules or classifying risky content. That can make them easier to evaluate than a general model expected to handle everything.

    Shared Reporting Could Produce Reusable AI Defences

    The SAFE proposal is not limited to written recommendations.

    Where appropriate, the working group could publish reusable tests, machine-readable policies, detection rules, secure reference configurations and incident-response guidance. A failure discovered inside one company could eventually become a test that hundreds of other organisations run before deploying a similar system.

    That would be a meaningful shift.

    Cybersecurity teams already exchange vulnerability disclosures and threat intelligence, although the process is rarely perfect. AI agents introduce new failure patterns that existing reporting systems may not capture well, especially when the problem involves a chain of prompts, model decisions, tool calls and human approvals.

    SAFE is an attempt to build that missing layer before agent deployments spread much further.

    Whether companies will report their most uncomfortable mistakes remains the hard part. Confidentiality and neutral governance may help. Useful guidance will depend on receiving detailed reports rather than polished summaries that reveal little.

    The proposal is now sitting in a public GitHub repository. The security community gets to shape what comes next.

    Sources

    • NVIDIA: AI Leaders Propose SAFE Guidelines for Cybersecurity Transparency
    • Linux Foundation: Proposing the SAFE Working Group
    • Open Secure AI Alliance RFC Repository
    • NVIDIA: Industry Leaders Unite in Open Secure AI Alliance
    Share. Facebook Twitter Pinterest LinkedIn Tumblr Email
    Art Ryan

    Related Posts

    NVIDIA AI Storage Push Brings GPUs Closer to Data

    August 5, 2026

    Samsung Unveils Next-Generation AI Memory for Faster AI Systems

    August 5, 2026

    BigID Launches AI Sovereignty Standard for Enterprise AI

    August 5, 2026

    Comments are closed.

    Latest News

    NVIDIA AI Storage Push Brings GPUs Closer to Data

    August 5, 2026

    SAFE Guidelines Aim to Turn AI Security Failures Into Shared Defence

    August 5, 2026

    Samsung Unveils Next-Generation AI Memory for Faster AI Systems

    August 5, 2026

    BigID Launches AI Sovereignty Standard for Enterprise AI

    August 5, 2026
    Facebook X (Twitter) Pinterest Vimeo WhatsApp TikTok Instagram LinkedIn YouTube Spotify Reddit Snapchat Threads

    AI University

    • Global Universities
    • Universities in Africa
    • Universities in Asia
    • Universities in Europe
    • Universities in Latin America
    • Universities in Middle East
    • Universities in North America
    • Universities in Oceania

    AI Tools & Apps Directory

    • AI Productivity Tools
    • AI Coding Tools
    • AI Voice Tools
    • AI Video Tools
    • AI Image Generators
    • AI Writing Tools

    Info

    • Home
    • About Us
    • AI Organizations & Associations
    • Contact Us
    • Cookie Policy
    • Copyright Policy
    • Disclaimer
    • Editorial Policy
    • Terms and Conditions

    Subscribe to Updates

    Get the latest creative news from FooBar about art, design and business.

    © 2026 Breaking AI News.
    • Privacy Policy

    Type above and press Enter to search. Press Esc to cancel.

    Sign Up

    Want to stay ahead In Artificial Intelligence?

     Sign up now and get exclusive breaking AI news and special updates—FREE!