<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <atom:link href="https://www.aisaic.org/feed" rel="self" type="application/rss+xml" />
        <title><![CDATA[News]]></title>
        <link><![CDATA[https://www.aisaic.org/feed]]></link>
        <description><![CDATA[RSS Feed]]></description>
        <language>en-US</language>
        <pubDate>Fri, 27 Feb 2026 10:40:36 +0000</pubDate>

                    <item>
                <title><![CDATA[The EU AI Act is Now Enforceable: What High-Risk AI System Operators Must Have Ready]]></title>
                <link>https://www.aisaic.org/article/the-eu-ai-act-is-now-enforceable-what-high-risk-ai-system-operators-must-have-ready</link>
                <description><![CDATA[With the EU AI Act's high-risk provisions entering enforcement phase, organizations operating AI systems in regulated domains are facing their first real compliance deadlines. Here is a practical breakdown of what documentation, controls, and processes need to be in place — and where ARMS and AISC map to the regulation's requirements.]]></description>
                <content><![CDATA[<h2 style="text-align:justify;">From Regulation to Reality</h2><p style="text-align:justify;">The EU AI Act has been law since August 2024. The grace periods are expiring. For operators of high-risk AI systems — those used in hiring, credit scoring, biometric identification, critical infrastructure, law enforcement, and a growing list of regulated domains — the compliance clock is no longer theoretical.</p><p style="text-align:justify;">What does enforceable compliance actually require? We have mapped the Act's high-risk system obligations against ARMS and AISC to give practitioners a concrete starting point.</p><h2 style="text-align:justify;">The Four Obligations That Matter Most</h2><p style="text-align:justify;"><strong>Risk management system (Article 9).</strong> Operators must establish, implement, document, and maintain a risk management system throughout the AI system lifecycle. ARMS was designed precisely for this — its measurement methodology covers identification, likelihood, impact, and control effectiveness across the full system lifecycle.</p><p style="text-align:justify;"><strong>Technical documentation (Article 11).</strong> A documented description of the system, its intended purpose, training data, performance metrics, and known limitations must be maintained and available to authorities on request. AISC's evidence pack templates cover the majority of this requirement as a byproduct of normal control implementation.</p><p style="text-align:justify;"><strong>Transparency and logging (Article 12).</strong> High-risk systems must be designed to allow automatic logging of events throughout operation. This maps directly to AISC Control Domain 6 (Monitoring &amp; Observability), which specifies logging requirements for AI system decisions, inputs, and anomalies.</p><p style="text-align:justify;"><strong>Human oversight (Article 14).</strong> Operators must implement measures enabling human oversight — the ability to understand, monitor, and intervene in AI system operation. AISC Control Domain 7 covers human-in-the-loop requirements and override mechanism specifications.</p><h2 style="text-align:justify;">What Is Not Covered by Existing Frameworks</h2><p style="text-align:justify;">The AI Act introduces conformity assessment obligations that go beyond what most security frameworks address. Registration in the EU database, CE marking for certain system categories, and post-market monitoring plans are regulatory requirements with no direct equivalent in ARMS or AISC. Organizations will need legal counsel alongside technical controls.</p><h2 style="text-align:justify;">The Practical Next Step</h2><p style="text-align:justify;">Start with an AI system inventory mapped against the high-risk classification criteria in Annex III of the Act. For each system that qualifies, run an ARMS assessment to establish your baseline risk posture, then gap-analyze against the AISC controls relevant to your system type. The documentation produced by that process will cover roughly 60-70% of what Article 11 requires.</p><p style="text-align:justify;">The AI Act is not going away and the enforcement mechanisms are real. Getting structured now is significantly cheaper than getting audited unprepared.</p>]]></content>
                <author><![CDATA[John Doe]]></author>
                <guid>https://www.aisaic.org/2</guid>
                <pubDate>Fri, 27 Feb 2026 10:40:36 +0000</pubDate>
                                    <category>Regulatory &amp; Compliance</category>
                                                    <tag>AI Governance</tag>
                            </item>
                    <item>
                <title><![CDATA[Prompt Injection Attacks Against RAG Systems: What the Latest Incidents Tell Us]]></title>
                <link>https://www.aisaic.org/article/prompt-injection-attacks-against-rag-systems-what-the-latest-incidents-tell-us</link>
                <description><![CDATA[A wave of documented prompt injection incidents targeting Retrieval-Augmented Generation pipelines has exposed critical gaps in how organizations validate retrieved context before passing it to LLMs. We break down the attack patterns, the affected architectures, and what controls can realistically mitigate the risk.]]></description>
                <content><![CDATA[<h2 style="text-align:justify;">The Attack Surface Nobody Audited</h2><p style="text-align:justify;">Retrieval-Augmented Generation was supposed to solve the hallucination problem. Feed the model verified documents, ground its outputs in facts — clean, simple, controllable. What the architecture diagrams failed to show is that every retrieved chunk is also a potential attack vector.</p><p style="text-align:justify;">Over the past quarter, AISAIC has tracked fourteen publicly disclosed incidents involving prompt injection through RAG pipelines. The pattern is consistent: an attacker plants adversarial instructions inside a document or web page that the retrieval system indexes. When a user queries the system, the malicious content is retrieved alongside legitimate context and passed directly to the LLM — which dutifully executes the embedded instructions.</p><h2 style="text-align:justify;">Three Attack Patterns We're Seeing</h2><p style="text-align:justify;"><strong>Indirect injection via poisoned documents.</strong> Attackers upload or publish documents containing hidden instructions formatted to blend with legitimate content. Vector similarity search retrieves them as relevant, and the LLM processes them without distinction.</p><p style="text-align:justify;"><strong>Cross-user context leakage.</strong> In multi-tenant RAG deployments with inadequate namespace isolation, retrieved context from one user's data can surface in another user's response — with or without adversarial intent.</p><p style="text-align:justify;"><strong>Exfiltration via retrieval manipulation.</strong> Crafted queries designed to retrieve sensitive documents, combined with output formatting instructions embedded in poisoned chunks, have been used to extract confidential data from enterprise knowledge bases.</p><h2 style="text-align:justify;">What AISC Says About This</h2><p style="text-align:justify;">AISC Control Domain 4 (Input &amp; Output Integrity) addresses precisely this threat surface. Specifically, controls 4.3 through 4.7 cover retrieved context validation, output filtering, and cross-session isolation requirements. Organizations running RAG systems without these controls implemented should treat the gap as high severity.</p><h2 style="text-align:justify;">What You Can Do Now</h2><p style="text-align:justify;">Implement content provenance tracking so every retrieved chunk carries metadata about its source and ingestion timestamp. Apply output schema validation before surfacing LLM responses to users. Enforce strict namespace isolation in multi-tenant deployments. And critically — red team your retrieval pipeline, not just your prompts.</p><p style="text-align:justify;">The good news: these attacks are detectable and mitigable with the right controls in place. The bad news: most RAG deployments were built without threat modeling the retrieval layer at all.</p>]]></content>
                <author><![CDATA[John Doe]]></author>
                <guid>https://www.aisaic.org/1</guid>
                <pubDate>Fri, 27 Feb 2026 10:29:15 +0000</pubDate>
                                    <category>AI Security Threats</category>
                                                    <tag>RAG</tag>
                                    <tag>Prompt Injection</tag>
                                    <tag>LLM Security</tag>
                            </item>
            </channel>
</rss>
