{"id":104556,"date":"2025-10-21T11:32:51","date_gmt":"2025-10-21T09:32:51","guid":{"rendered":"https:\/\/staging.checkmarx.com\/?p=104556"},"modified":"2025-10-21T11:33:44","modified_gmt":"2025-10-21T09:33:44","slug":"when-the-ai-lies-a-new-threat-emerges-for-human-in-the-loop-security","status":"publish","type":"post","link":"https:\/\/checkmarx.com\/blog\/when-the-ai-lies-a-new-threat-emerges-for-human-in-the-loop-security\/","title":{"rendered":"When the AI Lies: A New Threat Emerges for \u201cHuman-in-the-Loop\u201d Security \u00a0"},"content":{"rendered":"<h2 class=\"wp-block-heading article-anchor\" id=\"article-anchor-1\">Researchers at Checkmarx Zero reveal how AI agents can be manipulated into executing malicious code just by trusting the wrong signals.&nbsp;<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">AI Can Now Be Tricked Into Helping Attackers, Even With a Human in the Loop&nbsp;<\/h3>\n\n\n\n<p>Generative AI has reshaped software development, but it\u2019s also introduced new and largely unexplored security risks. While most organizations are focused on model hallucinations or prompt injection, researchers at <a href=\"https:\/\/checkmarx.com\/zero\/\" target=\"_blank\" rel=\"noreferrer noopener\">Checkmarx Zero<\/a> have uncovered a deeper, more foundational threat.&nbsp;<\/p>\n\n\n\n<p>They call it the <a href=\"https:\/\/checkmarx.com\/zero-post\/bypassing-ai-agent-defenses-with-lies-in-the-loop\/\" target=\"_blank\" rel=\"noreferrer noopener\"><em>Lies-in-the-Loop (LITL)<\/em><\/a><em> attack, <\/em>a novel technique that exploits how AI assistants respond to developer feedback. Unlike earlier threats, this one doesn\u2019t just target chatbots or insecure code suggestions. It targets the human-AI relationship itself.&nbsp;<\/p>\n\n\n\n<h2 class=\"wp-block-heading article-anchor\" id=\"article-anchor-2\">What Is a Lies-in-the-Loop (LITL) Attack?&nbsp;<\/h2>\n\n\n\n<p>A LITL attack occurs when a malicious actor plants seemingly benign code or dependencies that behave differently based on subtle runtime context. These artifacts are crafted to trick AI-powered code assistants into believing that unsafe behavior is safe, especially when the assistant \u201clearns\u201d from user feedback during the development process.&nbsp;<\/p>\n\n\n\n<p>In other words, a Lies-In-The-Loop attack is when a hacker hides harmful code or behavior inside software that seems safe. The trick is that this code only shows its true colors when it runs in specific situations, making it hard to spot during development or testing. What\u2019s worse, these attacks are designed to fool AI coding assistants, especially the kind that learn from how developers respond, into thinking the dangerous behavior is normal or even safe. It&#8217;s like training the AI to ignore the red flags.&nbsp;<\/p>\n\n\n\n<p>Checkmarx researchers demonstrated this example using Claude Code, an AI assistant that incorporates human-in-the-loop (HITL) reinforcement to adapt and respond to developer commands. The team showed how a malicious dependency could hide dangerous behavior from static and dynamic scans, mislead the AI into approving it, and even survive round-trip interactions with human developers.&nbsp;<\/p>\n\n\n\n<p>The twist?&nbsp;<\/p>\n\n\n\n<p>It\u2019s not just the AI that\u2019s fooled. Developers themselves unwittingly reinforce the deception.&nbsp;<\/p>\n\n\n\n<h2 class=\"wp-block-heading article-anchor\" id=\"article-anchor-3\">Why It Matters: HITL Isn\u2019t a Silver Bullet&nbsp;<\/h2>\n\n\n\n<p>The security community has long assumed that Human-in-the-Loop (HITL) systems would be a safeguard against rogue AI behavior. After all, if a human is reviewing the AI\u2019s decisions, how bad could it get?&nbsp;<\/p>\n\n\n\n<p>But the Checkmarx Zero research shows that humans can be manipulated too, particularly when their decisions are influenced by misleading AI explanations. A misplaced sense of trust leads to rubber-stamping insecure code, thinking \u201cit looks fine to me,\u201d rushed under delivery pressure.&nbsp;<\/p>\n\n\n\n<p>The core issue here is misplaced trust. Both developers and AI systems are being misled. And they\u2019re reinforcing each other\u2019s mistakes.&nbsp;<\/p>\n\n\n\n<h2 class=\"wp-block-heading article-anchor\" id=\"article-anchor-4\">A Real-World Example: The Claude Code Experiment&nbsp;<\/h2>\n\n\n\n<p>In the experiment, the Checkmarx team introduced a package that included a benign function but secretly activated a malicious payload depending on an internal state. When Claude Code was asked to evaluate it, it incorrectly approved the package, partly due to subtle cues planted by the attacker.&nbsp;<\/p>\n\n\n\n<p>Even when a developer questioned the results, Claude\u2019s explanations were convincing enough to override the concern. The result: the malicious code was committed.&nbsp;<\/p>\n\n\n\n<p>And because Claude \u201clearned\u201d from the user interaction, it became more likely to approve the same pattern in future recommendations.&nbsp;<\/p>\n\n\n\n<p>This Isn\u2019t Just About Claude. It\u2019s an Industry-Wide Problem.&nbsp;<\/p>\n\n\n\n<p>While Claude Code was used for demonstration purposes, the LITL attack pattern applies broadly. Any AI assistant that incorporates contextual memory, user feedback, or chain-of-thought explanations is at risk.&nbsp;<\/p>\n\n\n\n<p>That includes:&nbsp;<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>GitHub Copilot and Copilot Enterprise\u00a0<\/li>\n<\/ul>\n\n\n\n<ul class=\"wp-block-list\">\n<li>AWS CodeWhisperer\u00a0<\/li>\n<\/ul>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Replit AI\u00a0<\/li>\n<\/ul>\n\n\n\n<ul class=\"wp-block-list\">\n<li>IDE-integrated assistants that retrain or update heuristics over time\u00a0<\/li>\n<\/ul>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Internal enterprise AI agents built on GPT, Claude, or Mistral\u00a0<\/li>\n<\/ul>\n\n\n\n<p>And importantly, this applies to any HITL system, not just developer assistants. Security teams using AI for triage, policy recommendations, or threat modeling may also be susceptible to LITL-style attacks.&nbsp;<\/p>\n\n\n\n<h2 class=\"wp-block-heading article-anchor\" id=\"article-anchor-5\">What Developers and Security Teams Can Do Today&nbsp;<\/h2>\n\n\n\n<p>1. Don\u2019t assume feedback-based AI is secure by design.&nbsp;<\/p>\n\n\n\n<p>Human-in-the-loop doesn\u2019t mean human-proof. Trust must be earned, not assumed.&nbsp;<\/p>\n\n\n\n<p>2. Treat AI output as untrusted input.&nbsp;<\/p>\n\n\n\n<p>If your assistant \u201csays it\u2019s safe,\u201d dig deeper\u2014especially when external packages are involved.&nbsp;<\/p>\n\n\n\n<p>3. Use AI agents that provide explainability, traceability, and regression checks.&nbsp;<\/p>\n\n\n\n<p>Checkmarx Developer Assist helps developers catch vulnerabilities earlier by integrating in-IDE security scanning, AI-powered remediation guidance, and visibility into the impact of open source components. Features like safe refactoring and package blast radius analysis make it easier to isolate risky code and prevent threats from spreading into production.&nbsp;<\/p>\n\n\n\n<p>4. Educate your developers.&nbsp;<\/p>\n\n\n\n<p>Share this threat model. Awareness is a critical first step toward building healthy skepticism into your AI-augmented workflows.&nbsp;<\/p>\n\n\n\n<h2 class=\"wp-block-heading article-anchor\" id=\"article-anchor-6\">The Industry Must Evolve Faster Than the Attackers&nbsp;<\/h2>\n\n\n\n<p>AI in software development isn\u2019t going away, it\u2019s accelerating. To secure this next era, the tools must evolve at pace with the threats. That includes investing in real-time safeguards, improving agent explainability, and embedding security directly into developer workflows.&nbsp;<\/p>\n\n\n\n<p>This isn\u2019t just an AI hallucination. It\u2019s a human-AI trust exploit. And it\u2019s happening silently, inside the loop.&nbsp;<\/p>\n\n\n\n<p>Learn More&nbsp;<\/p>\n\n\n\n<p>&nbsp;<a href=\"https:\/\/checkmarx.com\/zero-post\/bypassing-ai-agent-defenses-with-lies-in-the-loop\/\" target=\"_blank\" rel=\"noreferrer noopener\">Read the full research article here<\/a>&nbsp;<\/p>\n\n\n\n<p>About Checkmarx Zero&nbsp;<\/p>\n\n\n\n<p>Checkmarx Zero is the threat research division of Checkmarx, focused on discovering, analyzing, and reporting new forms of software supply chain risk, AI-assisted development threats, and novel attack patterns that target modern code creation workflows.&nbsp;<\/p>","protected":false},"excerpt":{"rendered":"<p>Researchers at Checkmarx Zero reveal how AI agents can be manipulated into executing malicious code just by trusting the wrong signals.&nbsp; AI Can Now Be Tricked Into Helping Attackers, Even With a Human in the Loop&nbsp; Generative AI has reshaped software development, but it\u2019s also introduced new and largely unexplored security risks. While most organizations [&hellip;]<\/p>\n","protected":false},"author":32,"featured_media":104557,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[1284,84],"tags":[1429,397],"class_list":["post-104556","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-ai-llm-tools-in-application-security","category-blog","tag-ai-generated-code-2","tag-developer"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.1.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>When AI Lies: A New Threat for \u201cHuman-in-the-Loop\u201d Security \u00a0<\/title>\n<meta name=\"description\" content=\"Researchers at Checkmarx Zero reveal how AI agents can be manipulated into executing malicious code just by trusting the wrong signals.\u00a0\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/checkmarx.com\/blog\/when-the-ai-lies-a-new-threat-emerges-for-human-in-the-loop-security\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"When AI Lies: A New Threat for \u201cHuman-in-the-Loop\u201d Security \u00a0\" \/>\n<meta property=\"og:description\" content=\"Researchers at Checkmarx Zero reveal how AI agents can be manipulated into executing malicious code just by trusting the wrong signals.\u00a0\" \/>\n<meta property=\"og:url\" content=\"https:\/\/checkmarx.com\/blog\/when-the-ai-lies-a-new-threat-emerges-for-human-in-the-loop-security\/\" \/>\n<meta property=\"og:site_name\" content=\"Checkmarx\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/Checkmarx.Source.Code.Analysis\" \/>\n<meta property=\"article:published_time\" content=\"2025-10-21T09:32:51+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-10-21T09:33:44+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/checkmarx.com\/wp-content\/uploads\/2025\/10\/ChatGPT-Image-Oct-21-2025-12_28_02-PM-1024x683.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1024\" \/>\n\t<meta property=\"og:image:height\" content=\"683\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Rebecca Spiegel\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@checkmarx\" \/>\n<meta name=\"twitter:site\" content=\"@checkmarx\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Rebecca Spiegel\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/checkmarx.com\/blog\/when-the-ai-lies-a-new-threat-emerges-for-human-in-the-loop-security\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/checkmarx.com\/blog\/when-the-ai-lies-a-new-threat-emerges-for-human-in-the-loop-security\/\"},\"author\":{\"name\":\"Rebecca Spiegel\",\"@id\":\"https:\/\/checkmarx.com\/#\/schema\/person\/a3ab30b42e891e3562aa46a70bbb0674\"},\"headline\":\"When the AI Lies: A New Threat Emerges for \u201cHuman-in-the-Loop\u201d Security \u00a0\",\"datePublished\":\"2025-10-21T09:32:51+00:00\",\"dateModified\":\"2025-10-21T09:33:44+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/checkmarx.com\/blog\/when-the-ai-lies-a-new-threat-emerges-for-human-in-the-loop-security\/\"},\"wordCount\":928,\"publisher\":{\"@id\":\"https:\/\/checkmarx.com\/#organization\"},\"image\":{\"@id\":\"https:\/\/checkmarx.com\/blog\/when-the-ai-lies-a-new-threat-emerges-for-human-in-the-loop-security\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/checkmarx.com\/wp-content\/uploads\/2025\/10\/ChatGPT-Image-Oct-21-2025-12_28_02-PM.png\",\"keywords\":[\"AI generated code\",\"Developer\"],\"articleSection\":[\"AI &amp; LLM Tools in Application Security\",\"Blog\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/checkmarx.com\/blog\/when-the-ai-lies-a-new-threat-emerges-for-human-in-the-loop-security\/\",\"url\":\"https:\/\/checkmarx.com\/blog\/when-the-ai-lies-a-new-threat-emerges-for-human-in-the-loop-security\/\",\"name\":\"When AI Lies: A New Threat for \u201cHuman-in-the-Loop\u201d Security \u00a0\",\"isPartOf\":{\"@id\":\"https:\/\/checkmarx.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/checkmarx.com\/blog\/when-the-ai-lies-a-new-threat-emerges-for-human-in-the-loop-security\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/checkmarx.com\/blog\/when-the-ai-lies-a-new-threat-emerges-for-human-in-the-loop-security\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/checkmarx.com\/wp-content\/uploads\/2025\/10\/ChatGPT-Image-Oct-21-2025-12_28_02-PM.png\",\"datePublished\":\"2025-10-21T09:32:51+00:00\",\"dateModified\":\"2025-10-21T09:33:44+00:00\",\"description\":\"Researchers at Checkmarx Zero reveal how AI agents can be manipulated into executing malicious code just by trusting the wrong signals.\u00a0\",\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/checkmarx.com\/blog\/when-the-ai-lies-a-new-threat-emerges-for-human-in-the-loop-security\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/checkmarx.com\/blog\/when-the-ai-lies-a-new-threat-emerges-for-human-in-the-loop-security\/#primaryimage\",\"url\":\"https:\/\/checkmarx.com\/wp-content\/uploads\/2025\/10\/ChatGPT-Image-Oct-21-2025-12_28_02-PM.png\",\"contentUrl\":\"https:\/\/checkmarx.com\/wp-content\/uploads\/2025\/10\/ChatGPT-Image-Oct-21-2025-12_28_02-PM.png\",\"width\":1536,\"height\":1024},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/checkmarx.com\/#website\",\"url\":\"https:\/\/checkmarx.com\/\",\"name\":\"Checkmarx\",\"description\":\"The world runs on code. We secure it.\",\"publisher\":{\"@id\":\"https:\/\/checkmarx.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/checkmarx.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/checkmarx.com\/#organization\",\"name\":\"Checkmarx\",\"url\":\"https:\/\/checkmarx.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/checkmarx.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/checkmarx.com\/wp-content\/uploads\/2024\/02\/logo-dark.svg\",\"contentUrl\":\"https:\/\/checkmarx.com\/wp-content\/uploads\/2024\/02\/logo-dark.svg\",\"width\":1,\"height\":1,\"caption\":\"Checkmarx\"},\"image\":{\"@id\":\"https:\/\/checkmarx.com\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/Checkmarx.Source.Code.Analysis\",\"https:\/\/x.com\/checkmarx\",\"https:\/\/www.youtube.com\/user\/CheckmarxResearchLab\",\"https:\/\/www.linkedin.com\/company\/checkmarx\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/checkmarx.com\/#\/schema\/person\/a3ab30b42e891e3562aa46a70bbb0674\",\"name\":\"Rebecca Spiegel\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/checkmarx.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/checkmarx.com\/wp-content\/uploads\/2024\/06\/avatar_32.jpg\",\"contentUrl\":\"https:\/\/checkmarx.com\/wp-content\/uploads\/2024\/06\/avatar_32.jpg\",\"caption\":\"Rebecca Spiegel\"},\"url\":\"https:\/\/checkmarx.com\/author\/rebecca\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"When AI Lies: A New Threat for \u201cHuman-in-the-Loop\u201d Security \u00a0","description":"Researchers at Checkmarx Zero reveal how AI agents can be manipulated into executing malicious code just by trusting the wrong signals.\u00a0","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/checkmarx.com\/blog\/when-the-ai-lies-a-new-threat-emerges-for-human-in-the-loop-security\/","og_locale":"en_US","og_type":"article","og_title":"When AI Lies: A New Threat for \u201cHuman-in-the-Loop\u201d Security \u00a0","og_description":"Researchers at Checkmarx Zero reveal how AI agents can be manipulated into executing malicious code just by trusting the wrong signals.\u00a0","og_url":"https:\/\/checkmarx.com\/blog\/when-the-ai-lies-a-new-threat-emerges-for-human-in-the-loop-security\/","og_site_name":"Checkmarx","article_publisher":"https:\/\/www.facebook.com\/Checkmarx.Source.Code.Analysis","article_published_time":"2025-10-21T09:32:51+00:00","article_modified_time":"2025-10-21T09:33:44+00:00","og_image":[{"width":1024,"height":683,"url":"https:\/\/checkmarx.com\/wp-content\/uploads\/2025\/10\/ChatGPT-Image-Oct-21-2025-12_28_02-PM-1024x683.png","type":"image\/png"}],"author":"Rebecca Spiegel","twitter_card":"summary_large_image","twitter_creator":"@checkmarx","twitter_site":"@checkmarx","twitter_misc":{"Written by":"Rebecca Spiegel","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/checkmarx.com\/blog\/when-the-ai-lies-a-new-threat-emerges-for-human-in-the-loop-security\/#article","isPartOf":{"@id":"https:\/\/checkmarx.com\/blog\/when-the-ai-lies-a-new-threat-emerges-for-human-in-the-loop-security\/"},"author":{"name":"Rebecca Spiegel","@id":"https:\/\/checkmarx.com\/#\/schema\/person\/a3ab30b42e891e3562aa46a70bbb0674"},"headline":"When the AI Lies: A New Threat Emerges for \u201cHuman-in-the-Loop\u201d Security \u00a0","datePublished":"2025-10-21T09:32:51+00:00","dateModified":"2025-10-21T09:33:44+00:00","mainEntityOfPage":{"@id":"https:\/\/checkmarx.com\/blog\/when-the-ai-lies-a-new-threat-emerges-for-human-in-the-loop-security\/"},"wordCount":928,"publisher":{"@id":"https:\/\/checkmarx.com\/#organization"},"image":{"@id":"https:\/\/checkmarx.com\/blog\/when-the-ai-lies-a-new-threat-emerges-for-human-in-the-loop-security\/#primaryimage"},"thumbnailUrl":"https:\/\/checkmarx.com\/wp-content\/uploads\/2025\/10\/ChatGPT-Image-Oct-21-2025-12_28_02-PM.png","keywords":["AI generated code","Developer"],"articleSection":["AI &amp; LLM Tools in Application Security","Blog"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/checkmarx.com\/blog\/when-the-ai-lies-a-new-threat-emerges-for-human-in-the-loop-security\/","url":"https:\/\/checkmarx.com\/blog\/when-the-ai-lies-a-new-threat-emerges-for-human-in-the-loop-security\/","name":"When AI Lies: A New Threat for \u201cHuman-in-the-Loop\u201d Security \u00a0","isPartOf":{"@id":"https:\/\/checkmarx.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/checkmarx.com\/blog\/when-the-ai-lies-a-new-threat-emerges-for-human-in-the-loop-security\/#primaryimage"},"image":{"@id":"https:\/\/checkmarx.com\/blog\/when-the-ai-lies-a-new-threat-emerges-for-human-in-the-loop-security\/#primaryimage"},"thumbnailUrl":"https:\/\/checkmarx.com\/wp-content\/uploads\/2025\/10\/ChatGPT-Image-Oct-21-2025-12_28_02-PM.png","datePublished":"2025-10-21T09:32:51+00:00","dateModified":"2025-10-21T09:33:44+00:00","description":"Researchers at Checkmarx Zero reveal how AI agents can be manipulated into executing malicious code just by trusting the wrong signals.\u00a0","inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/checkmarx.com\/blog\/when-the-ai-lies-a-new-threat-emerges-for-human-in-the-loop-security\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/checkmarx.com\/blog\/when-the-ai-lies-a-new-threat-emerges-for-human-in-the-loop-security\/#primaryimage","url":"https:\/\/checkmarx.com\/wp-content\/uploads\/2025\/10\/ChatGPT-Image-Oct-21-2025-12_28_02-PM.png","contentUrl":"https:\/\/checkmarx.com\/wp-content\/uploads\/2025\/10\/ChatGPT-Image-Oct-21-2025-12_28_02-PM.png","width":1536,"height":1024},{"@type":"WebSite","@id":"https:\/\/checkmarx.com\/#website","url":"https:\/\/checkmarx.com\/","name":"Checkmarx","description":"The world runs on code. We secure it.","publisher":{"@id":"https:\/\/checkmarx.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/checkmarx.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/checkmarx.com\/#organization","name":"Checkmarx","url":"https:\/\/checkmarx.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/checkmarx.com\/#\/schema\/logo\/image\/","url":"https:\/\/checkmarx.com\/wp-content\/uploads\/2024\/02\/logo-dark.svg","contentUrl":"https:\/\/checkmarx.com\/wp-content\/uploads\/2024\/02\/logo-dark.svg","width":1,"height":1,"caption":"Checkmarx"},"image":{"@id":"https:\/\/checkmarx.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/Checkmarx.Source.Code.Analysis","https:\/\/x.com\/checkmarx","https:\/\/www.youtube.com\/user\/CheckmarxResearchLab","https:\/\/www.linkedin.com\/company\/checkmarx"]},{"@type":"Person","@id":"https:\/\/checkmarx.com\/#\/schema\/person\/a3ab30b42e891e3562aa46a70bbb0674","name":"Rebecca Spiegel","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/checkmarx.com\/#\/schema\/person\/image\/","url":"https:\/\/checkmarx.com\/wp-content\/uploads\/2024\/06\/avatar_32.jpg","contentUrl":"https:\/\/checkmarx.com\/wp-content\/uploads\/2024\/06\/avatar_32.jpg","caption":"Rebecca Spiegel"},"url":"https:\/\/checkmarx.com\/author\/rebecca\/"}]}},"_links":{"self":[{"href":"https:\/\/checkmarx.com\/wp-json\/wp\/v2\/posts\/104556","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/checkmarx.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/checkmarx.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/checkmarx.com\/wp-json\/wp\/v2\/users\/32"}],"replies":[{"embeddable":true,"href":"https:\/\/checkmarx.com\/wp-json\/wp\/v2\/comments?post=104556"}],"version-history":[{"count":0,"href":"https:\/\/checkmarx.com\/wp-json\/wp\/v2\/posts\/104556\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/checkmarx.com\/wp-json\/wp\/v2\/media\/104557"}],"wp:attachment":[{"href":"https:\/\/checkmarx.com\/wp-json\/wp\/v2\/media?parent=104556"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/checkmarx.com\/wp-json\/wp\/v2\/categories?post=104556"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/checkmarx.com\/wp-json\/wp\/v2\/tags?post=104556"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}