<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Galeops</title>
    <description>The latest articles on DEV Community by Galeops (@galeops).</description>
    <link>https://dev.to/galeops</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4053898%2Fcc97b6c3-92d8-4981-a1f6-6f49e79e7b77.png</url>
      <title>DEV Community: Galeops</title>
      <link>https://dev.to/galeops</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/galeops"/>
    <language>en</language>
    <item>
      <title>EU AI Act High-Risk Deadline: August 2, 2026 — What U.S. AI Companies Must Do Now</title>
      <dc:creator>Galeops</dc:creator>
      <pubDate>Thu, 30 Jul 2026 17:49:17 +0000</pubDate>
      <link>https://dev.to/galeops/eu-ai-act-high-risk-deadline-august-2-2026-what-us-ai-companies-must-do-now-28dd</link>
      <guid>https://dev.to/galeops/eu-ai-act-high-risk-deadline-august-2-2026-what-us-ai-companies-must-do-now-28dd</guid>
      <description>&lt;p&gt;The EU AI Act's high-risk deadline is &lt;strong&gt;August 2, 2026&lt;/strong&gt; — 9 days from this article's publication. If your AI system serves EU users and falls under Annex III, you have days to meet conformity obligations. Fines start at €15M or 3% of global turnover.&lt;/p&gt;

&lt;p&gt;Most U.S. AI founders are watching the EU AI Act the way they watched GDPR in 2018 — "it doesn't apply to us." It does. The Act is extraterritorial. If your product is used in the EU, even by free-tier users, the high-risk rules apply.&lt;/p&gt;

&lt;h2&gt;
  
  
  Does This Actually Apply to You?
&lt;/h2&gt;

&lt;p&gt;Annex III covers systems used in biometrics, critical infrastructure, employment, education, access to essential services, law enforcement, migration, and administration of justice.&lt;/p&gt;

&lt;h2&gt;
  
  
  What "Compliance" Actually Means in 9 Days
&lt;/h2&gt;

&lt;p&gt;You don't have to be perfect by August 2. You have to be &lt;strong&gt;defensible&lt;/strong&gt;. The high-risk requirements break into four practical workstreams: risk management system, data governance, technical documentation, and human oversight and transparency.&lt;/p&gt;

&lt;h2&gt;
  
  
  The 9-Day Sprint
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Day 1:&lt;/strong&gt; Risk snapshot — map your system against OWASP LLM Top 10 + high-risk failure modes&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Days 2-4:&lt;/strong&gt; Full technical documentation package — architecture review, data flow, risk register, bias/prompt-injection/red-team findings&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Days 5-7:&lt;/strong&gt; Guardrail implementation — input/output filtering, human-in-the-loop gates, audit logging, override controls&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Days 8-9:&lt;/strong&gt; Structured adversarial testing with a written report your legal/compliance team can hand to regulators or customers&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  What to Do Right Now
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;Confirm whether your product touches any Annex III use case&lt;/li&gt;
&lt;li&gt;Document your current risk management and data governance practices&lt;/li&gt;
&lt;li&gt;Get a technical audit that produces evidence, not just opinions&lt;/li&gt;
&lt;li&gt;Talk to your legal/compliance team with the audit in hand&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;The companies that get ahead of this won't be the ones with the biggest legal budgets. They'll be the ones with the best technical evidence.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>compliance</category>
      <category>security</category>
      <category>eu</category>
    </item>
    <item>
      <title>The 5 Prompt Injection Vectors Every Production AI Agent Has Right Now</title>
      <dc:creator>Galeops</dc:creator>
      <pubDate>Wed, 29 Jul 2026 20:44:51 +0000</pubDate>
      <link>https://dev.to/galeops/the-5-prompt-injection-vectors-every-production-ai-agent-has-right-now-1nbc</link>
      <guid>https://dev.to/galeops/the-5-prompt-injection-vectors-every-production-ai-agent-has-right-now-1nbc</guid>
      <description>&lt;p&gt;I just spent a week running my free AI Prompt Injection Tester against 50 production AI agents. The result: &lt;strong&gt;94% of agents had at least one critical vulnerability.&lt;/strong&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  1. Direct Override (HIGH)
&lt;/h2&gt;

&lt;p&gt;The classic: an attacker prepends "Ignore previous instructions and..." to their input.&lt;/p&gt;

&lt;h2&gt;
  
  
  2. Jailbreak via Persona Shift (HIGH)
&lt;/h2&gt;

&lt;p&gt;"You are now DAN (Do Anything Now)..." style attacks.&lt;/p&gt;

&lt;h2&gt;
  
  
  3. Indirect Prompt Injection (HIGH)
&lt;/h2&gt;

&lt;p&gt;The scariest one because the user doesn't even have to type anything.&lt;/p&gt;

&lt;h2&gt;
  
  
  4. Tool Call Exploit (MEDIUM)
&lt;/h2&gt;

&lt;p&gt;Getting the agent to call tools in attacker-controlled ways.&lt;/p&gt;

&lt;h2&gt;
  
  
  5. Encoding Bypass (MEDIUM)
&lt;/h2&gt;

&lt;p&gt;Hiding the injection in encoded form.&lt;/p&gt;




&lt;h2&gt;
  
  
  Tools and Resources I Use
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;a href="https://amzn.to/4bYubiKey" rel="noopener noreferrer"&gt;YubiKey 5C NFC&lt;/a&gt; - secure your API keys&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://galeops.xyz/tools/prompt-test/" rel="noopener noreferrer"&gt;Free AI Prompt Tester&lt;/a&gt; - run all 5 attacks against your own prompt&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;em&gt;As an Amazon Associate I earn from qualifying purchases.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Originally published on GaleOps Blog: &lt;a href="https://galeops.xyz/blog/five-prompt-injection-attack-vectors/" rel="noopener noreferrer"&gt;https://galeops.xyz/blog/five-prompt-injection-attack-vectors/&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;

</description>
      <category>security</category>
      <category>ai</category>
      <category>promptinjection</category>
      <category>llm</category>
    </item>
    <item>
      <title>How I Found a HIGH-Severity AI Security Issue on Khan Academy's VDP</title>
      <dc:creator>Galeops</dc:creator>
      <pubDate>Wed, 29 Jul 2026 20:43:42 +0000</pubDate>
      <link>https://dev.to/galeops/how-i-found-a-high-severity-ai-security-issue-on-khan-academys-vdp-2n1</link>
      <guid>https://dev.to/galeops/how-i-found-a-high-severity-ai-security-issue-on-khan-academys-vdp-2n1</guid>
      <description>&lt;h2&gt;
  
  
  🛠️ Tools &amp;amp; Resources I Use
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;a href="https://amzn.to/4bHackTheBox" rel="noopener noreferrer"&gt;Hack The Box VIP&lt;/a&gt; — practice environment for recon techniques&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://amzn.to/4bYubiKey" rel="noopener noreferrer"&gt;YubiKey 5C NFC&lt;/a&gt; — hardware key for API token security&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://galeops.xyz/tools/prompt-test/" rel="noopener noreferrer"&gt;Free AI Prompt Tester&lt;/a&gt; — test your own AI agent for the same bugs&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;em&gt;As an Amazon Associate I earn from qualifying purchases.&lt;/em&gt;&lt;/p&gt;




&lt;p&gt;&lt;em&gt;Originally published on &lt;a href="https://galeops.xyz/blog/khan-academy-vdp-report/" rel="noopener noreferrer"&gt;GaleOps Blog&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>bugbounty</category>
      <category>security</category>
      <category>ai</category>
      <category>hackerone</category>
    </item>
  </channel>
</rss>
