<?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: Keich</title>
    <description>The latest articles on DEV Community by Keich (@keich2realg).</description>
    <link>https://dev.to/keich2realg</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%2F3997030%2Ff21f9954-99c0-4093-aa99-61ee700a68ad.png</url>
      <title>DEV Community: Keich</title>
      <link>https://dev.to/keich2realg</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/keich2realg"/>
    <language>en</language>
    <item>
      <title>Built a pay-per-call CVE fix remediation API for agents (x402, no account)</title>
      <dc:creator>Keich</dc:creator>
      <pubDate>Mon, 22 Jun 2026 13:31:29 +0000</pubDate>
      <link>https://dev.to/keich2realg/built-a-pay-per-call-cve-fix-remediation-api-for-agents-x402-no-account-k85</link>
      <guid>https://dev.to/keich2realg/built-a-pay-per-call-cve-fix-remediation-api-for-agents-x402-no-account-k85</guid>
      <description>&lt;p&gt;I built this solo over a couple of nights and it's live on Base mainnet. Sharing for feedback, not selling anything.&lt;/p&gt;

&lt;p&gt;The idea: a dependency scanner or coding agent hits a known-vulnerable package mid-task. Instead of "CVE-XXXX found, good luck", it can call one endpoint and get back the actual remediation reasoning — fixed version, upgrade path, breaking-change risk, migration notes.&lt;/p&gt;

&lt;p&gt;It's LLM-synthesized but grounded on OSV, so fix versions are real rather than hallucinated, and answers are cached so repeats are instant and cheap.&lt;/p&gt;

&lt;p&gt;Pay-per-call via x402: flat $0.02 in USDC on Base, no account, no API key. There's also a prepaid path for higher volume.&lt;/p&gt;

&lt;p&gt;POST &lt;a href="https://refiner-gateway.onrender.com/cve/pay" rel="noopener noreferrer"&gt;https://refiner-gateway.onrender.com/cve/pay&lt;/a&gt;&lt;br&gt;
  { "ecosystem":"npm", "package":"lodash", "version":"4.17.20", "cve":"CVE-2021-23337" }&lt;/p&gt;

&lt;p&gt;Repo: &lt;a href="https://github.com/keich2realg/refiner-gateway" rel="noopener noreferrer"&gt;https://github.com/keich2realg/refiner-gateway&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Honest questions: does the price feel right? Would you wire this into an agent, and if not, what's missing? Which ecosystems should I prioritize?&lt;/p&gt;

</description>
      <category>x402</category>
      <category>ai</category>
      <category>agents</category>
      <category>security</category>
    </item>
  </channel>
</rss>
