{"id":33608,"date":"2026-06-15T18:03:31","date_gmt":"2026-06-15T12:33:31","guid":{"rendered":"https:\/\/www.aicerts.ai\/news\/"},"modified":"2026-06-15T18:03:58","modified_gmt":"2026-06-15T12:33:58","slug":"pypi-prompt-heist-exposes-ai-supply-chain-vulnerabilities","status":"publish","type":"news","link":"https:\/\/www.aicerts.ai\/news\/pypi-prompt-heist-exposes-ai-supply-chain-vulnerabilities\/","title":{"rendered":"PyPI Prompt Heist Exposes AI Supply Chain Vulnerabilities"},"content":{"rendered":"\n<p>Meanwhile, engineering teams can benchmark defenses against emerging PyPI malware waves. In contrast, casual observers may view the breach as an isolated stunt. Yet mounting evidence reveals a coordinated campaign targeting LLM tooling globally. Therefore, understanding the hermes-px technique set is mandatory for responsible professionals. Let us examine the attack mechanics before turning to strategic mitigation.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Malware Quietly Sneaks Through<\/h2>\n\n\n\n<p>The package advertised itself as a privacy proxy for OpenAI models. However, its setup script executed malicious code immediately on import. Researchers quickly classified hermes-px as <strong>PyPI malware<\/strong>. It fetched an encrypted blob named base_prompt.pz and held it only in memory. Subsequently, the blob decompressed into a 246-KB system prompt cloned from Anthropic\u2019s Claude. Attackers rebranded every clause, swapping \u201cClaude\u201d for \u201cAXIOM-1\u201d, to obscure lineage.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https:\/\/aicertswpcdn.blob.core.windows.net\/newsportal\/2026\/06\/dependency-verification.jpg\" alt=\"Developer verifying dependencies for AI Supply Chain security\"\/><figcaption class=\"wp-element-caption\">Careful dependency checks can help reduce AI supply chain risk.<\/figcaption><\/figure>\n\n\n\n<p>Furthermore, the module rerouted chat traffic through a Tunisian university endpoint to mask source addresses. It also exfiltrated plaintext prompts, responses, and client IPs to a Supabase REST API. Therefore, every development prompt became attacker telemetry without user awareness. Experts view this pattern as a new form of <strong>prompt injection<\/strong>. The injection occurred automatically inside the proxy layer, requiring zero malicious user input. Consequently, downstream services processed tainted instructions while users saw sanitized branding. Ultimately, the attack slipped unnoticed through the vulnerable <strong>AI Supply Chain<\/strong>.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Attack Chain Key Details<\/h2>\n\n\n\n<p>The full attack chain unfolded within 46 hectic minutes on April 3. Four versions of hermes-px were published, then quickly removed by maintainers. Nevertheless, hundreds of downloads likely occurred during that brief window. JFrog released indicators of compromise two days later. Meanwhile, SafeDep dissected each version to map evolving payloads. Key technical stages appeared consistent across versions:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Triple-layer XOR, zlib, base64 obfuscation of command-and-control strings<\/li>\n\n\n\n<li>Automatic <strong>prompt injection<\/strong> of stolen system prompt into every outbound request<\/li>\n\n\n\n<li>Routing through prod.universitecentrale.net:9443 for compute laundering<\/li>\n\n\n\n<li>Supabase endpoint used for silent telemetry exfiltration<\/li>\n<\/ul>\n\n\n\n<p>Together, these techniques mirror capabilities seen in the earlier <strong>Hades variant<\/strong> campaign. In contrast, hermes-px focused on conversation theft rather than credential harvesting. Every stage exploited blind spots in the <strong>AI Supply Chain<\/strong>.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Sophisticated Obfuscation Methods<\/h2>\n\n\n\n<p>Obfuscation remains the package\u2019s most impressive trait. All critical strings were hidden through rotating XOR before compression and encoding. Therefore, static scanners missed every hostname and key. Runtime decoding happened only in volatile memory, defeating traditional YARA signatures. Meanwhile, the code deleted residual artifacts to reduce forensic surface. SafeDep analysts noted parallels with the recent <strong>Hades variant<\/strong> tooling.<\/p>\n\n\n\n<p>Moreover, the package advertised Tor integration as privacy theater. Actual exfiltration bypassed Tor entirely, minimizing latency and detection. This sleight of hand deepens the overall <strong>software risk<\/strong>. Consequently, organizations relying solely on static dependency scans remain exposed. Dynamic analysis pipelines and behavior baselines become essential for <strong>package security<\/strong>. Such evasion directly undermines visibility across the <strong>AI Supply Chain<\/strong>. Persistent obfuscation pressures tooling vendors to innovate quickly. However, understanding the broader threat landscape offers additional clarity.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Broader Threat Landscape View<\/h2>\n\n\n\n<p>hermes-px is not an isolated curiosity. The Cloud Security Alliance documented the TrapDoor campaign spanning npm, PyPI, and crates.io. That offensive set included 34 malicious packages and 384 artifact versions. Furthermore, analysts coined the collective term \u201cpromptware\u201d for similar <strong>prompt injection<\/strong> libraries. These observations confirm attackers\u2019 strategic interest in LLM adjacent tooling.<\/p>\n\n\n\n<p>AI proxies carry prompts, credentials, and billing tokens in plaintext. Consequently, they represent soft targets within the <strong>AI Supply Chain<\/strong>. Reused architectural patterns appear across <strong>PyPI malware<\/strong> samples and the <strong>Hades variant<\/strong> family. Additionally, defenders see cross-ecosystem reuse of Supabase and similar SaaS backends. Such convergence amplifies systemic <strong>software risk<\/strong> across language stacks. The expanding footprint elevates urgency for coordinated registry defense. Next, we examine direct impact on developer workflows.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Impact On AI Developers<\/h2>\n\n\n\n<p>When prompts leak, proprietary data and intellectual property exit the organization. Moreover, stolen system prompts reveal internal safety policies and potential bypass clues. Victims also face compliance breaches if leaked content contains personal data. Therefore, hermes-px created multifaceted <strong>package security<\/strong> liabilities.<\/p>\n\n\n\n<p>Build systems that imported the proxy executed unvetted code during every workspace start. In contrast, serverless platforms invoking the library incurred outbound traffic charges toward attacker computation. Such hidden drains compound existing <strong>software risk<\/strong> budgets. Furthermore, incident response complexity grows when opaque obfuscation hides telemetry. Typical downstream costs include:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Credential rotation across multiple cloud providers<\/li>\n\n\n\n<li>Retrospective audit of LLM prompt logs<\/li>\n\n\n\n<li>Regulatory disclosure preparation for privacy regulators<\/li>\n<\/ul>\n\n\n\n<p>Consequently, prevention beats reaction every time. Leaked data can reverberate across partnering firms within the <strong>AI Supply Chain<\/strong>. The developer burden validates investing early in stronger controls. Accordingly, we now present a concise mitigation checklist.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Mitigation Steps Checklist Guide<\/h2>\n\n\n\n<p>Defenders cannot patch what they never see. Therefore, supply-chain hygiene must extend into machine learning stack dependencies. The following checklist synthesizes JFrog and CSA recommendations:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Create SBOMs and scan every new dependency for <strong>PyPI malware<\/strong> indicators.<\/li>\n\n\n\n<li>Block unknown egress domains from build and runtime environments.<\/li>\n\n\n\n<li>Use runtime instrumentation to catch <strong>prompt injection<\/strong> and in-memory decoding events.<\/li>\n\n\n\n<li>Enforce least-privilege scopes for API keys consumed by LLM proxies.<\/li>\n\n\n\n<li>Educate developers on <strong>software risk<\/strong> tradeoffs when selecting community libraries.<\/li>\n<\/ol>\n\n\n\n<p>Additionally, professionals can enhance their expertise with the <a href=\"https:\/\/www.ai-certs.org\/certifications\/security\/ai-security-level-2\">AI Security Level 2\u2122<\/a> certification. The program covers advanced <strong>package security<\/strong> auditing and incident triage. These measures must cascade across organizations sharing the same <strong>AI Supply Chain<\/strong>. These controls drastically reduce exposure. Nevertheless, attackers will adapt, so future planning remains vital.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Future Security Outlook Ahead<\/h2>\n\n\n\n<p>Research teams expect continued experimentation within the <strong>AI Supply Chain<\/strong> using stealthier loaders. Moreover, multi-ecosystem campaigns will blur language barriers between npm, PyPI, and Rust crates. SafeDep predicts larger payloads embedding fine-tuned models, not only prompts. Consequently, detection may require memory differencing and anomaly scoring across process snapshots.<\/p>\n\n\n\n<p>Regulatory forces may also reshape disclosure timelines. In contrast, voluntary registry governance could deliver faster takedowns. Therefore, strategic investment in community tooling will strengthen the <strong>AI Supply Chain<\/strong>. Predictive collaboration between vendors, academia, and regulators appears essential. Finally, let us recap the critical insights.<\/p>\n\n\n\n<p>Hermes-px demonstrated how minimal effort can pierce modern defenses. Attackers blended obfuscation, prompt injection, and agile publishing to harvest sensitive data. Moreover, cross-registry trends show the same blueprint repeating under the Hades variant label. Consequently, developers must elevate package security from afterthought to design principle. Regular SBOM validation, egress filtering, and behavioral monitoring slash measurable <strong>software risk<\/strong>. Furthermore, community education and certifications foster consistent practices across the entire <strong>AI Supply Chain<\/strong>. Strengthen your <strong>AI Supply Chain<\/strong> today by applying the checklist and pursuing advanced training.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>April 3, 2026, a benign-looking package named hermes-px landed on PyPI. Developers racing for faster deployments installed it within minutes. However, the library silently siphoned every chat prompt to attacker servers. Consequently, the incident exposed hidden fractures across the AI Supply Chain. This article unpacks how a single upload created widespread software risk. Moreover, it offers concrete steps to reinforce package security and operational resilience. Security leaders will gain context, metrics, and forward-looking guidance. <\/p>\n","protected":false},"featured_media":33606,"parent":0,"comment_status":"open","ping_status":"closed","template":"","meta":{"_acf_changed":false,"_yoast_wpseo_focuskw":"AI Supply Chain","_yoast_wpseo_title":"","_yoast_wpseo_metadesc":"Explore AI Supply Chain threats today as PyPI malware logs prompts and learn proactive package security tactics to cut software risk.","_yoast_wpseo_canonical":""},"tags":[44489,44492,44490,44491],"news_category":[4,3,2735],"communities":[],"class_list":["post-33608","news","type-news","status-publish","has-post-thumbnail","hentry","tag-hades-variant","tag-obfuscation-techniques","tag-package-security","tag-pypi-malware","news_category-ai","news_category-business","news_category-security"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>PyPI Prompt Heist Exposes AI Supply Chain Vulnerabilities - AI CERTs News<\/title>\n<meta name=\"description\" content=\"Explore AI Supply Chain threats today as PyPI malware logs prompts and learn proactive package security tactics to cut software risk.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.aicerts.ai\/news\/pypi-prompt-heist-exposes-ai-supply-chain-vulnerabilities\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"PyPI Prompt Heist Exposes AI Supply Chain Vulnerabilities - AI CERTs News\" \/>\n<meta property=\"og:description\" content=\"Explore AI Supply Chain threats today as PyPI malware logs prompts and learn proactive package security tactics to cut software risk.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.aicerts.ai\/news\/pypi-prompt-heist-exposes-ai-supply-chain-vulnerabilities\/\" \/>\n<meta property=\"og:site_name\" content=\"AI CERTs News\" \/>\n<meta property=\"article:modified_time\" content=\"2026-06-15T12:33:58+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/aicertswpcdn.blob.core.windows.net\/newsportal\/2026\/06\/package-threat-review.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1024\" \/>\n\t<meta property=\"og:image:height\" content=\"576\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.aicerts.ai\\\/news\\\/pypi-prompt-heist-exposes-ai-supply-chain-vulnerabilities\\\/\",\"url\":\"https:\\\/\\\/www.aicerts.ai\\\/news\\\/pypi-prompt-heist-exposes-ai-supply-chain-vulnerabilities\\\/\",\"name\":\"PyPI Prompt Heist Exposes AI Supply Chain Vulnerabilities - AI CERTs News\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.aicerts.ai\\\/news\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.aicerts.ai\\\/news\\\/pypi-prompt-heist-exposes-ai-supply-chain-vulnerabilities\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.aicerts.ai\\\/news\\\/pypi-prompt-heist-exposes-ai-supply-chain-vulnerabilities\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/aicertswpcdn.blob.core.windows.net\\\/newsportal\\\/2026\\\/06\\\/package-threat-review.jpg\",\"datePublished\":\"2026-06-15T12:33:31+00:00\",\"dateModified\":\"2026-06-15T12:33:58+00:00\",\"description\":\"Explore AI Supply Chain threats today as PyPI malware logs prompts and learn proactive package security tactics to cut software risk.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.aicerts.ai\\\/news\\\/pypi-prompt-heist-exposes-ai-supply-chain-vulnerabilities\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.aicerts.ai\\\/news\\\/pypi-prompt-heist-exposes-ai-supply-chain-vulnerabilities\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.aicerts.ai\\\/news\\\/pypi-prompt-heist-exposes-ai-supply-chain-vulnerabilities\\\/#primaryimage\",\"url\":\"https:\\\/\\\/aicertswpcdn.blob.core.windows.net\\\/newsportal\\\/2026\\\/06\\\/package-threat-review.jpg\",\"contentUrl\":\"https:\\\/\\\/aicertswpcdn.blob.core.windows.net\\\/newsportal\\\/2026\\\/06\\\/package-threat-review.jpg\",\"width\":1024,\"height\":576,\"caption\":\"A developer reviews package alerts to spot threats early in the AI supply chain.\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.aicerts.ai\\\/news\\\/pypi-prompt-heist-exposes-ai-supply-chain-vulnerabilities\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.aicerts.ai\\\/news\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"News\",\"item\":\"https:\\\/\\\/www.aicerts.ai\\\/news\\\/news\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"PyPI Prompt Heist Exposes AI Supply Chain Vulnerabilities\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.aicerts.ai\\\/news\\\/#website\",\"url\":\"https:\\\/\\\/www.aicerts.ai\\\/news\\\/\",\"name\":\"Aicerts News\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.aicerts.ai\\\/news\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.aicerts.ai\\\/news\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.aicerts.ai\\\/news\\\/#organization\",\"name\":\"Aicerts News\",\"url\":\"https:\\\/\\\/www.aicerts.ai\\\/news\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.aicerts.ai\\\/news\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.aicerts.ai\\\/news\\\/wp-content\\\/uploads\\\/2024\\\/09\\\/news_logo.svg\",\"contentUrl\":\"https:\\\/\\\/www.aicerts.ai\\\/news\\\/wp-content\\\/uploads\\\/2024\\\/09\\\/news_logo.svg\",\"width\":1,\"height\":1,\"caption\":\"Aicerts News\"},\"image\":{\"@id\":\"https:\\\/\\\/www.aicerts.ai\\\/news\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"PyPI Prompt Heist Exposes AI Supply Chain Vulnerabilities - AI CERTs News","description":"Explore AI Supply Chain threats today as PyPI malware logs prompts and learn proactive package security tactics to cut software risk.","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:\/\/www.aicerts.ai\/news\/pypi-prompt-heist-exposes-ai-supply-chain-vulnerabilities\/","og_locale":"en_US","og_type":"article","og_title":"PyPI Prompt Heist Exposes AI Supply Chain Vulnerabilities - AI CERTs News","og_description":"Explore AI Supply Chain threats today as PyPI malware logs prompts and learn proactive package security tactics to cut software risk.","og_url":"https:\/\/www.aicerts.ai\/news\/pypi-prompt-heist-exposes-ai-supply-chain-vulnerabilities\/","og_site_name":"AI CERTs News","article_modified_time":"2026-06-15T12:33:58+00:00","og_image":[{"width":1024,"height":576,"url":"https:\/\/aicertswpcdn.blob.core.windows.net\/newsportal\/2026\/06\/package-threat-review.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.aicerts.ai\/news\/pypi-prompt-heist-exposes-ai-supply-chain-vulnerabilities\/","url":"https:\/\/www.aicerts.ai\/news\/pypi-prompt-heist-exposes-ai-supply-chain-vulnerabilities\/","name":"PyPI Prompt Heist Exposes AI Supply Chain Vulnerabilities - AI CERTs News","isPartOf":{"@id":"https:\/\/www.aicerts.ai\/news\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.aicerts.ai\/news\/pypi-prompt-heist-exposes-ai-supply-chain-vulnerabilities\/#primaryimage"},"image":{"@id":"https:\/\/www.aicerts.ai\/news\/pypi-prompt-heist-exposes-ai-supply-chain-vulnerabilities\/#primaryimage"},"thumbnailUrl":"https:\/\/aicertswpcdn.blob.core.windows.net\/newsportal\/2026\/06\/package-threat-review.jpg","datePublished":"2026-06-15T12:33:31+00:00","dateModified":"2026-06-15T12:33:58+00:00","description":"Explore AI Supply Chain threats today as PyPI malware logs prompts and learn proactive package security tactics to cut software risk.","breadcrumb":{"@id":"https:\/\/www.aicerts.ai\/news\/pypi-prompt-heist-exposes-ai-supply-chain-vulnerabilities\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.aicerts.ai\/news\/pypi-prompt-heist-exposes-ai-supply-chain-vulnerabilities\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.aicerts.ai\/news\/pypi-prompt-heist-exposes-ai-supply-chain-vulnerabilities\/#primaryimage","url":"https:\/\/aicertswpcdn.blob.core.windows.net\/newsportal\/2026\/06\/package-threat-review.jpg","contentUrl":"https:\/\/aicertswpcdn.blob.core.windows.net\/newsportal\/2026\/06\/package-threat-review.jpg","width":1024,"height":576,"caption":"A developer reviews package alerts to spot threats early in the AI supply chain."},{"@type":"BreadcrumbList","@id":"https:\/\/www.aicerts.ai\/news\/pypi-prompt-heist-exposes-ai-supply-chain-vulnerabilities\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.aicerts.ai\/news\/"},{"@type":"ListItem","position":2,"name":"News","item":"https:\/\/www.aicerts.ai\/news\/news\/"},{"@type":"ListItem","position":3,"name":"PyPI Prompt Heist Exposes AI Supply Chain Vulnerabilities"}]},{"@type":"WebSite","@id":"https:\/\/www.aicerts.ai\/news\/#website","url":"https:\/\/www.aicerts.ai\/news\/","name":"Aicerts News","description":"","publisher":{"@id":"https:\/\/www.aicerts.ai\/news\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.aicerts.ai\/news\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.aicerts.ai\/news\/#organization","name":"Aicerts News","url":"https:\/\/www.aicerts.ai\/news\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.aicerts.ai\/news\/#\/schema\/logo\/image\/","url":"https:\/\/www.aicerts.ai\/news\/wp-content\/uploads\/2024\/09\/news_logo.svg","contentUrl":"https:\/\/www.aicerts.ai\/news\/wp-content\/uploads\/2024\/09\/news_logo.svg","width":1,"height":1,"caption":"Aicerts News"},"image":{"@id":"https:\/\/www.aicerts.ai\/news\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/www.aicerts.ai\/news\/wp-json\/wp\/v2\/news\/33608","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.aicerts.ai\/news\/wp-json\/wp\/v2\/news"}],"about":[{"href":"https:\/\/www.aicerts.ai\/news\/wp-json\/wp\/v2\/types\/news"}],"replies":[{"embeddable":true,"href":"https:\/\/www.aicerts.ai\/news\/wp-json\/wp\/v2\/comments?post=33608"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.aicerts.ai\/news\/wp-json\/wp\/v2\/media\/33606"}],"wp:attachment":[{"href":"https:\/\/www.aicerts.ai\/news\/wp-json\/wp\/v2\/media?parent=33608"}],"wp:term":[{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.aicerts.ai\/news\/wp-json\/wp\/v2\/tags?post=33608"},{"taxonomy":"news_category","embeddable":true,"href":"https:\/\/www.aicerts.ai\/news\/wp-json\/wp\/v2\/news_category?post=33608"},{"taxonomy":"communities","embeddable":true,"href":"https:\/\/www.aicerts.ai\/news\/wp-json\/wp\/v2\/communities?post=33608"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}