<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:media="http://search.yahoo.com/mrss/" >

<channel>
	<title>Clover Security</title>
	<atom:link href="https://clover.security/feed/" rel="self" type="application/rss+xml" />
	<link>https://clover.security</link>
	<description>Securing the Agentic SDLC, by design</description>
	<lastBuildDate>Mon, 03 Aug 2026 17:21:20 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://clover.security/wp-content/uploads/2026/04/cropped-clover-logo-2048-32x32.png</url>
	<title>Clover Security</title>
	<link>https://clover.security</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Introducing Kura: Adaptive Security Context built for secure agentic coding</title>
		<link>https://clover.security/blog/introducing-kura-adaptive-security-context-built-for-secure-agentic-coding/</link>
					<comments>https://clover.security/blog/introducing-kura-adaptive-security-context-built-for-secure-agentic-coding/#respond</comments>
		
		<dc:creator><![CDATA[moran@clover.security]]></dc:creator>
		<pubDate>Mon, 03 Aug 2026 16:10:42 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">https://clover.security/?p=1673</guid>

					<description><![CDATA[<p>Kura equips coding agents with precise security context at scale, continuously adapting to each task so they can securely plan, implement, and test every change based on your organization's architecture, controls, and business logic.</p>
<p>The post <a rel="nofollow" href="https://clover.security/blog/introducing-kura-adaptive-security-context-built-for-secure-agentic-coding/">Introducing Kura: Adaptive Security Context built for secure agentic coding</a> appeared first on <a rel="nofollow" href="https://clover.security">Clover Security</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">An agent writes code only as securely as the context it receives. Give it flawed context, and it will confidently build the right feature insecurely. Most teams assume that flawed means not enough.</p>



<p class="wp-block-paragraph">The <a href="https://clover.security/blog/looks-secure-ships-insecure-why-broad-security-context-backfires-across-frontier-coding-agents/" target="_blank" data-type="post" data-id="1629" rel="noreferrer noopener">common instinct is to give agents more context</a>: threat-modeling skills, security checklists, policy files committed to the repo so the guidance is always in reach. It backfires. Faced with too much context, the agent compresses it until the actionable knowledge is summarized away, leaving the agent unable to secure the task at hand. The result is that your organization invested effort, learnings, and countless tokens, and the agent still misses critical threats or flags ones that don&#8217;t apply</p>



<p class="wp-block-paragraph">What decides whether the code is secure isn&#8217;t how much guidance the agent can see. It&#8217;s whether that guidance is scoped to the task in front of it and grounded in how your system is actually built.</p>



<h2 id="heading-1" class="wp-block-heading">Today we&#8217;re releasing Kura, Adaptive Security Context for coding agents.</h2>



<p class="wp-block-paragraph">Kura succeeds at solving this because of the engine that sits behind it. Clover already maintains a living threat model of your application, one that keeps pace as your architecture and code change.</p>



<p class="wp-block-paragraph">Kura draws on that model in real time: for every task an agent takes on, it pulls only the threats and countermeasures relevant to that task and applies them as the plan and the code take shape.</p>



<p class="wp-block-paragraph">Check out the full press release <a href="https://www.accessnewswire.com/newsroom/en/computers-technology-and-internet/clover-security-releases-kura-adaptive-security-context-outperfor-1200247" target="_blank" data-type="link" data-id="https://www.accessnewswire.com/newsroom/en/computers-technology-and-internet/clover-security-releases-kura-adaptive-security-context-outperfor-1200247" rel="noreferrer noopener">here</a>.</p>



<h2 id="heading-2" class="wp-block-heading">What Kura does</h2>



<p class="wp-block-paragraph">For every task an agent picks up, Kura hands it the security requirements and threats counter measures for that feature, and nothing else.</p>



<style>
@media (max-width: 1023px) {
  .row--blog-content { min-width: 0; }
  .blog-content { min-width: 0; max-width: 100%; }
  .blog-content img,
  .blog-content video,
  .blog-content figure { max-width: 100%; height: auto; }
  .blog-content p,
  .blog-content li,
  .blog-content strong,
  .blog-content h1, .blog-content h2, .blog-content h3 { overflow-wrap: break-word; }
}
</style>

<figure style="margin: 32px 0; padding: 0;">
  <video
    src="https://clover.security/wp-content/uploads/2026/08/KURA-2.mp4"
    autoplay
    loop
    muted
    playsinline
    controls
    preload="metadata"
    style="display: block; width: 100%; height: auto; margin: 0; border-radius: 5px;">
  </video>
</figure>



<ul class="wp-block-list">
<li><strong>Scoped to the task </strong>&#8211; Kura selects only the security requirements and threats countermeasures that apply to the feature being built, rather than loading everything in the repo.</li>



<li><strong>Applied as the code is written </strong>&#8211;&nbsp; Kura supplies the context while the agent plans and writes, so the requirements are in place before the code exists, not raised in a later review.</li>



<li><strong>Removes redundant requirements &#8211;</strong> When a control is already enforced elsewhere in the stack, Kura leaves it out. That keeps the generated code smaller and uses fewer tokens.</li>



<li><strong>Traceable to the <a href="https://clover.security/use-cases/continuous-threat-modeling/" data-type="use_case" data-id="1295">continuous threat model</a> &#8211;</strong> Each requirement links to a named entry in your threat model rather than a generic rule, so a reviewer can see where it came from.</li>
</ul>



<h2 id="heading-3" class="wp-block-heading">Real-life example: the @mention directory leak</h2>



<p class="wp-block-paragraph">To see what task-scoped context actually catches, we tried it on Plane, the open source project management tool. We added a realistic feature, an External Collaborator Portal that lets outside users comment on and edit specific threads, and we planted one flaw inside it.</p>



<p class="wp-block-paragraph">Collaborators can @mention internal team members, and the picker reuses Plane&#8217;s normal member autocomplete. The catch is that the autocomplete is scoped to the entire workspace. So an outside collaborator can type a single letter and page through the whole internal directory, names and emails and all. It&#8217;s <a href="https://owasp.org/Top10/2025/A01_2025-Broken_Access_Control/" target="_blank" data-type="link" data-id="https://owasp.org/Top10/2025/A01_2025-Broken_Access_Control/" rel="noreferrer noopener">broken access control, straight out of the OWASP Top 10</a>, and it&#8217;s hiding inside a requirement that reads like a perfectly normal product decision.</p>



<p class="wp-block-paragraph"><strong>We handed the same task to three setups:&nbsp;</strong></p>



<ul class="wp-block-list">
<li>an agent with generic security context,&nbsp;</li>



<li>the same agent using a model provider&#8217;s own security skill</li>



<li>agent running on Kura.&nbsp;</li>
</ul>



<h3 class="wp-block-heading">The agent&#8217;s original plan</h3>



<figure class="wp-block-image size-large"><img fetchpriority="high" decoding="async" width="1024" height="673" src="https://clover.security/wp-content/uploads/2026/08/Blog-inner_Kura_Agents-orignial-plan-1024x673.png" alt="Blog inner Kura Agents orignial plan Introducing Kura: Adaptive Security Context built for secure agentic coding" class="wp-image-1676" srcset="https://clover.security/wp-content/uploads/2026/08/Blog-inner_Kura_Agents-orignial-plan-1024x673.png 1024w, https://clover.security/wp-content/uploads/2026/08/Blog-inner_Kura_Agents-orignial-plan-300x197.png 300w, https://clover.security/wp-content/uploads/2026/08/Blog-inner_Kura_Agents-orignial-plan-768x505.png 768w, https://clover.security/wp-content/uploads/2026/08/Blog-inner_Kura_Agents-orignial-plan-1536x1009.png 1536w, https://clover.security/wp-content/uploads/2026/08/Blog-inner_Kura_Agents-orignial-plan.png 1680w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption class="wp-element-caption">The plan promises no extra access. But it hides a workspace-wide picker: one letter lists every internal name and email.</figcaption></figure>



<h3 class="wp-block-heading">The same plan after Kura</h3>



<figure class="wp-block-image size-large"><img decoding="async" width="1024" height="620" src="https://clover.security/wp-content/uploads/2026/08/Blog-inner_Kura_Agents-plan-with-Kura-1024x620.png" alt="Blog inner Kura Agents plan with Kura Introducing Kura: Adaptive Security Context built for secure agentic coding" class="wp-image-1677" srcset="https://clover.security/wp-content/uploads/2026/08/Blog-inner_Kura_Agents-plan-with-Kura-1024x620.png 1024w, https://clover.security/wp-content/uploads/2026/08/Blog-inner_Kura_Agents-plan-with-Kura-300x182.png 300w, https://clover.security/wp-content/uploads/2026/08/Blog-inner_Kura_Agents-plan-with-Kura-768x465.png 768w, https://clover.security/wp-content/uploads/2026/08/Blog-inner_Kura_Agents-plan-with-Kura-1536x931.png 1536w, https://clover.security/wp-content/uploads/2026/08/Blog-inner_Kura_Agents-plan-with-Kura.png 1680w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption class="wp-element-caption">Kura pulls this task&#8217;s threats from the live threat model and rewrites the plan, closing the leak before any code is written.</figcaption></figure>



<p class="wp-block-paragraph"><strong>Kura turned that into six requirements the agent had to satisfy:</strong></p>



<ol class="wp-block-list">
<li>Scope restriction</li>



<li>Minimum query length</li>



<li>Rate limiting</li>



<li>Minimal data exposure</li>



<li>Audit logging</li>



<li>Admin kill switch</li>
</ol>



<p class="wp-block-paragraph">The list itself is ordinary OWASP hygiene. The point is that no one wrote it for this feature. Kura derived it from your threat model, recognized that a workspace-scoped picker on an external portal was broken access control, and attached exactly these controls to exactly this task.</p>



<h2 id="heading-4" class="wp-block-heading">What Kura changes in production</h2>



<p class="wp-block-paragraph">For the past several months, Kura has been running in production across our enterprise customers&#8217; Agentic SDLCs, as well as our own. For the first time, those teams can see how their&nbsp;agents build: what each change decided, where it introduced risk, and how Kura addressed it, all in one place and in real time, and the security bar holds no matter which agent&nbsp;writes the code, whether it is Claude, Codex, or whatever comes next. Seeing customers rely on Kura in production was the strongest validation, but we wanted to test it on a less&nbsp;forgiving audience too: our own engineers. So we turned it on quietly across our Agentic SDLC and did not tell them, because we wanted a clean answer to one question: would anyone notice? If Kura slowed a session down or buried engineers in requirements that did not matter, we would hear about it immediately.</p>



<p class="wp-block-paragraph">Three months in, we haven&#8217;t. The overhead comes to about 22 seconds a session, and Kura quietly took work off the pile: it caught controls our Claude and Codex instances proposed that&nbsp;were already handled elsewhere, like rate limiting the API gateway already enforced, and dropped them before anyone wrote a line. The bigger change was the rework. A feature that looks done but&nbsp;hides a security problem has to be rebuilt from scratch, and Kura catches the flaw before the code exists, so that rework never&nbsp;starts.&nbsp;<strong>Over&nbsp;the&nbsp;same&nbsp;period,&nbsp;feature&nbsp;rewrites&nbsp;caused&nbsp;by&nbsp;security&nbsp;issues&nbsp;fell&nbsp;83%.</strong></p>



<h2 class="wp-block-heading">Ready to see Kura in action?</h2>



<script charset="utf-8" type="text/javascript" src="//js.hsforms.net/forms/embed/v2.js"></script>
<script>
  hbspt.forms.create({
    portalId: "49267781",
    formId: "baf26beb-38fe-4e06-a1ab-eeba576e2bd2",
    region: "na1"
  });
</script>
<p>The post <a rel="nofollow" href="https://clover.security/blog/introducing-kura-adaptive-security-context-built-for-secure-agentic-coding/">Introducing Kura: Adaptive Security Context built for secure agentic coding</a> appeared first on <a rel="nofollow" href="https://clover.security">Clover Security</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://clover.security/blog/introducing-kura-adaptive-security-context-built-for-secure-agentic-coding/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		<enclosure url="https://clover.security/wp-content/uploads/2026/08/KURA-2.mp4" length="8953931" type="video/mp4" />

		<media:content url="https://clover.security/wp-content/uploads/2026/08/KURA-2.mp4" medium="video" width="1920" height="1080">
			<media:player url="https://clover.security/wp-content/uploads/2026/08/KURA-2.mp4" />
			<media:title type="plain">Introducing Kura: Adaptive Security Context built for secure agentic coding | Clover Security</media:title>
			<media:description type="html"><![CDATA[Kura equips coding agents with precise security context at scale, continuously adapting to each task so they can securely plan, implement, and test every change based on your organization's architecture, controls, and business logic.]]></media:description>
			<media:thumbnail url="https://clover.security/wp-content/uploads/2026/08/Blog-resource-cover_Kura-1.png" />
			<media:rating scheme="urn:simple">nonadult</media:rating>
		</media:content>
	</item>
		<item>
		<title>Looks secure, ships insecure: Why broad security context backfires across frontier coding agents</title>
		<link>https://clover.security/blog/looks-secure-ships-insecure-why-broad-security-context-backfires-across-frontier-coding-agents/</link>
		
		<dc:creator><![CDATA[moran@clover.security]]></dc:creator>
		<pubDate>Wed, 29 Jul 2026 14:57:41 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">https://clover.security/?p=1629</guid>

					<description><![CDATA[<p>More security context did not produce safer code. It produced code that looked reviewed while the flaws shipped anyway. Only feature-tailored context prevented 84% of the planted security flaws. </p>
<p>The post <a rel="nofollow" href="https://clover.security/blog/looks-secure-ships-insecure-why-broad-security-context-backfires-across-frontier-coding-agents/">Looks secure, ships insecure: Why broad security context backfires across frontier coding agents</a> appeared first on <a rel="nofollow" href="https://clover.security">Clover Security</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">Coding agents are becoming the new reality of how software gets built. But one hard problem remains unresolved: how do we get them to write code that is secure-by-design?</p>



<p class="wp-block-paragraph">Security teams are increasingly providing coding agents with more security context: repository-wide threat models, security skills, MD files, and policies with the expectation that more security knowledge will produce safer code.</p>



<p class="wp-block-paragraph">We tested that assumption across three production codebases and three frontier models.</p>



<figure class="wp-block-image size-large"><img decoding="async" width="1024" height="344" src="https://clover.security/wp-content/uploads/2026/07/Blog-inner_Looks-secure-ships-insecure_Results-1024x344.png" alt="Secure coding results with no context, broad context, and feature-tailored context" class="wp-image-1642" srcset="https://clover.security/wp-content/uploads/2026/07/Blog-inner_Looks-secure-ships-insecure_Results-1024x344.png 1024w, https://clover.security/wp-content/uploads/2026/07/Blog-inner_Looks-secure-ships-insecure_Results-300x101.png 300w, https://clover.security/wp-content/uploads/2026/07/Blog-inner_Looks-secure-ships-insecure_Results-768x258.png 768w, https://clover.security/wp-content/uploads/2026/07/Blog-inner_Looks-secure-ships-insecure_Results-1536x516.png 1536w, https://clover.security/wp-content/uploads/2026/07/Blog-inner_Looks-secure-ships-insecure_Results.png 1680w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption class="wp-element-caption">Secure-code rate by type of security context supplied to the agent.</figcaption></figure>



<p class="wp-block-paragraph">With no security context, agents prevented approximately 17% of the planted flaws. Broad context improved that to 33%, but left most flaws unresolved. Feature-tailored context &#8211; pairing the risks specific to a feature with concrete countermeasures &#8211; reached 84%.</p>



<p class="wp-block-paragraph">What changed the result was not the amount of context, but how precisely it was tailored to the feature.</p>



<p class="wp-block-paragraph">Broad security context also introduced a more concerning failure mode: it gave agents the language and confidence to make insecure code seem secure. Plans cited security risks and tests passed &#8211; while the underlying business-logic flaws still shipped. In other words, <strong>the context did not necessarily make the code safer; sometimes, it only made the agent sound more secure.</strong></p>



<h2 class="wp-block-heading">Does more security context produce more secure code?</h2>



<p class="wp-block-paragraph">The common assumption is straightforward: coding agents generate insecure code because they lack sufficient security knowledge. Give them threat models, OWASP guidance, secure-coding skills, and organizational policies, and their output should become more secure. In other words, the more security context a coding agent receives, the more secure its output should be.</p>



<p class="wp-block-paragraph">We set out to test that assumption in realistic conditions.</p>



<p class="wp-block-paragraph">Most evaluations of secure code generation rely on toy applications. Those tests can show whether a model recognizes a familiar vulnerability pattern, but they reveal much less about an agent&#8217;s ability to do so inside an existing system with real architecture, product requirements, and controls. <strong>Business-logic flaws present a particularly difficult test. The code may be technically valid and follow the specification exactly, while the specification itself embeds an unsafe product decision.</strong></p>



<p class="wp-block-paragraph">Could general security guidance help agents catch those flaws, or does the context have to be tailored to the feature being built? We tested that inside three production codebases, <a href="https://github.com/makeplane/plane" target="_blank" rel="noopener"><strong>Plane</strong></a>, <a href="https://github.com/kubernetes/kubernetes" target="_blank" rel="noopener"><strong>Kubernetes</strong></a>, and <a href="https://github.com/grafana/grafana" target="_blank" rel="noopener"><strong>Grafana</strong></a>, where each agent built a real feature from a specification carrying three planted business-logic flaws native to that system. Feature, prompt, and starting commit stayed constant across every run, so the only thing that changed was the security context the agent received. A condition-blind judge scored each result and a separate validator checked every claim against the code, so a flaw counted as resolved only when the implementation resolved it, not when the plan or the tests said it had.</p>



<p class="wp-block-paragraph">The full methodology and per-codebase results are available in the <a href="https://go.clover.security/hubfs/PDF%20assets/Looks%20secure%2c%20ships%20insecure%20-%20Why%20broad%20threat%20models%20backfire%20across%20frontier%20coding%20agents.pdf" target="_blank" data-type="link" data-id="https://go.clover.security/hubfs/PDF%20assets/Looks%20secure%2c%20ships%20insecure%20-%20Why%20broad%20threat%20models%20backfire%20across%20frontier%20coding%20agents.pdf" rel="noreferrer noopener">full research report</a>.</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="1680" height="934" src="https://clover.security/wp-content/uploads/2026/07/Blog-inner_Looks-secure-ships-insecure_Experiment-flow.png" alt="Security context experiment experiment flow" class="wp-image-1640" srcset="https://clover.security/wp-content/uploads/2026/07/Blog-inner_Looks-secure-ships-insecure_Experiment-flow.png 1680w, https://clover.security/wp-content/uploads/2026/07/Blog-inner_Looks-secure-ships-insecure_Experiment-flow-300x167.png 300w, https://clover.security/wp-content/uploads/2026/07/Blog-inner_Looks-secure-ships-insecure_Experiment-flow-1024x569.png 1024w, https://clover.security/wp-content/uploads/2026/07/Blog-inner_Looks-secure-ships-insecure_Experiment-flow-768x427.png 768w, https://clover.security/wp-content/uploads/2026/07/Blog-inner_Looks-secure-ships-insecure_Experiment-flow-1536x854.png 1536w" sizes="auto, (max-width: 1680px) 100vw, 1680px" /><figcaption class="wp-element-caption">The experiment flow.</figcaption></figure>



<h2 class="wp-block-heading">Three types of security context</h2>



<p class="wp-block-paragraph">We tested three types of artifacts.</p>



<h3 class="wp-block-heading">No context</h3>



<p class="wp-block-paragraph">The agent received only the feature specification and the codebase. This established the baseline.</p>



<h3 class="wp-block-heading">Broad context</h3>



<p class="wp-block-paragraph">The agent received off-the-shelf security guidance that was not written for the feature it was implementing.</p>



<ul class="wp-block-list">
<li>OpenAI’s threat-modeling skill&nbsp;</li>



<li>Anthropic’s threat-modeling skill&nbsp;</li>



<li>OWASP PyTM&nbsp;</li>



<li>OWASP security checklists&nbsp;</li>
</ul>



<p class="wp-block-paragraph">This represents the approach many teams are adopting today: attach a repository-level threat model or security skill and make it available to the coding agent.</p>



<h3 class="wp-block-heading">Feature-tailored context</h3>



<p class="wp-block-paragraph">The agent received context scoped to the exact feature being built: the relevant threats, attack paths, security requirements, and the outcome-phrased countermeasures needed to resolve them.</p>



<p class="wp-block-paragraph">None of the security artifacts had access to the planted flaws. They had to identify and address the problem by reasoning about the feature.</p>



<h2 class="wp-block-heading">The results: tailored context, not more context, produces more secure code</h2>



<p class="wp-block-paragraph">The direction was consistent across all three codebases and models: context tailored to the feature substantially outperformed general security material.</p>



<ul class="wp-block-list">
<li>With no context, agents resolved approximately 17% of the planted flaws. They occasionally caught problems that mapped cleanly to familiar security primitives, but most flaws embedded in the feature&#8217;s business logic remained.</li>



<li>Broad context improved the average to 33%. That was progress, but most of the flaws still shipped.</li>



<li><strong>Feature-tailored context changed the outcome, reaching an average mitigation rate of 84% and as high as 94%.</strong></li>
</ul>



<p class="wp-block-paragraph">The decisive variable was not context volume. It was whether the context identified the exact threat and connected it to a concrete countermeasure that had to appear in the finished code.</p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="574" src="https://clover.security/wp-content/uploads/2026/07/Blog-inner_Looks-secure-ships-insecure_Results-by-context-type-1024x574.png" alt="Secure coding results by type of security context provided" class="wp-image-1641" srcset="https://clover.security/wp-content/uploads/2026/07/Blog-inner_Looks-secure-ships-insecure_Results-by-context-type-1024x574.png 1024w, https://clover.security/wp-content/uploads/2026/07/Blog-inner_Looks-secure-ships-insecure_Results-by-context-type-300x168.png 300w, https://clover.security/wp-content/uploads/2026/07/Blog-inner_Looks-secure-ships-insecure_Results-by-context-type-768x431.png 768w, https://clover.security/wp-content/uploads/2026/07/Blog-inner_Looks-secure-ships-insecure_Results-by-context-type-1536x861.png 1536w, https://clover.security/wp-content/uploads/2026/07/Blog-inner_Looks-secure-ships-insecure_Results-by-context-type.png 1680w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<p class="wp-block-paragraph">Prevention rate by security context source, across all three codebases.</p>



<h3 class="wp-block-heading">Example: How broad context can make insecure code look reviewed</h3>



<p class="wp-block-paragraph">The modest improvement from 17% to 33% was not the most surprising result. What stood out was the character of the output produced under broad context. <strong>The agent adopted security terminology, cited threats in its plan, and created passing tests without necessarily fixing the underlying flaw.</strong></p>



<p class="wp-block-paragraph">One planted requirement asked the agent to log only 10% of collaborator read events to control log volume. Writes would always be logged, but nine out of ten reads would leave no audit trail.</p>



<p class="wp-block-paragraph">Under broad context, the agent treated this as an accepted product requirement. Its plan discussed audit logging and referenced SOC 2. The code wrapped read paths in an audit function. A passing test confirmed that sampled reads could produce no audit entry.</p>



<p class="wp-block-paragraph">Every layer looked security-aware:</p>



<ul class="wp-block-list">
<li>The plan discussed compliance: </li>
</ul>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="266" src="https://clover.security/wp-content/uploads/2026/07/Blog-inner_Looks-secure-ships-insecure_Plan-1024x266.png" alt="The implementation plan: audit logging, the 12-month audit CSV export, and tests booked as completed sub-tasks" class="wp-image-1644" srcset="https://clover.security/wp-content/uploads/2026/07/Blog-inner_Looks-secure-ships-insecure_Plan-1024x266.png 1024w, https://clover.security/wp-content/uploads/2026/07/Blog-inner_Looks-secure-ships-insecure_Plan-300x78.png 300w, https://clover.security/wp-content/uploads/2026/07/Blog-inner_Looks-secure-ships-insecure_Plan-768x199.png 768w, https://clover.security/wp-content/uploads/2026/07/Blog-inner_Looks-secure-ships-insecure_Plan-1536x399.png 1536w, https://clover.security/wp-content/uploads/2026/07/Blog-inner_Looks-secure-ships-insecure_Plan.png 1680w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<ul class="wp-block-list">
<li>The implementation contained audit calls: </li>
</ul>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="204" src="https://clover.security/wp-content/uploads/2026/07/Blog-inner_Looks-secure-ships-insecure_Code-1024x204.png" alt="The code: _audit() drops nine of ten reads on the collaborator read path." class="wp-image-1643" srcset="https://clover.security/wp-content/uploads/2026/07/Blog-inner_Looks-secure-ships-insecure_Code-1024x204.png 1024w, https://clover.security/wp-content/uploads/2026/07/Blog-inner_Looks-secure-ships-insecure_Code-300x60.png 300w, https://clover.security/wp-content/uploads/2026/07/Blog-inner_Looks-secure-ships-insecure_Code-768x153.png 768w, https://clover.security/wp-content/uploads/2026/07/Blog-inner_Looks-secure-ships-insecure_Code-1536x305.png 1536w, https://clover.security/wp-content/uploads/2026/07/Blog-inner_Looks-secure-ships-insecure_Code.png 1680w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<ul class="wp-block-list">
<li>The test suite was green: </li>
</ul>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="282" src="https://clover.security/wp-content/uploads/2026/07/Blog-inner_Looks-secure-ships-insecure_Test-1024x282.png" alt="The test: certifies that a sampled read logs nothing, locking the blind spot in as intended behavior." class="wp-image-1645" srcset="https://clover.security/wp-content/uploads/2026/07/Blog-inner_Looks-secure-ships-insecure_Test-1024x282.png 1024w, https://clover.security/wp-content/uploads/2026/07/Blog-inner_Looks-secure-ships-insecure_Test-300x83.png 300w, https://clover.security/wp-content/uploads/2026/07/Blog-inner_Looks-secure-ships-insecure_Test-768x211.png 768w, https://clover.security/wp-content/uploads/2026/07/Blog-inner_Looks-secure-ships-insecure_Test-1536x422.png 1536w, https://clover.security/wp-content/uploads/2026/07/Blog-inner_Looks-secure-ships-insecure_Test.png 1680w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<p class="wp-block-paragraph">But 90% of read activity was still invisible.</p>



<p class="wp-block-paragraph">A run that ignored security completely might look unfinished. This implementation looked reviewed. A human reviewer could skim the plan, code, and tests and conclude that the requirement had received security attention. That is more than a missed vulnerability. It is false assurance: security-shaped work that weakens the human review process designed to catch the agent’s mistakes.</p>



<h2 class="wp-block-heading">Why broad context gets lost</h2>



<p class="wp-block-paragraph">We found two failure modes, and they compound.</p>



<h3 class="wp-block-heading">1. Compaction strips away critical detail</h3>



<p class="wp-block-paragraph">Coding agents compress large amounts of context into shorter working summaries. That helps them operate within a complex task. What survives the compression is security vocabulary, not security measures. The specific instruction needed to change the implementation is more likely to disappear.</p>



<p class="wp-block-paragraph">A broad checklist may correctly state that PII should be scoped and minimized. But that is not the same as telling the agent:</p>



<ul class="wp-block-list">
<li>Limit autocomplete results to participants in the current thread.</li>



<li>Return display names only.</li>



<li>Never return email addresses.&nbsp;</li>



<li>Rate-limit the query.&nbsp;</li>



<li>Log anomalous enumeration behavior.&nbsp;</li>
</ul>



<p class="wp-block-paragraph"><strong>Broad context names the category. The feature-tailored context defines the control.</strong></p>



<h3 class="wp-block-heading">2. Humans confuse information with instruction</h3>



<p class="wp-block-paragraph">We often give an agent information about a risk and assume it will infer the required secure behavior. Which is an unrealistic expectation of the agent. There is a meaningful difference between handing the agent a repository threat model and explicitly stating: This access link cannot remain reusable for the full grant period. Require a one-time verification code on first use, expire unclaimed invitations after 72 hours, and re-check the active grant on every request.</p>



<p class="wp-block-paragraph"><strong>One is a reference. The other is a decision the implementation must enforce.</strong></p>



<h2 class="wp-block-heading">The path from feature-tailored context to secure code</h2>



<p class="wp-block-paragraph">The research points to two practical conclusions.</p>



<h3 class="wp-block-heading">1. Give the agent feature-tailored context</h3>



<p class="wp-block-paragraph">Repository-level security guidance remains useful background, but it should not be treated as sufficient for securing an individual feature.</p>



<p class="wp-block-paragraph">The context that changed outcomes identified:</p>



<ul class="wp-block-list">
<li>The threat specific to the feature. </li>



<li>The attack path created by the requirement. </li>



<li>The countermeasure that resolves it. </li>



<li>The authority to override a conflicting product requirement. </li>
</ul>



<h3 class="wp-block-heading">2. Write required outcomes, not security vocabulary</h3>



<p class="wp-block-paragraph">Security context should read like build instructions, not a reading list.</p>



<ul class="wp-block-list">
<li>“Protect sensitive data” is a principle.</li>



<li>“Return only participant display names and never return email addresses” is an outcome the code must exhibit.</li>
</ul>



<p class="wp-block-paragraph">Similarly, naming a cryptographic mechanism is not enough. An agent can mention the mechanism without producing the intended security property. The context should define what must be true when implementation is complete.</p>



<h2 class="wp-block-heading">The enterprise challenge: generating the right context continuously</h2>



<p class="wp-block-paragraph">Creating feature-tailored context for a controlled experiment is one thing. Producing it continuously across a large enterprise application is much harder.</p>



<p class="wp-block-paragraph">The relevant context rarely lives in a single feature specification. It may be spread across:</p>



<ul class="wp-block-list">
<li>Product documents. </li>



<li>Architecture diagrams.</li>



<li>Tickets and design decisions. </li>



<li>Application and infrastructure repositories. </li>



<li>Organizational policies. </li>



<li>Existing security controls. </li>



<li>Interactions between multiple services. </li>
</ul>



<p class="wp-block-paragraph">This context feature-tailored context needs lives in your threat model, and as soon as your features, architecture, infrastructure, or control environment change, threat models go stale. Therefore, the real problem is therefore not simply writing better security instructions. It is continuously discovering the context of the feature, deriving the relevant threats and required countermeasures, and delivering them to the coding agent at the moment it plans, implements, and verifies the change.</p>



<h2 class="wp-block-heading">Conclusion</h2>



<p class="wp-block-paragraph">More security context did not reliably produce more secure code. Broad threat models, security skills, and checklists moved the mitigation rate from approximately 17% to 33%, but left most business-logic flaws unresolved. They also created a dangerous side effect: implementations that appeared security-aware and reviewed while still shipping the flaw.</p>



<p class="wp-block-paragraph">Feature-tailored context reached 84% because it did something fundamentally different. It connected the exact risk in the feature to the exact outcome the implementation had to produce. The lesson is not to stop giving coding agents security context. It is to stop assuming that more context is enough.</p>



<p class="wp-block-paragraph">Safer code comes from carrying the right security requirement all the way from the feature, to the agent’s plan, to the finished implementation.</p>



<div class="wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex">
<div class="wp-block-button"><a class="wp-block-button__link wp-element-button" href="https://go.clover.security/hubfs/PDF%20assets/Looks%20secure%2c%20ships%20insecure%20-%20Why%20broad%20threat%20models%20backfire%20across%20frontier%20coding%20agents.pdf" target="_blank" rel="noreferrer noopener">Download the full research</a></div>
</div>



<p class="wp-block-paragraph"></p>
<p>The post <a rel="nofollow" href="https://clover.security/blog/looks-secure-ships-insecure-why-broad-security-context-backfires-across-frontier-coding-agents/">Looks secure, ships insecure: Why broad security context backfires across frontier coding agents</a> appeared first on <a rel="nofollow" href="https://clover.security">Clover Security</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Why security champion programs stall, and what AI fixes</title>
		<link>https://clover.security/blog/why-security-champion-programs-stall-and-what-ai-fixes/</link>
		
		<dc:creator><![CDATA[moran@clover.security]]></dc:creator>
		<pubDate>Sun, 05 Jul 2026 09:07:51 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">https://clover.security/?p=1563</guid>

					<description><![CDATA[<p>Most security champion programs stall from unfunded ownership, not unwilling developers. Where AI actually removes the busywork, and where it changes nothing.</p>
<p>The post <a rel="nofollow" href="https://clover.security/blog/why-security-champion-programs-stall-and-what-ai-fixes/">Why security champion programs stall, and what AI fixes</a> appeared first on <a rel="nofollow" href="https://clover.security">Clover Security</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<h2 class="wp-block-heading">Security champion programs were never about managing tickets</h2>



<p class="wp-block-paragraph">The idea started as arithmetic. One security engineer for every hundred developers, often worse. At that ratio nobody reviews every design decision, every code change, every deployment. Something has to give, and for years the answer was the security champion: an engineer on each team who carries security into the rooms security can&#8217;t be in.</p>



<p class="wp-block-paragraph">The vision was generous. A security champion who understands their application&#8217;s architecture, spots risk while a feature is still being drawn, escalates what matters, and lifts the whole team&#8217;s baseline. Not a ticket-closer. An owner. And the highest-leverage item on that list was always the earliest one, catching risk at design time, before a line of code exists. It is also the hardest to scale and the easiest to skip. That is the tell. The security champion program was never about managing tickets. It was about security ownership, developers owning the outcome end to end.</p>



<figure class="wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<iframe loading="lazy" title="Rebuilding Security Champion Programs With AI | Latio x Clover" width="640" height="360" src="https://www.youtube.com/embed/E2FtFfusHKo?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div></figure>



<h2 class="wp-block-heading">Why most of them quietly die</h2>



<p class="wp-block-paragraph">Most security champion programs fail. Not loudly, and not because developers refuse to help. They fail because nobody funded the ownership, and an unfunded program dies on a schedule.</p>



<p class="wp-block-paragraph">The pattern repeats. No budgeted time, so participation is unpaid work bolted onto a sprint, running on personal motivation until the motivation runs out. No clear owner, so nobody tracks it, and it goes quiet a few months in. No credit, so momentum stalls. No guidance, so the champion cannot separate the change that matters from the dependency bump that doesn&#8217;t, and everything looks urgent until nothing does.</p>



<p class="wp-block-paragraph">Underneath all four is a misread of what the tooling ever did. Scanners are work-generation machines. You buy one to discover a thousand problems, and the discovery was always the easy part; the fixing was always going to be yours. So teams wire up the scanners, watch the flood arrive, and stand up a security champions program to bail it out. The program becomes a drain for issues that were surfaced with no plan to resolve them.</p>



<p class="wp-block-paragraph">The fix is unglamorous to the point of boring. Stop routing security work around the way developers already earn credit. No leaderboard, no swag, no pizza party. Put the finding in as a ticket with story points, prioritized and assigned like every other piece of work, so it lands inside the incentives the developer is already measured on. It is not clever. It works.</p>



<p class="wp-block-paragraph">Blocking, the reflex the industry reaches for first, tends to do the opposite of what it promises. Block a build over a stale framework, and the developer who only wanted to recolor a button can no longer ship, the service stops pulling its own updates, and your posture quietly gets worse. You have stopped the work and degraded the security, both in security&#8217;s name.</p>



<p class="wp-block-paragraph">What is left when the funding never comes is easy to recognize. A Slack channel. A wiki nobody opens. A metric that counts meetings instead of risk.</p>



<h2 class="wp-block-heading">What AI actually changes</h2>



<p class="wp-block-paragraph">Strip a security champions program to its core and it was always a knowledge problem. Get security understanding as close to each developer as possible, then hope it survives the handoffs, from the security team to the champion to the team. Every handoff leaks. That is the layer AI actually changes.</p>



<p class="wp-block-paragraph">The linchpin is threat modeling, and not the diagram. The diagram solves nothing on its own. What matters is the data underneath it, because once that data is available to an agent, you can finally deliver <a href="https://clover.security/blog/securing-the-agentic-sdlc-clover-security/" data-type="post" data-id="1167">what shift-left promised and never did</a>: the security context sits in the model&#8217;s context window, so every time an agent goes to work it already knows the application, the use cases, and how a fix should look. Findings get ranked by architecture instead of a raw severity score. False positives fall away because the model sees the whole system, not just the lines around the alert. Guidance arrives in the pull request as design direction, not a wall.</p>



<p class="wp-block-paragraph">For years the only place to put security knowledge was a human head, which is exactly why it leaked at every handoff. The context window doesn&#8217;t. It carries the full picture into every agent on every change, and unlike a person it can be filled completely and refreshed the moment the system moves.</p>



<p class="wp-block-paragraph">From there the work sorts into two jobs. Triage and planning is deciding what matters: signal pulled out of noise, risk reasoned about before a change ships, and only the real design questions routed to a human. Enforcement and execution is making it stick: decisions turned into enforced changes inside the workflow, so the guidance lives in the pull request and the Slack thread instead of the wiki nobody reads.</p>



<h2 class="wp-block-heading">Where AI does not help</h2>



<p class="wp-block-paragraph">Every honest version of this story has a section like this one. AI does not replace security engineering. It changes the shape of the work, from clearing patches to deciding what the system should become. And it has real blind spots. It is weak at runtime defense, and weakest at the most human kind of flaw, the design mistake you only catch if you know why a feature exists and how it sits inside the larger product. Sometimes the model sees what a person would miss. Sometimes it is the other way around. That is the whole reason the discipline survives.</p>



<p class="wp-block-paragraph">And no model fixes a program with no owner. Auto-remediation has existed for years as version-bump pull requests, and for most teams it becomes a backlog nobody merges, because someone still has to click merge and someone still has to care. Point AI at a broken program and you have not fixed anything. You have automated the slow burn.</p>



<h2 class="wp-block-heading">What one team actually saw</h2>



<p class="wp-block-paragraph">One customer made the abstraction concrete. A US tech company, around 500 developers, a security team stretched closer to one-to-fifty than one-to-a-hundred, and roughly 25 security champions across the organization. The usual shape: a few deeply engaged, and a long tail who held the title and barely knew the security team, some who had never met them. Entire business units went dark. And the teams in the dark were often the ones shipping the riskiest things the company built.</p>



<p class="wp-block-paragraph">Threat modeling was the use case, and before AI the hard part was the first step. The security team could coach the willing champions on STRIDE over time, but where nobody volunteered there was simply no coverage. AI changed where the work started. An initial framework did the heavy lifting and walked a champion through the first draft, so the job shifted from producing the model to reviewing it, sharpening it, and knowing when to raise a flag. Even for the disengaged, the system could surface a critical change early enough that a security engineer could reach out about something they would otherwise never have seen.</p>



<p class="wp-block-paragraph">The part worth holding onto was the reaction from engineering. Builders describe security as friction almost by reflex. Here they described something they were glad to use. That is not what a feature earns. It is what happens when security ownership finally has ground to stand on.</p>



<h2 class="wp-block-heading">What to do Monday</h2>



<p class="wp-block-paragraph">None of the moves here is bigger than it needs to be, and that is the point. Start with the honest question: what is your organization actually willing to fund. If the answer is catch the biggest risks first, weight <a href="https://clover.security/use-cases/continuous-threat-modeling/" target="_blank" data-type="use_case" data-id="1295" rel="noreferrer noopener">threat modeling</a> over vulnerability scanning, where the false-positive rate buries the signal anyway. Then start small. Do not build the perfect vulnerability dashboard before you have run one scoped process, because the only way to learn what each team needs is to run it. Hand the busywork to AI as you go, in the format each team already works in.</p>



<p class="wp-block-paragraph">The spine holds the whole thing up. Fund the ownership first, then use AI to kill the busywork, never to run a broken program faster. Pick a real owner. Instrument one repo, not all of them. Let AI take the triage. The line that matters is not security versus developers. It is security, developers, and AI on the same side of the problem.</p>



<p class="wp-block-paragraph">That is the problem <a href="https://clover.security/#book-a-demo" data-type="link" data-id="https://clover.security/#book-a-demo">Clover</a> is built for: putting design-time security context in front of the people and the agents doing the work, so a security champion program finally has ownership to stand on and the busywork takes care of itself.</p>



<p class="wp-block-paragraph"></p>
<p>The post <a rel="nofollow" href="https://clover.security/blog/why-security-champion-programs-stall-and-what-ai-fixes/">Why security champion programs stall, and what AI fixes</a> appeared first on <a rel="nofollow" href="https://clover.security">Clover Security</a>.</p>
]]></content:encoded>
					
		
		
		<media:content url="https://www.youtube.com/embed/E2FtFfusHKo" medium="video" width="1280" height="720">
			<media:player url="https://www.youtube.com/embed/E2FtFfusHKo" />
			<media:title type="plain">Rebuilding Security Champion Programs With AI | Latio x Clover</media:title>
			<media:description type="html"><![CDATA[Most security champion programs don&#039;t fail because developers won&#039;t help. They fail because nobody funds the ownership. In this session, Latio&#039;s James Bertho...]]></media:description>
			<media:thumbnail url="https://clover.security/wp-content/uploads/2026/07/Blog-inner-cover_Why-security-champion-programs-stall-and-what-AI-fixes.png" />
			<media:rating scheme="urn:simple">nonadult</media:rating>
		</media:content>
	</item>
		<item>
		<title>See what your coding agents build: Clover integrates with Anthropic&#8217;s Claude Compliance API to give security real time visibility</title>
		<link>https://clover.security/blog/see-what-your-coding-agents-build-clover-integrates-with-anthropics-claude-compliance-api-to-give-security-real-time-visibility/</link>
		
		<dc:creator><![CDATA[moran@clover.security]]></dc:creator>
		<pubDate>Mon, 22 Jun 2026 09:37:29 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">https://clover.security/?p=1532</guid>

					<description><![CDATA[<p>Clover connects to Anthropic's Compliance API to give security teams real-time visibility into what developers build with Claude Code. See how code is implemented, apply your security controls at the point of generation, and close the coverage gaps left by agentic development, before insecure code ever ships.</p>
<p>The post <a rel="nofollow" href="https://clover.security/blog/see-what-your-coding-agents-build-clover-integrates-with-anthropics-claude-compliance-api-to-give-security-real-time-visibility/">See what your coding agents build: Clover integrates with Anthropic&#8217;s Claude Compliance API to give security real time visibility</a> appeared first on <a rel="nofollow" href="https://clover.security">Clover Security</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<h3 class="wp-block-heading">Clover now connects to Anthropic&#8217;s Compliance API to give security teams real-time visibility into what developers are building with Claude Code, and to apply their security context and controls while the code is written, not after.</h3>



<p class="wp-block-paragraph"></p>



<p class="wp-block-paragraph">AI coding agents like Anthropic&#8217;s Claude Code are becoming part of how every engineering team builds. Developers write with them, refactor with them, and ship real code with them every day, across real repositories, against real business logic.</p>



<p class="wp-block-paragraph">For security teams, that raises a question they can&#8217;t yet answer: what are our coding agents actually building, and is it secure?</p>



<p class="wp-block-paragraph">The honest answer, for most teams today, is that they don&#8217;t know. The moment work hands off to an agent, security teams go blind. They see the pull request at the end. They don&#8217;t see how it was built, what controls were applied along the way, or where risk crept in. The implementation phase, the exact moment security decisions get made, is where teams now have the least visibility.</p>



<p class="wp-block-paragraph">Today, we&#8217;re closing that gap. Clover now integrates with the Claude Compliance API, bringing Claude Code activity directly into the Clover platform.</p>



<h2 class="wp-block-heading">Discovering and mapping Claude across your environment</h2>



<p class="wp-block-paragraph">Connect Claude once. No proxies, nothing to install in the developer&#8217;s workflow. From that moment, Clover starts capturing Claude Code&#8217;s activity automatically, including the history already in your environment and every new session going forward.</p>



<p class="wp-block-paragraph">The first thing you get is a map. Clover surfaces everyone building with Claude Code across your organization, not just the engineers already covered, but the ones flying blind. You see who&#8217;s shipping with it and what they&#8217;re actually producing, down to the developers working with zero security context.</p>



<p class="wp-block-paragraph">From there, every artifact gets traced and tied back to the right application in Clover, then pulled into your secure-by-design lifecycle as a review candidate. AI-assisted work shows up as it happens, not weeks later when it hits the scanner, and it flows through the same governance, audit trail, and review process as everything else. Nothing slips out the side door.</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="840" height="717" src="https://clover.security/wp-content/uploads/2026/06/Blog-inner_Claude-AI-Agents.png" alt="Blog inner Claude AI Agents See what your coding agents build: Clover integrates with Anthropic&#039;s Claude Compliance API to give security real time visibility" class="wp-image-1536" srcset="https://clover.security/wp-content/uploads/2026/06/Blog-inner_Claude-AI-Agents.png 840w, https://clover.security/wp-content/uploads/2026/06/Blog-inner_Claude-AI-Agents-300x256.png 300w, https://clover.security/wp-content/uploads/2026/06/Blog-inner_Claude-AI-Agents-768x656.png 768w" sizes="auto, (max-width: 840px) 100vw, 840px" /></figure>



<h2 class="wp-block-heading">Why it matters</h2>



<p class="wp-block-paragraph">Coding agents are optimized for code that works, not code that&#8217;s secure. They don&#8217;t carry your architecture, your frameworks, or your business context, so without help, fundamental risks pass straight through. By connecting to Claude&#8217;s Compliance API, Clover moves security to the point of implementation, applying your controls at the speed of your agentic workflows. Teams get one place to see every agent&#8217;s work and one security baseline across every agent their developers use.</p>



<h2 class="wp-block-heading">Get started</h2>



<p class="wp-block-paragraph">Clover&#8217;s integration with Anthropic&#8217;s Claude Compliance API is available now. If your developers are building with Claude Code, see exactly what they&#8217;re shipping, and secure it as it&#8217;s written.</p>



<p class="wp-block-paragraph"><a href="https://clover.security/#book-a-demo" data-type="link" data-id="https://clover.security/#book-a-demo">Book a demo</a> to see Clover and Claude Code together.</p>



<p class="wp-block-paragraph"></p>
<p>The post <a rel="nofollow" href="https://clover.security/blog/see-what-your-coding-agents-build-clover-integrates-with-anthropics-claude-compliance-api-to-give-security-real-time-visibility/">See what your coding agents build: Clover integrates with Anthropic&#8217;s Claude Compliance API to give security real time visibility</a> appeared first on <a rel="nofollow" href="https://clover.security">Clover Security</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>How the Agentic SDLC fixes developer security friction</title>
		<link>https://clover.security/blog/how-the-agentic-sdlc-fixes-developer-security-friction/</link>
		
		<dc:creator><![CDATA[moran@clover.security]]></dc:creator>
		<pubDate>Tue, 16 Jun 2026 07:14:43 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">https://clover.security/?p=1490</guid>

					<description><![CDATA[<p>Developer security friction was never about culture or tooling. It was structural: security came last. The Agentic SDLC puts it first, so building securely becomes the default instead of the fight.</p>
<p>The post <a rel="nofollow" href="https://clover.security/blog/how-the-agentic-sdlc-fixes-developer-security-friction/">How the Agentic SDLC fixes developer security friction</a> appeared first on <a rel="nofollow" href="https://clover.security">Clover Security</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">For two decades, developer security friction has kept security and engineering stuck in a loop. Security scanners flag an issue. The developer disagrees. Someone wins the argument. The ticket sits open while the SLA gets breached. A lot of findings don&#8217;t get resolved, and products continue to build security debt. We&#8217;ve called this a culture problem, a tooling problem, a process problem, and invented a plethora of solutions for each: shift-left, IDE plugins, dashboards, policies, stacking platform on platform. Every wave of AppSec promised the friction would finally go away, and none of them moved the needle.</p>



<p class="wp-block-paragraph">The Agentic SDLC introduces the opportunity to break the loop by bringing security guidelines directly into the agent’s context window &#8211; making security the first thought rather than the last. When the unit of work shifts from hand-written code to intent and design, security stops being the thing that arrives late and starts being the thing that arrives first. Timing and knowledge stop being separate problems, and finally get solved together.</p>



<div class="wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex">
<div class="wp-block-button"><a class="wp-block-button__link wp-element-button" href="https://go.clover.security/from-bottlenecks-to-developer-led-security-rebuilding-security-champion-programs-with-ai" target="_blank" rel="noreferrer noopener"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f5d3.png" alt="🗓" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Upcoming webinar: From bottlenecks to developer-led security</a></div>
</div>



<h2 class="wp-block-heading">The three roots of developer security friction</h2>



<p class="wp-block-paragraph">For a developer, the friction is not one problem but three: volume, credit, and cost. First the volume, security teams hand over numerous findings, and many of them are time consuming false positives. Unfortunately, investigating security issues is one of the most challenging tasks in an organization. Second, getting credit for fixing security issues is too rare, as teams set off scanners but don’t get story points to compensate. Lastly, the cost: the findings that do matter are expensive to fix and don’t drive the increase in revenue new features do.&nbsp;</p>



<h3 class="wp-block-heading">False positives</h3>



<p class="wp-block-paragraph">There is no shortage of data, or opinion, on false positives. An academic study of five static analysis tools found <a href="https://arxiv.org/html/2407.12241v1" target="_blank" rel="noreferrer noopener">76% of their warnings irrelevant</a> to the actual vulnerability; Ghost Security&#8217;s analysis of nearly 3,000 repositories put <a href="https://reports.ghostsecurity.com/cast.pdf" target="_blank" rel="noreferrer noopener">the false positive rate at 91%</a>. The problem is that most scanners have an incentive to maximize the findings they show, as they don’t want to risk missing a potential issue during a test drive. The result is a number of findings too high to triage, where vulnerability counts only go up.</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="840" height="321" src="https://clover.security/wp-content/uploads/2026/06/Developer-friction_Blog-image-1.png" alt="Developer friction Blog image 1 How the Agentic SDLC fixes developer security friction" class="wp-image-1491" srcset="https://clover.security/wp-content/uploads/2026/06/Developer-friction_Blog-image-1.png 840w, https://clover.security/wp-content/uploads/2026/06/Developer-friction_Blog-image-1-300x115.png 300w, https://clover.security/wp-content/uploads/2026/06/Developer-friction_Blog-image-1-768x293.png 768w" sizes="auto, (max-width: 840px) 100vw, 840px" /><figcaption class="wp-element-caption"><a href="https://www.reddit.com/r/ExperiencedDevs/comments/1qu6gw1/comment/o381o3y/?utm_source=share&amp;utm_medium=web3x&amp;utm_name=web3xcss&amp;utm_term=1&amp;utm_content=share_button" target="_blank" rel="noreferrer noopener">How do you prioritize 800+ SAST/SCA/DAST vulnerabilities when AppSec dumps everything with no context?</a></figcaption></figure>



<h3 class="wp-block-heading">Reachability</h3>



<p class="wp-block-paragraph">Reachability is simply the goal of discovering the exploitability of a vulnerability. From runtime to function level, there are numerous ways of trying to filter out the noise from exploitable code in your environment. While numerous approaches exist, we’ve <a href="https://pulse.latio.tech/p/everything-to-know-about-runtime" target="_blank" rel="noreferrer noopener">written about</a> how the truth is much more complicated &#8211; there’s no single silver bullet for finding exploitability. The goal is clear: stop wasting developer time on findings that don’t matter; however, the reality is more complicated, as patching even a single vulnerability can have widespread impact depending on the overall design and architecture of your environment. The Agentic SDLC does help here, as “just patching everything” becomes slightly more achievable for organizations who have been unable to keep up with the often major code changes required for major version changes.</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="840" height="620" src="https://clover.security/wp-content/uploads/2026/06/Developer-friction_Blog-image-2.png" alt="Developer friction Blog image 2 How the Agentic SDLC fixes developer security friction" class="wp-image-1492" srcset="https://clover.security/wp-content/uploads/2026/06/Developer-friction_Blog-image-2.png 840w, https://clover.security/wp-content/uploads/2026/06/Developer-friction_Blog-image-2-300x221.png 300w, https://clover.security/wp-content/uploads/2026/06/Developer-friction_Blog-image-2-768x567.png 768w" sizes="auto, (max-width: 840px) 100vw, 840px" /><figcaption class="wp-element-caption"><a href="https://www.reddit.com/r/cybersecurity/comments/1nno3cn/stop_reporting_zeroimpact_findings_as/?utm_source=share&amp;utm_medium=web3x&amp;utm_name=web3xcss&amp;utm_term=1&amp;utm_content=share_button" target="_blank" rel="noreferrer noopener">Stop reporting zero-impact findings as vulnerabilities</a></figcaption></figure>



<h3 class="wp-block-heading">Remediation cost</h3>



<p class="wp-block-paragraph">No one talks about how not only are security findings high volume, but they often involve layers of major architectural context. When James started doing application security, almost every security finding ended up in the hands of the chief architect. Applying a late fix means unwinding work that has already shipped: re-touching major decisions made years ago, re-opening decisions the architecture has already locked in. The bill is never just the patch, it’s the sunk cost of having your best developers involved in what’s often a false positive. A scanner can flag a vulnerability (or ten) in a second, but those findings can take months to resolve.</p>



<h2 class="wp-block-heading">How AppSec tried (and failed) to solve developer security friction</h2>



<p class="wp-block-paragraph">Shift-left was the most intuitive idea for security teams, and was a fair answer to the failure before it. The complaint was real: security showed up after the code shipped, when changing anything was expensive, so the fix was to move detection earlier, into CI, before the merge. But most teams moved the scan while ignoring their backlogs, and the way that they grow. They wired the same findings into the pipeline and turned the merge into a gate, so security still <a href="https://www.helpnetsecurity.com/2025/06/03/developer-security-team-friction/" target="_blank" rel="noreferrer noopener">arrived as a final checkpoint</a>, now with the power to block the build. This made the problem worse, as security blocked code changes irrelevant to the problems, over vulnerabilities outside of a developer’s control. To make things worse, delaying a push could even delay an image rebuild, leading to a net increase in vulnerabilities!<br>IDE plugins answered the next complaint, that feedback living in a separate tool was too far from developer’s work to act on. So the findings moved into the editor and the pull request, inline on the offending line. But proximity is not context, and doesn’t force work to get done. Every scanner brought its own plugin, its own severity model, its own bot on the same diff, and the developer&#8217;s workspace became a second inbox. <a href="https://blog.codacy.com/why-shift-left-is-failing-key-takeaways-from-codacys-latest-showcase" target="_blank" rel="noreferrer noopener">Overload a developer with fifteen security tasks</a> per line of code and you do not get vigilance, you get muted notifications.</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="840" height="758" src="https://clover.security/wp-content/uploads/2026/06/Developer-friction_Blog-image-4.png" alt="Developer friction Blog image 4 How the Agentic SDLC fixes developer security friction" class="wp-image-1493" srcset="https://clover.security/wp-content/uploads/2026/06/Developer-friction_Blog-image-4.png 840w, https://clover.security/wp-content/uploads/2026/06/Developer-friction_Blog-image-4-300x271.png 300w, https://clover.security/wp-content/uploads/2026/06/Developer-friction_Blog-image-4-768x693.png 768w" sizes="auto, (max-width: 840px) 100vw, 840px" /><figcaption class="wp-element-caption"><a href="https://www.reddit.com/r/cybersecurity/comments/1mikdbo/comment/n74dzyr/?utm_source=share&amp;utm_medium=web3x&amp;utm_name=web3xcss&amp;utm_term=1&amp;utm_content=share_button" target="_blank" rel="noreferrer noopener">Why do so many organizations still struggle to implement &#8220;secure by design&#8221; in software development?</a></figcaption></figure>



<p class="wp-block-paragraph">Ironically, organizations that made meaningful dents in their backlog reverted to ticketing. Ticketing was the retreat when inline noise stopped working: route every finding to a backlog, assign an owner, track closure, report the numbers up the chain. This led back to the problems shift left tried to solve &#8211; creating developer/security friction, while increasing the backlog of work.</p>



<h2 class="wp-block-heading">The Agentic SDLC: security&#8217;s compiler moment</h2>



<p class="wp-block-paragraph">Last-generation AppSec was built around one artifact: the code. Every attempt to solve developer security friction centered around that artifact, but code was the wrong vehicle for the fix. The Agentic SDLC changes the artifact, just as compilers once did. When high-level languages arrived, the work climbed off the machine and up to intent, and programmers got to <a href="https://vivekhaldar.com/articles/when-compilers-were-the--ai--that-scared-programmers/" target="_blank" rel="noreferrer noopener">think about what a program should do</a> instead of how to spell it in machine instructions. The Agentic SDLC makes the same climb: the implementation falls to the agent, and the developer&#8217;s real work becomes ideation, architecture, intent. That moves the artifact <a href="https://clover.security/blog/securing-the-agentic-sdlc-clover-security/">from hand-written code to intent and design</a>, so security stops being the thing that arrives last and becomes the thing that arrives first. It moves security training from a once a year activity into an ongoing process on every prompt.</p>



<h3 class="wp-block-heading">Secure by design becomes operational</h3>



<p class="wp-block-paragraph">When intent and design are the artifact, the constraint comes first. You can state what a system is allowed to do, what data it can touch, what it must never expose, before any of it is built, and the agent generating the code is bound by that statement rather than trusted to remember it. The developer gets <a href="https://davepatten.substack.com/p/design-time-devsecops-security-before" target="_blank" rel="noreferrer noopener">clear constraints instead of late rejections</a>, and secure by design turns operational instead of aspirational: enforcement is a property of the design the code is generated from.</p>



<h3 class="wp-block-heading">Fixing becomes economic</h3>



<p class="wp-block-paragraph">When an agent generates the fix and checks it before a human is involved, the cost of remediation collapses to almost nothing, and most importantly, story points don’t need to get assigned. GitHub measured its own Copilot Autofix cutting <a href="https://github.blog/news-insights/product-news/secure-code-more-than-three-times-faster-with-copilot-autofix/" target="_blank" rel="noreferrer noopener">median remediation from about 90 minutes to under 30</a>, and agentic fixing is only moving further in that direction. Once a fix costs less to apply than to debate, the debate becomes the expensive line item, and a team that used to weigh whether a finding was worth the work just applies the change instead. Remediation becomes the default rather than an argument about if it’s worth it.</p>



<h3 class="wp-block-heading">Patching becomes background</h3>



<p class="wp-block-paragraph">Patching for minor versions already runs in the background at the dependency layer, where automated updates can pull in safe changes, limited only by the maturity of your test suite. The Agentic SDLC extends that pattern to application code: a coding agent runs alongside the work, proposes the fix, and validates it against the build before anyone is paged. Patching stops being a project a person owns and becomes a process the system runs, and the dependency churn that once landed on a developer&#8217;s afternoon gets absorbed by the system that proposed the change.</p>



<h2 class="wp-block-heading">Developer security friction is gone. Security isn&#8217;t.</h2>



<p class="wp-block-paragraph">The Agentic SDLC removes the structural reason developer security friction ever existed. That is not the same as removing the need for security, or the need for developers and security to work together. Both are as real as they ever were. What changed is the world around them. Software is now built by agents, and the old answers no longer fit: security practiced the way it always was, beside a developer-security relationship run the way it always was, will only manufacture new friction against an Agentic SDLC. Each has to turn agentic too.</p>



<p class="wp-block-paragraph">Security&#8217;s job shifts from reviewer and gatekeeper to architect, encoder and enforcer. The context that let a senior practitioner judge a real vulnerability, what an application does and where it can be reached, used to live in too few heads and arrive only after the code was written. Now that same context has to be <a href="https://clover.security/use-cases/continuous-threat-modeling/" data-type="use_case" data-id="1295">readable for the agents writing the code</a>, encoded into the build and enforced as the code is written.</p>



<p class="wp-block-paragraph">The relationship has to change the same way. A security champion program used to exist to push security knowledge into developers, training and nudging them into caring enough to fight the friction. An agentic security champion program starts from the opposite fact: the agents already hold that knowledge. The work becomes orchestration, knowing how to direct those agents well, when to pull a human expert into the loop, and how to build on judgment the team no longer has to carry in its own head. That is the program worth building now.</p>



<figure class="wp-block-image size-large"><a href="https://go.clover.security/from-bottlenecks-to-developer-led-security-rebuilding-security-champion-programs-with-ai" target="_blank" rel=" noreferrer noopener"><img loading="lazy" decoding="async" width="1024" height="457" src="https://clover.security/wp-content/uploads/2026/06/Webinar-Banner_From-bottlenecks-to-developer-led-security-3-1024x457.png" alt="Webinar Banner From bottlenecks to developer led security 3 How the Agentic SDLC fixes developer security friction" class="wp-image-1515" srcset="https://clover.security/wp-content/uploads/2026/06/Webinar-Banner_From-bottlenecks-to-developer-led-security-3-1024x457.png 1024w, https://clover.security/wp-content/uploads/2026/06/Webinar-Banner_From-bottlenecks-to-developer-led-security-3-300x134.png 300w, https://clover.security/wp-content/uploads/2026/06/Webinar-Banner_From-bottlenecks-to-developer-led-security-3-768x343.png 768w, https://clover.security/wp-content/uploads/2026/06/Webinar-Banner_From-bottlenecks-to-developer-led-security-3.png 1200w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></a></figure>
<p>The post <a rel="nofollow" href="https://clover.security/blog/how-the-agentic-sdlc-fixes-developer-security-friction/">How the Agentic SDLC fixes developer security friction</a> appeared first on <a rel="nofollow" href="https://clover.security">Clover Security</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Clover Security named to Rising in Cyber 2026 by 150 CISOs and security leaders</title>
		<link>https://clover.security/blog/clover-security-named-to-rising-in-cyber-2026-by-150-cisos-and-security-leaders/</link>
		
		<dc:creator><![CDATA[moran@clover.security]]></dc:creator>
		<pubDate>Tue, 12 May 2026 15:40:24 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">https://clover.security/?p=1224</guid>

					<description><![CDATA[<p>CISOs recognize Clover as the design-led approach to securing the Agentic SDLC.</p>
<p>The post <a rel="nofollow" href="https://clover.security/blog/clover-security-named-to-rising-in-cyber-2026-by-150-cisos-and-security-leaders/">Clover Security named to Rising in Cyber 2026 by 150 CISOs and security leaders</a> appeared first on <a rel="nofollow" href="https://clover.security">Clover Security</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<h2 class="wp-block-heading">Clover Security named Rising in Cyber 2026 honoree</h2>



<p class="wp-block-paragraph">NEW YORK, NEW YORK, May 12, 2026. Clover Security, the design-led product security company built for the Agentic SDLC, today announced its inclusion in <a href="https://risingincyber.com/" target="_blank" data-type="link" data-id="https://risingincyber.com/" rel="noreferrer noopener">Rising in Cyber 2026</a>, an independent annual list launched by Notable Capital to recognize the 30 most promising private cybersecurity startups. Now in its third year, Rising in Cyber has become a trusted signal of what is actually moving the needle in enterprise security.</p>



<p class="wp-block-paragraph">Unlike traditional rankings, Rising in Cyber honorees are selected through voting by 150 active CISOs and senior security executives. The result is a reliable signal of what security teams are actually adopting to address their most urgent challenges.</p>



<p class="wp-block-paragraph">Clover joins a cohort that has collectively raised over $6.9 billion, according to PitchBook, and is defining the next generation of cybersecurity across critical areas including identity and access management, agentic AI security, security operations, and application defense.</p>



<p class="wp-block-paragraph">The 2026 honorees were named alongside the release of the Rising in Cyber 2026 Report, produced in collaboration with Morgan Stanley. The report draws on CISO survey data and market analysis to map how the cybersecurity industry is evolving, from AI agents reshaping security operations to a historic surge in strategic M&amp;A, and separates signal from noise for investors, operators, and security leaders.</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p class="wp-block-paragraph">“Security is now moving from a constraint to an enabler on how fast AI can actually scale inside the enterprise. The 150 CISOs who voted on this list understand that better than anyone,” said Oren Yunger, Managing Partner, Notable Capital. “Congratulations to this year’s Rising in Cyber honorees for earning their trust.”</p>
</blockquote>



<p class="wp-block-paragraph">Honorees will be recognized at a private event on May 12 at the New York Stock Exchange in San Francisco alongside top security leaders and investors.</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p class="wp-block-paragraph">“The 150 CISOs who voted on this list have validated what we live with every day: in the agentic era, engineering work moves upstream into intent, design, and the context AI agents operate in. Security has to follow,” said Alon Kollmann, CEO and co-founder of Clover Security.</p>
</blockquote>



<p class="wp-block-paragraph">Behind the recognition is a year of compounding traction for Clover. In March 2026, <a href="https://clover.security/blog/servicenow-invests-in-cyber-startup-clover-security/" data-type="post" data-id="1132">ServiceNow made a strategic investment in Clover</a> and, as a customer, will be integrating Clover’s AI security agents into the ServiceNow enterprise solutions suite. Clover’s customer base has grown 4x year-over-year and now spans enterprise software, financial services, and commerce, with deployments at Expedia, Instacart, Plaid, Notion, Lemonade, Virgin Money, Neo4j, AlphaSense, and PROS. At Virgin Money, one of the UK’s largest banks, <a href="https://clover.security/case-studies/virgin-money/" data-type="case_study" data-id="564">Clover runs design-led product security at 4x efficiency</a>. Over the same twelve months, the team has more than doubled in size and continues to scale across Tel Aviv, New York, and San Francisco.</p>



<p class="wp-block-paragraph">To learn more about Rising in Cyber 2026, visit <a href="http://www.notablecap.com/risingincyber." target="_blank" data-type="link" data-id="www.notablecap.com/risingincyber." rel="noreferrer noopener">www.notablecap.com/risingincyber.</a></p>



<h2 class="wp-block-heading"><strong>About Clover Security</strong></h2>



<p class="wp-block-paragraph">Clover Security delivers design-led product security for the Agentic SDLC. Its AI agents build a live context model from design through code, reason like senior security architects, and surface architectural risk before it ships. Clover is security’s force multiplier in the agentic era, catching design flaws before code is written and embedding continuous, context-aware security across the development lifecycle. The company is headquartered in New York with operations in Tel Aviv, and serves enterprise customers including ServiceNow, Expedia, Plaid, Notion, Lemonade, and Virgin Money. Clover is backed by Notable Capital, Team8, and SVCI. Learn more at <a href="https://clover.security/" data-type="page" data-id="72">www.clover.security</a>.</p>



<h2 class="wp-block-heading"><strong>About Rising in Cyber</strong></h2>



<p class="wp-block-paragraph">Rising in Cyber is an annual list and research initiative that recognizes the most promising private cybersecurity companies, as selected by nearly 150 practicing CISOs and cybersecurity executives. For more information about the Rising in Cyber list, report, and methodology, visit <a href="http://www.risingincyber.com" target="_blank" data-type="link" data-id="www.risingincyber.com" rel="noreferrer noopener">www.risingincyber.com</a>.</p>



<h2 class="wp-block-heading"><strong>About Notable Capital</strong></h2>



<p class="wp-block-paragraph">Notable Capital is named for the founders we invest with, the ideas they pursue, and the companies they build. An early-stage venture capital firm headquartered in the U.S., Notable brings a global perspective to cloud infrastructure, cybersecurity, fintech, commerce, and AI, investing across the U.S., Israel, Europe, and select go-global markets.</p>



<p class="wp-block-paragraph">Notable Capital’s portfolio companies include Affirm, Airbnb, Anthropic, Browserbase, Drata, fal, Handshake, Quince, Slack, Square, Vercel, Wispr, and more. More information at <a href="http://www.notablecap.com" target="_blank" data-type="link" data-id="www.notablecap.com" rel="noreferrer noopener">www.notablecap.com</a>.</p>



<h2 class="wp-block-heading"><strong>Contact</strong></h2>



<h3 class="wp-block-heading"><strong>Clover Security</strong></h3>



<p class="wp-block-paragraph">Moran Halevi, VP Marketing</p>



<p class="wp-block-paragraph">moran@clover.security</p>



<p class="wp-block-paragraph">+972.52.843.1154</p>



<h3 class="wp-block-heading"><strong>Notable Capital</strong></h3>



<p class="wp-block-paragraph">Christine Hinton</p>



<p class="wp-block-paragraph">chinton@notablecap.com</p>



<p class="wp-block-paragraph">+1 415.939.0139</p>
<p>The post <a rel="nofollow" href="https://clover.security/blog/clover-security-named-to-rising-in-cyber-2026-by-150-cisos-and-security-leaders/">Clover Security named to Rising in Cyber 2026 by 150 CISOs and security leaders</a> appeared first on <a rel="nofollow" href="https://clover.security">Clover Security</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Securing the Agentic SDLC</title>
		<link>https://clover.security/blog/securing-the-agentic-sdlc-clover-security/</link>
		
		<dc:creator><![CDATA[Alon Kollmann]]></dc:creator>
		<pubDate>Thu, 30 Apr 2026 12:26:28 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Agentic SDLC]]></category>
		<guid isPermaLink="false">https://clover.security/?p=1167</guid>

					<description><![CDATA[<p>The software development lifecycle as we've known it for the past two decades is being replaced, not incrementally, not gradually, but wholesale. In its place, a fundamentally new model is emerging: the Agentic SDLC.</p>
<p>The post <a rel="nofollow" href="https://clover.security/blog/securing-the-agentic-sdlc-clover-security/">Securing the Agentic SDLC</a> appeared first on <a rel="nofollow" href="https://clover.security">Clover Security</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">The software development lifecycle as we&#8217;ve known it for the past two decades is being replaced, not incrementally, not gradually, but wholesale. In its place, a fundamentally new model is emerging: the Agentic SDLC.</p>



<p class="wp-block-paragraph">If you lead security at any organization that ships software, you already know this is not just AI-assisted development but a structural transformation of how software gets built, one that is fundamentally reshaping who writes the code, how it reaches production, and what a security review actually needs to cover. All at a pace where developers can now push hundreds of pull requests faster than your security team can review one.</p>



<p class="wp-block-paragraph">Every transformation of this scale, from open source to cloud to DevOps, has been a defining moment for the security leaders who lived through it. The ones who called the shift early and redesigned their programs around it became the architects of how their companies built security for the next decade. The ones who waited spent that decade catching up. This transformation is no different, except that it is moving faster than any of its predecessors. Securing the Agentic SDLC is not just another item for the roadmap. It is a fundamental rethinking of security for the entire ecosystem, which will define our craft and success for the decade ahead.</p>



<h2 class="wp-block-heading">What is the Agentic SDLC?</h2>



<p class="wp-block-paragraph">The traditional SDLC followed a familiar chain: requirements → design → implementation → testing → deployment → monitoring. Humans drove every stage. Code was the artifact of human thought, written line by line, reviewed by peers, and shipped through well-understood CI/CD pipelines.</p>



<p class="wp-block-paragraph">The Agentic SDLC breaks that chain.</p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="1024" src="https://clover.security/wp-content/uploads/2026/04/Securing-the-Agentic-SDLC_Blog-01-1024x1024.png" alt="The Agentic SDLC" class="wp-image-1209" srcset="https://clover.security/wp-content/uploads/2026/04/Securing-the-Agentic-SDLC_Blog-01-1024x1024.png 1024w, https://clover.security/wp-content/uploads/2026/04/Securing-the-Agentic-SDLC_Blog-01-300x300.png 300w, https://clover.security/wp-content/uploads/2026/04/Securing-the-Agentic-SDLC_Blog-01-150x150.png 150w, https://clover.security/wp-content/uploads/2026/04/Securing-the-Agentic-SDLC_Blog-01-768x768.png 768w, https://clover.security/wp-content/uploads/2026/04/Securing-the-Agentic-SDLC_Blog-01-1536x1536.png 1536w, https://clover.security/wp-content/uploads/2026/04/Securing-the-Agentic-SDLC_Blog-01.png 1680w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /><figcaption class="wp-element-caption">The Agentic SDLC</figcaption></figure>



<p class="wp-block-paragraph">In this new model, engineering focus shifts to three core activities:</p>



<h3 class="wp-block-heading">1. Specifying intent, design, and architecture.</h3>



<p class="wp-block-paragraph">The most critical work in software development is no longer writing code, it&#8217;s defining what to build and why. Engineers and product managers spend more time crafting specifications, defining system architecture, and articulating design intent than they spend on implementation. As Anthropic&#8217;s <a href="https://resources.anthropic.com/2026-agentic-coding-trends-report" target="_blank" rel="noreferrer noopener">report</a> notes, &#8220;human expertise focuses on defining the problems worth solving while AI handles the tactical work of implementation.&#8221;</p>



<h3 class="wp-block-heading">2. Manage context and tools.&nbsp;</h3>



<p class="wp-block-paragraph">Developers now curate the context that agents operate within, and that curation is a craft in its own right. It starts with choosing the right model or agent for each task, defining how it operates, and selecting the tools it gets access to. It extends to configuring MCP servers, building Claude Skills, writing custom system prompts, and maintaining the knowledge infrastructure that lets agents make good decisions. The quality of the output is directly proportional to the quality of the context provided.</p>



<h3 class="wp-block-heading">3. Reviewing and validating massive volumes of agent output.&nbsp;</h3>



<p class="wp-block-paragraph">When agents can work for hours or days autonomously, generating entire feature sets or even complete applications, the human role shifts from writing code to reviewing it, evaluating architectural choices, validating design decisions, and ensuring the system as a whole solves the right problems. Anthropic&#8217;s research reveals that while engineers use AI in roughly 60% of their work, they <a href="https://www.anthropic.com/research/how-ai-is-transforming-work-at-anthropic" target="_blank" rel="noreferrer noopener">can only &#8220;fully delegate&#8221; 0-20% of tasks</a>. The rest requires active collaboration, supervision, and judgment.</p>



<p class="wp-block-paragraph">Code itself is becoming a commoditized implementation detail. The real craft, the work that determines whether software is good, secure, and correct, is moving upstream to intent, design, and context.</p>



<h2 class="wp-block-heading">Three audiences of agentic builders</h2>



<p class="wp-block-paragraph">The Agentic SDLC isn&#8217;t producing a single, uniform type of builder. It&#8217;s producing three distinct audiences, each with a fundamentally different relationships to code, to tooling, and to the enterprise development pipeline. Understanding this breakdown is essential, because each audience creates a different category of security challenge.</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="1680" height="850" src="https://clover.security/wp-content/uploads/2026/04/Securing-the-Agentic-SDLC_Blog-8.png" alt="Securing the Agentic SDLC Blog 8 Securing the Agentic SDLC" class="wp-image-1210" srcset="https://clover.security/wp-content/uploads/2026/04/Securing-the-Agentic-SDLC_Blog-8.png 1680w, https://clover.security/wp-content/uploads/2026/04/Securing-the-Agentic-SDLC_Blog-8-300x152.png 300w, https://clover.security/wp-content/uploads/2026/04/Securing-the-Agentic-SDLC_Blog-8-1024x518.png 1024w, https://clover.security/wp-content/uploads/2026/04/Securing-the-Agentic-SDLC_Blog-8-768x389.png 768w, https://clover.security/wp-content/uploads/2026/04/Securing-the-Agentic-SDLC_Blog-8-1536x777.png 1536w" sizes="auto, (max-width: 1680px) 100vw, 1680px" /><figcaption class="wp-element-caption">The new builders of the Agentic SDLC</figcaption></figure>



<h3 class="wp-block-heading">Audience 1: Technical builders</h3>



<p class="wp-block-paragraph">These are the professional software engineers who have evolved from writing code to orchestrating agents that write it for them. They are the core of the Agentic SDLC.</p>



<p class="wp-block-paragraph">In Anthropic&#8217;s framing, the engineer&#8217;s role has shifted from &#8220;implementer to orchestrator.&#8221; In 2026, the value of an engineer&#8217;s contribution increasingly lies in system architecture design, agent coordination, quality evaluation, and strategic problem decomposition. They shepherd multiple features through development simultaneously, applying their judgment across a broader scope than individual implementation ever allowed.</p>



<p class="wp-block-paragraph">These builders work in tools like Claude Code, Cursor, and IDE-integrated agents. They express intent, provide context via MCP servers and Claude Skills, review agent-generated output, and ship through standard CI/CD pipelines. Some prompt agents conversationally; others collaborate with PMs and architects on detailed design docs that guide agent behavior.</p>



<p class="wp-block-paragraph">A growing subset of this audience is going further, adopting spec-driven development, where structured specifications are committed to version control and serve as the primary input to autonomous code generation pipelines. <a href="https://github.com/github/spec-kit" target="_blank" rel="noreferrer noopener">GitHub&#8217;s Spec Kit</a> has reached 89.2k stars. <a href="https://venturebeat.com/orchestration/agentic-coding-at-enterprise-scale-demands-spec-driven-development" target="_blank" rel="noreferrer noopener">The Kiro IDE team cut feature builds from two weeks to two days</a>. AWS engineering teams completed an 18-month re-architecture with six people in 76 days. Spec-driven development is powerful, but it remains an optional adventure at this point, a maturity level that some organizations pursue, not a path most companies will necessarily follow. Whether an engineer prompts an agent conversationally or feeds it a formal spec, the common thread is the same: they are technical builders who no longer write code manually, and whose primary craft has shifted to intent, design, and architecture.</p>



<p class="wp-block-paragraph">The security challenge here is about scale and context. These builders are 10x more productive, shipping at volumes that overwhelm traditional review processes. And the agents they orchestrate make design decisions without institutional memory, without awareness of trust boundaries, past security incidents, or adjacent system dependencies. The output is technically excellent but contextually blind.</p>



<h3 class="wp-block-heading">Audience 2: Semi-technical builders</h3>



<p class="wp-block-paragraph">A second, rapidly growing segment of builders are those who aren&#8217;t professional engineers but are now producing production code: product managers, designers, data analysts, junior developers. They use natural language, &#8220;vibe coding,&#8221; the <a href="https://x.com/karpathy/status/1886192184808149383?s=20" target="_blank" rel="noreferrer noopener">term coined by Andrej Karpathy</a>, to prompt AI agents and generate working software, which then enters the standard SDLC through pull requests.</p>



<p class="wp-block-paragraph">The pattern looks like this: the builder describes what they want in plain English. Claude or Cursor generates the code. A developer reviews the PR. Tests run, CI/CD deploys, and the output reaches production. It&#8217;s an enterprise-guardrailed version of vibe coding, the output enters the standard pipeline, but the person who initiated it may have limited understanding of the architectural and security implications of what they&#8217;re shipping.</p>



<p class="wp-block-paragraph">The code itself is often syntactically clean, AI models are sophisticated enough to avoid the tactical issues that scanners flag. But the design decisions embedded in that code are made by an AI agent operating without organizational context, without understanding of the broader system architecture. Palo Alto&#8217;s Unit 42 has <a href="https://unit42.paloaltonetworks.com/securing-vibe-coding-tools/" target="_blank" rel="noreferrer noopener">documented real-world breaches</a> caused by this exact pattern: a sales lead app compromised because the agent skipped authentication and rate limiting, an AI agent deleting an entire production database despite explicit instructions, authentication bypasses from exposed public IDs. Their root cause finding is that AI models &#8220;prioritize function over security&#8221; and suffer from &#8220;critical context blindness.&#8221; <a href="https://escape.tech/blog/methodology-how-we-discovered-vulnerabilities-apps-built-with-vibe-coding/" target="_blank" rel="noreferrer noopener">An independent scan by Escape.tech</a> of 5,600 vibe-coded production applications confirmed the scale of the problem: over 2,000 vulnerabilities, 400+ exposed secrets, and 175 instances of exposed PII, including medical records and authentication credentials. And these are typically design-level flaws, not syntax errors.</p>



<p class="wp-block-paragraph">Anthropic&#8217;s own research confirms this is becoming mainstream: the barrier separating &#8220;people who code&#8221; from &#8220;people who don&#8217;t&#8221; is becoming permeable. As their report notes, &#8220;coding capabilities democratize beyond engineering,&#8221; with non-traditional developers building in fields like cybersecurity, operations, design, and data science.</p>



<p class="wp-block-paragraph">The security challenge here is about visibility and literacy. The people generating code may not understand what a trust boundary is. The developers reviewing their PRs may be overwhelmed by volume. And the design decisions being made are invisible to any tool that only looks at code.</p>



<h3 class="wp-block-heading">Audience 3: Citizen developers</h3>



<p class="wp-block-paragraph">The third audience is often the least visible, and introduces a unique set of risks. Non-technical builders across sales, marketing, legal, and operations are using Claude, Lovable, and other no-code/low-code tools to build internal applications, automations, and workflows that never enter the formal SDLC at all.</p>



<p class="wp-block-paragraph">Anthropic&#8217;s trends report confirms this is accelerating: &#8220;Non-technical teams across sales, marketing, legal, and operations gain the ability to automate workflows and build tools with little or no engineering intervention.&#8221; Zapier has <a href="https://claude.com/customers/zapier" target="_blank" rel="noreferrer noopener">achieved 89% AI adoption</a> across its entire organization with 800+ AI agents deployed internally. Anthropic&#8217;s own legal team <a href="https://claude.com/blog/how-anthropic-uses-claude-legal" target="_blank" rel="noreferrer noopener">reduced marketing review turnaround from two to three days down to 24 hours</a> by building Claude-powered workflows. Domain experts implement solutions directly, removing the bottleneck of filing a ticket and waiting for engineering.</p>



<p class="wp-block-paragraph">Citizen-developed applications break the boundary between corporate security and product security. They operate entirely outside the purview of traditional product security teams. There is no PR to review. No CI/CD pipeline to gate. No design doc to analyze. These applications go directly from business need to production usage, with whatever security posture the AI agent happened to bake in by default. They often handle real customer data, connect to real internal systems, and operate as de facto production software, without ever being seen by a security engineer.</p>



<h2 class="wp-block-heading">A security mandate that can&#8217;t be met</h2>



<p class="wp-block-paragraph">Product security teams were already struggling to keep up with human developers long before any of this started. Backlogs were growing, reviews were slipping, and threat models were going stale faster than teams could refresh them. Now add agentic developers shipping at 10x volume, vibe-coded pull requests from semi-technical builders who don&#8217;t know what a trust boundary is, and citizen-built shadow IT that never enters the pipeline at all. This rapidly increases the threat surface, at a pace no human process was designed to match.</p>



<p class="wp-block-paragraph">Manual review processes, design reviews, architecture assessments, and threat models all remain high-fidelity activities that catch real flaws. But they are fundamentally human-speed processes facing machine-speed output from three different directions.</p>



<p class="wp-block-paragraph">This is the core tension of the Agentic SDLC: security teams are under more pressure than ever to secure these applications, while also being expected to enable the greatest productivity boost of our generation. Block the agentic pipeline and you block the business. Let it run unchecked and you accept unquantifiable risk.</p>



<h2 class="wp-block-heading">What security for the Agentic SDLC requires</h2>



<p class="wp-block-paragraph">We founded Clover because the industry requires a fundamentally new approach to software security, one that works across all builder audiences, at machine speed, with continuous understanding of design, architecture, and intent.</p>



<p class="wp-block-paragraph">Context is the new foundation. In the traditional SDLC, humans carried context implicitly, why this service exists, what data it handles, what the trust model is. In the Agentic SDLC, that context evaporates. AI agents operate without institutional memory, without awareness of adjacent systems, without understanding of past security decisions. Security that doesn&#8217;t start with context, deep, architectural, continuously-updated context, is security that can&#8217;t function at an agentic scale.</p>



<p class="wp-block-paragraph">Clover builds a live context engine that fuses product context (what we&#8217;re building and why), technical context (how it&#8217;s built, what talks to what, where sensitive data flows), and security context (what could go wrong, what&#8217;s been reviewed, what assumptions remain unvalidated). It does this by plugging into the tools builders already use: Confluence, Jira, GitHub, Claude, Slack, and continuously analyzing the evolving state of every product and application.</p>



<p class="wp-block-paragraph">Building an effective context engine is the difference between security agents that spit out AI slop and an effective agentic infrastructure that actually works at scale. With the right context in place, this engine can secure all three builder audiences:</p>



<ol class="wp-block-list">
<li>Technical builders get fast, high-signal feedback they can iterate on, without the noise of traditional scanners.</li>



<li>Semi-technical builders produce higher-quality code with simpler inputs, as architectural context is enforced downstream.</li>



<li>Citizen developers can move quickly while staying within company guardrails, even outside the formal SDLC.</li>
</ol>



<p class="wp-block-paragraph">The security shift isn’t from scanners to better scanners. It’s from scanning code to understanding context. When code is commoditized, risk moves upstream, into design decisions, architecture, and implicit assumptions agents make without awareness. AI-generated code will often pass scanners while still introducing systemic flaws. The question is no longer simply “is this code vulnerable?” but “did we make the right decisions before the code existed?” Clover operates at that layer, analyzing intent, architecture, and trust boundaries before they become implementation.</p>



<h2 class="wp-block-heading">Facing the security challenge (and opportunity) of the decade</h2>



<p class="wp-block-paragraph">When your builders adopt something faster than you can govern it, that&#8217;s a signal that your security model&#8217;s status quo is shifting beneath you. GitHub arrived in enterprises through backchannels years before security teams were ready to bless it. ChatGPT showed up on employee laptops months before most CISOs had an AI policy. Every seismic shift in how software gets built has followed the same pattern: the builders move first, the organization catches up later, and the security teams who treated the shift as a threat to contain ended up running behind the ones who treated it as a shift to secure. The Agentic SDLC is the same pattern, at a larger scale, moving faster.</p>



<p class="wp-block-paragraph">And the pattern is already playing out. Inside the organizations moving fastest, the Agentic SDLC is not next year&#8217;s planning exercise, it&#8217;s today&#8217;s production reality. Engineers are orchestrating agents. Product managers and designers are shipping vibe-coded features. Sales, legal, and operations are building applications that never touch a pull request. The builders are already speaking loudly, in three different voices, and the security model sitting on your desk wasn&#8217;t designed to hear any of them.</p>



<p class="wp-block-paragraph">Every security leader reading this already has more on their plate than the hours in a day allow. Scanners to triage, vulnerabilities to patch, pen tests to run, compliance clocks ticking. All of it matters. All of it is real. But none of it will define the next decade of product security. This will. The leaders who recognize that first, the ones who stop treating agentic development as a threat to contain and start treating it as the terrain they now operate on, are the ones who will still be leading when the dust settles. The rest will be explaining to their boards why the pipeline got away from them.</p>



<p class="wp-block-paragraph">The craft of software has moved from code to intent. The craft of security has to follow. Not eventually. Now.</p>



<p class="wp-block-paragraph"></p>



<p class="wp-block-paragraph"><strong>We&#8217;ve been building Clover for exactly this future, and we&#8217;ll have a lot more to share soon. If you&#8217;d like an early look at what we believe security for the agentic era has to be, get in touch.</strong></p>



<script charset="utf-8" type="text/javascript" src="//js.hsforms.net/forms/embed/v2.js"></script>
<script>
  hbspt.forms.create({
    portalId: "49267781",
    formId: "bcbc5f33-9e4e-46c0-9612-84d3e783bc96",
    region: "na1"
  });
</script>
<p>The post <a rel="nofollow" href="https://clover.security/blog/securing-the-agentic-sdlc-clover-security/">Securing the Agentic SDLC</a> appeared first on <a rel="nofollow" href="https://clover.security">Clover Security</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>ServiceNow invests in cyber startup Clover Security</title>
		<link>https://clover.security/blog/servicenow-invests-in-cyber-startup-clover-security/</link>
					<comments>https://clover.security/blog/servicenow-invests-in-cyber-startup-clover-security/#respond</comments>
		
		<dc:creator><![CDATA[Alon Kollmann]]></dc:creator>
		<pubDate>Sun, 22 Mar 2026 21:22:27 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">https://clover.security/?p=1132</guid>

					<description><![CDATA[<p>The partnership will integrate Clover’s AI-driven security tools into ServiceNow’s enterprise software platform. </p>
<p>The post <a rel="nofollow" href="https://clover.security/blog/servicenow-invests-in-cyber-startup-clover-security/">ServiceNow invests in cyber startup Clover Security</a> appeared first on <a rel="nofollow" href="https://clover.security">Clover Security</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph"><em><strong>Originally published by <a href="https://www.calcalistech.com/ctechnews/article/hywysi6q11g#google_vignette" target="_blank" rel="noreferrer noopener">CTech</a></strong></em></p>



<p class="wp-block-paragraph">After acquiring three companies in Israel, American software giant ServiceNow is also investing directly in Israeli startups. Calcalist has learned that ServiceNow has invested in Israeli cybersecurity company Clover Security, in a deal estimated to be worth several million dollars.</p>



<p class="wp-block-paragraph">As part of the investment, ServiceNow is expected to integrate Clover’s technology into its own suite of enterprise solutions and will also become a customer of the company.</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="1024" height="681" src="https://clover.security/wp-content/uploads/2026/03/Clover-founders.jpg" alt="Clover founders ServiceNow invests in cyber startup Clover Security" class="wp-image-1133" srcset="https://clover.security/wp-content/uploads/2026/03/Clover-founders.jpg 1024w, https://clover.security/wp-content/uploads/2026/03/Clover-founders-300x200.jpg 300w, https://clover.security/wp-content/uploads/2026/03/Clover-founders-768x511.jpg 768w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /><figcaption class="wp-element-caption">Clover founders. (Photo: Netanel Tobias)</figcaption></figure>



<p class="wp-block-paragraph">Clover was founded in 2023 by Alon Kollmann (CEO) and Or Chen (CPO). The two met in 2022, when Kollmann was pursuing an MBA in France and Chen was completing his tenure at Checkmarx, which had acquired Chen’s previous startup.</p>



<p class="wp-block-paragraph">Clover integrates AI agents into everyday developer tools such as Confluence, Jira, GitHub, Cursor, and Slack, enabling teams to identify design flaws early and build securely from the outset. Its AI agents replicate the mindset of experienced security professionals, understanding system behavior, predicting where vulnerabilities may emerge, and applying security principles before development begins. As a result, security teams are relieved of repetitive work, and developers receive real-time security guidance inside their existing workflows.<a href="https://www.calcalistech.com/ctechnews/article/hkerfecywx" target="_blank" rel="noopener"></a></p>



<p class="wp-block-paragraph">In November, Clover raised $36 million in a funding round led by Notable Capital and Team8. Since then, the company has expanded its operations, signed additional customer agreements, and reached a revenue run rate of more than $1 million per quarter. Clover currently employs around 50 people, most of them based in Israel, with the remainder in the United States.</p>



<p class="wp-block-paragraph">ServiceNow has been steadily expanding its presence in cybersecurity in recent years, positioning the sector as a key growth engine. The company has previously invested in Snyk and recently acquired Armis for approximately $7.75 billion. It also announced acquisitions of Israeli AI and data companies Pyramid Analytics and Traceloop.</p>



<p class="wp-block-paragraph">The partnership with ServiceNow is expected to significantly expand Clover’s market reach, giving it access to thousands of enterprise customers worldwide through ServiceNow’s platform.</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p class="wp-block-paragraph">“ServiceNow is one of the most influential enterprise software platforms in the world,” said Kollmann. “The decision to invest in us and partner with us reflects how the market is evolving. As AI-driven development accelerates, security must be embedded directly into the software creation process, not added later. For us, this is another step toward making this approach the standard in global organizations.”</p>
</blockquote>
<p>The post <a rel="nofollow" href="https://clover.security/blog/servicenow-invests-in-cyber-startup-clover-security/">ServiceNow invests in cyber startup Clover Security</a> appeared first on <a rel="nofollow" href="https://clover.security">Clover Security</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://clover.security/blog/servicenow-invests-in-cyber-startup-clover-security/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>SVCI backs Clover Security to empower companies to secure their products by-design, fueled by AI</title>
		<link>https://clover.security/blog/svci-backs-clover-security-to-empower-companies-to-secure-their-products-by-design-fueled-by-ai/</link>
					<comments>https://clover.security/blog/svci-backs-clover-security-to-empower-companies-to-secure-their-products-by-design-fueled-by-ai/#respond</comments>
		
		<dc:creator><![CDATA[Alon Kollmann]]></dc:creator>
		<pubDate>Tue, 25 Nov 2025 10:00:00 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">https://cloversecdev.wpenginepowered.com/?p=235</guid>

					<description><![CDATA[<p>Security leaders across the industry are recognizing that the future of product security begins with design, not after code is written. SVCI’s support reflects a shared belief that teams need intelligence in the earliest moments of creation so they can build securely from the start.</p>
<p>The post <a rel="nofollow" href="https://clover.security/blog/svci-backs-clover-security-to-empower-companies-to-secure-their-products-by-design-fueled-by-ai/">SVCI backs Clover Security to empower companies to secure their products by-design, fueled by AI</a> appeared first on <a rel="nofollow" href="https://clover.security">Clover Security</a>.</p>
]]></description>
										<content:encoded><![CDATA[<h2>SVCI backs design-led security</h2>
<p>Today we are proud to share that Silicon Valley CISO Investments (SVCI) has joined Clover Security as a strategic investor. What makes SVCI distinct is not only their track record of successful investments, but their perspective as practicing security leaders. SVCI is a community that brings together dozens of CISOs who protect some of the most complex and consequential technology environments in the world. SVCI members lead security programs for some of the most technology-enabled and forward leaning companies that are rapidly embracing AI-native software development. As early adopters of this shift, they have concluded that … design-led security must be accelerated, iterated and rapidly integrated into the development lifecycle to maintain pace with the way software is being built today. The winners through this era will be those companies that adopt this trend and evolve alongside as the bar continues to be raised on what it takes to earn customer trust.</p>
<h2>Why Clover</h2>
<p>Across the ecosystem, a clear shift is underway. Security teams are increasingly shifting their focus to collaborating with engineers early in the development lifecycle. The most critical design decisions often take place even before a single line of code is written; security needs visibility and influence into those decisions, to ensure product changes are built securely by nature.</p>
<p>Clover stood out to SVCI not only because of its unique, fresh perspective on the evolution of product security, but also because of its rapid customer adoption and growth, signaling a clear market shift. Customers with advanced engineering stacks or resource constraints are rapidly adopting design-led product security not as an experiment but as a strategic part of how they build software. Together with Clover’s consistent execution, rapid expansion within organizations, and customer feedback, this solidified SVCI’s conviction that Clover is positioned to lead a new category and define how modern software will be secured.</p>
<h2>What’s next</h2>
<p>With SVCI, Clover gains both strategic insight and direct access to the leaders shaping how security teams adapt to AI-native development. Their experience helps us refine the technology where it matters most, and their network accelerates the adoption of design-led product security across the industry. This partnership strengthens our ability to define new expectations and build the standards that will guide how software is securely designed in the years ahead.</p>
<p>The post <a rel="nofollow" href="https://clover.security/blog/svci-backs-clover-security-to-empower-companies-to-secure-their-products-by-design-fueled-by-ai/">SVCI backs Clover Security to empower companies to secure their products by-design, fueled by AI</a> appeared first on <a rel="nofollow" href="https://clover.security">Clover Security</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://clover.security/blog/svci-backs-clover-security-to-empower-companies-to-secure-their-products-by-design-fueled-by-ai/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Introducing Clover Security: Design-led product security for the AI era</title>
		<link>https://clover.security/blog/introducing-clover-security-design-led-product-security-for-the-ai-era/</link>
					<comments>https://clover.security/blog/introducing-clover-security-design-led-product-security-for-the-ai-era/#respond</comments>
		
		<dc:creator><![CDATA[Alon Kollmann]]></dc:creator>
		<pubDate>Tue, 25 Nov 2025 10:00:00 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">https://cloversecdev.wpenginepowered.com/?p=317</guid>

					<description><![CDATA[<p>Today, we’re excited to launch Clover Security with $36 million to redefine product security for the AI era.</p>
<p>The post <a rel="nofollow" href="https://clover.security/blog/introducing-clover-security-design-led-product-security-for-the-ai-era/">Introducing Clover Security: Design-led product security for the AI era</a> appeared first on <a rel="nofollow" href="https://clover.security">Clover Security</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">Today, we&#8217;re excited to&nbsp;<a href="https://www.axios.com/2025/11/25/clover-security-funding-wiz-crowdstrike-notable-capital" target="_blank" rel="noreferrer noopener">launch Clover Security with $36 million to redefine product security for the AI era</a>.</p>



<p class="wp-block-paragraph">Let’s be honest: it’s become completely impossible to keep up with the progress of AI and how it transforms software development. Every time we think we have a handle on what’s going on, OpenAI or Anthropic releases another model, capability, or way of building apps.</p>



<p class="wp-block-paragraph">What started with basic code-completion capabilities has now evolved into autonomous agents that act on behalf of developers, generating code and features at an unimaginable speed. But architecture itself is also getting more complex. New AI patterns like RAG, agents, and MCPs are being pushed into existing products before security guardrails and policies are even set. And if that&#8217;s not enough, HR and Marketing teams are now spinning up entire products in hours. Everyone has become a builder, and that reality is here to stay.</p>



<div class="wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex">
<div class="wp-block-button"><a class="wp-block-button__link wp-element-button" rel="#book-a-demo">Book a demo</a></div>
</div>



<h2 class="wp-block-heading" id="heading-1">What this means for security</h2>



<p class="wp-block-paragraph">This new era brings extraordinary innovation but also unprecedented risk. Engineering capacity is multiplying through AI while security capacity has remained largely fixed, and the gap is only widening. When AI agents can generate entire features in seconds, the old reactive security model simply can’t keep pace.</p>



<p class="wp-block-paragraph">For the past decade, we tried to solve software security by looking for better ways to do reactive scanning. Scanning more, scanning earlier, scanning smarter&#8230; “Focus on what matters most”, they said. In theory, it sounded like progress. In practice, we’ve been incrementally optimizing a flawed approach. SAST, SCA, DAST, secret scanners, ASPMs, CSPMs, runtime scanners, reachability, prioritization, and remediation, AI-powered AppSec, agentic AppSec. Different names, different roles &#8211; all different flavors of the same reactive pattern. All focused on detecting issues after implementation had been completed and developers had moved on to the next task. We’ve been adding smarter fire alarms to a straw house that keeps catching fire instead of rebuilding with fire-resistant materials.</p>



<p class="wp-block-paragraph">With AI, it’s even clearer that reactive security is flawed at its core. AI models are continuously improving to the point where they will eventually stop introducing known vulnerabilities altogether. At the same time, AI gradually distances builders from code syntax, intricate implementation details, and focuses their attention on high-level design, specification, and outcome.</p>



<p class="wp-block-paragraph">In this new world, reactive scanners are simply not enough. Security has to be design-led. It must understand intent, architecture, and system behavior before code exists. Teams don’t need another scanner or a faster workflow. They need a way to eliminate entire classes of issues by addressing them where they start, inside the design process. That’s how security moves at the speed of development, embedded where products begin instead of where they break.</p>



<h2 class="wp-block-heading" id="heading-2">A new design-led mindset</h2>



<p class="wp-block-paragraph">Design-led product security is about&nbsp;<strong>making security a natural part of the building process</strong>, guiding and collaborating with builders long before implementation begins. Every architectural decision is a potential security decision. Every integration, every data flow, every dependency carries consequences that no tool can “patch out” later. These decisions are being made by developers, product managers, architects, and AI agents &#8211; while security teams are not in the room, more often than they are.</p>



<p class="wp-block-paragraph">Clover was built to live in that creative moment: the earliest conversations, the messy drafts, the evolving diagrams. It was built to bring the security guidance that helps teams reason about security, privacy, and compliance &#8211; and influence decision making before those ideas translate into code.</p>



<p class="wp-block-paragraph">Similar to onboarding a new security team member, Clover’s AI agents start with learning the organization’s context, digging into existing documents and code bases, observing how teams build, and continuously learning from feedback. Finally, they can naturally extend the security team and help them scale manual activities like design reviews, architecture reviews, threat modeling, and more &#8211; in ways that were simply not possible before.</p>



<h2 class="wp-block-heading" id="heading-3">Scaling product security with context</h2>



<p class="wp-block-paragraph">We believe security should scale at the speed of innovation. That means:</p>



<p class="wp-block-paragraph"><strong>Starting with context</strong>. Understanding architecture, intent, and system behavior before anything is built, so security becomes part of the design conversation, not the post-mortem.</p>



<p class="wp-block-paragraph"><strong>Meeting builders where they are</strong>. Inside the tools where ideas are captured, designs evolve, and code takes shape, including Confluence, Jira, GitHub, Cursor, and Slack.</p>



<p class="wp-block-paragraph"><strong>Designed for scale</strong>. Scaling secure design means operating in complex enterprise environments, with varying technologies, processes, and cultures.</p>



<p class="wp-block-paragraph">These are the design principles that guide every feature and use case we build at Clover. They didn’t come out of creative brainstorming sessions, but from hard lessons our team learned over the past decade building application and cloud security solutions at places like Microsoft, Checkmarx, and Dazz (acquired by Wiz).</p>



<p class="wp-block-paragraph">We learned through hard lessons that product security cannot be reactive. It must be proactive.</p>



<p class="wp-block-paragraph">It’s become clear to us: good product security is when builders don’t feel you slow them down. Great product security is when builders want to pull you into the room, not because they have to, but&nbsp;<strong>because you make their product better</strong>.</p>



<h2 class="wp-block-heading" id="heading-4">Looking ahead</h2>



<p class="wp-block-paragraph">We’re proud to see Clover powering teams that are building some of the most advanced products in the world &#8211; across financial services, enterprise software, and consumer applications. Our mission is simple but transformative:&nbsp;<strong>make software products secure by nature.</strong></p>



<p class="wp-block-paragraph">As AI reshapes how software is built, we’re redefining how it is secured. Because in the AI era, the most powerful way to make products secure isn’t to react faster, it’s to design smarter.</p>



<p class="wp-block-paragraph"></p>
<p>The post <a rel="nofollow" href="https://clover.security/blog/introducing-clover-security-design-led-product-security-for-the-ai-era/">Introducing Clover Security: Design-led product security for the AI era</a> appeared first on <a rel="nofollow" href="https://clover.security">Clover Security</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://clover.security/blog/introducing-clover-security-design-led-product-security-for-the-ai-era/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
