<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>Product Watch on TorchTree</title>
        <link>https://torchtree.com/en/tags/product-watch/</link>
        <description>Recent content in Product Watch on TorchTree</description>
        <generator>Hugo -- gohugo.io</generator>
        <language>en</language>
        <copyright>TorchTree Co., Ltd.</copyright>
        <lastBuildDate>Tue, 05 May 2026 07:16:47 +0800</lastBuildDate><atom:link href="https://torchtree.com/en/tags/product-watch/index.xml" rel="self" type="application/rss+xml" /><item>
        <title>Malus.sh: How AI Clean-Room Clones Threaten the Open Source Sustainability Loop</title>
        <link>https://torchtree.com/en/post/malus-sh-clean-room-ai-open-source/</link>
        <pubDate>Tue, 05 May 2026 07:16:47 +0800</pubDate>
        
        <guid>https://torchtree.com/en/post/malus-sh-clean-room-ai-open-source/</guid>
        <description>&lt;h2 id=&#34;what-is-malussh&#34;&gt;What is Malus.sh
&lt;/h2&gt;&lt;p&gt;Malus.sh (pronounced like &amp;ldquo;malice&amp;rdquo;) is an AI-powered tool that claims to recreate functional equivalents of any open source software from scratch using &amp;ldquo;Clean Room&amp;rdquo; engineering methods, while stripping away all license obligations of the original project. Its most eye-catching slogan: &amp;ldquo;No attribution. No copyleft. No problems.&amp;rdquo;&lt;/p&gt;
&lt;p&gt;What makes the project unique is that &lt;strong&gt;it is both a satirical work and a genuinely operating commercial product&lt;/strong&gt;. Founder Mike Nolan works as a researcher on the political economy of open source at the United Nations. In an interview with 404 Media, he explicitly stated that if it were only satire, open source practitioners would dismiss it with &amp;ldquo;that can&amp;rsquo;t happen to me.&amp;rdquo; Making the tool actually usable forces the community to confront the structural cracks that already exist in the open source economic model.&lt;/p&gt;
&lt;p&gt;Malus.sh is registered as an LLC, accepts payments via Stripe, and has real paying customers. Its &amp;ldquo;liberation service&amp;rdquo; is currently unavailable, but the industry discussion it ignited keeps spreading.&lt;/p&gt;
&lt;h2 id=&#34;technical-mechanism-ai-accelerated-clean-room-engineering&#34;&gt;Technical mechanism: AI-accelerated clean-room engineering
&lt;/h2&gt;&lt;h3 id=&#34;historical-precedent-of-the-traditional-clean-room-method&#34;&gt;Historical precedent of the traditional clean-room method
&lt;/h3&gt;&lt;p&gt;The legal foundation of clean-room engineering dates back to the 1982 IBM BIOS case. At the time, IBM monopolized the personal computer market, and competitors wanted compatibility without infringing copyright. The solution was:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Team A&lt;/strong&gt; analyzes IBM&amp;rsquo;s original BIOS code and writes a functional specification&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Firewall isolation&lt;/strong&gt;: strict separation between Team A and Team B&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Team B&lt;/strong&gt; sees only the specification and reimplements the code from scratch&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Legal outcome&lt;/strong&gt;: functionally compatible but independently written code, ruled by the court to be non-infringing&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;This case was dramatized in the first season of the HBO series &lt;em&gt;Halt and Catch Fire&lt;/em&gt;, becoming a key milestone in the history of software copyright law.&lt;/p&gt;
&lt;h3 id=&#34;maluss-ai-version-of-the-process&#34;&gt;Malus&amp;rsquo;s AI version of the process
&lt;/h3&gt;&lt;p&gt;Malus fully automates the traditional clean-room method:&lt;/p&gt;
&lt;p&gt;The concrete steps include:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;Upload manifest&lt;/strong&gt;: supports formats like &lt;code&gt;package.json&lt;/code&gt;, &lt;code&gt;requirements.txt&lt;/code&gt;, and &lt;code&gt;Cargo.toml&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Isolated analysis&lt;/strong&gt;: four AI units separately read the README, analyze the API, study type definitions, and review documentation—&amp;ldquo;never seeing a single line of original source code&amp;rdquo;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Independent rebuild&lt;/strong&gt;: behind an isolation firewall, a separate set of AIs reimplements the code from the specification&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;License liberation&lt;/strong&gt;: the output code ships with the &lt;code&gt;MalusCorp-0 License&lt;/code&gt;—zero attribution, zero copyleft, zero obligations&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 id=&#34;a-leap-in-speed&#34;&gt;A leap in speed
&lt;/h3&gt;&lt;p&gt;AI&amp;rsquo;s biggest change to clean-room engineering is &lt;strong&gt;time compression&lt;/strong&gt;. Malus claims:&lt;/p&gt;
&lt;table&gt;
  &lt;thead&gt;
      &lt;tr&gt;
          &lt;th&gt;Project&lt;/th&gt;
          &lt;th&gt;Traditional time&lt;/th&gt;
          &lt;th&gt;Malus time&lt;/th&gt;
      &lt;/tr&gt;
  &lt;/thead&gt;
  &lt;tbody&gt;
      &lt;tr&gt;
          &lt;td&gt;IBM BIOS clone (1984)&lt;/td&gt;
          &lt;td&gt;4+ months&lt;/td&gt;
          &lt;td&gt;an entire engineering team&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;&lt;!-- raw HTML omitted --&gt;left-pad&lt;!-- raw HTML omitted --&gt; (11 lines of code; its 2016 deletion crashed builds worldwide)&lt;/td&gt;
          &lt;td&gt;hours of manual rewrite&lt;/td&gt;
          &lt;td&gt;10 seconds&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;&lt;!-- raw HTML omitted --&gt;SPACEWAR!&lt;!-- raw HTML omitted --&gt; (the first video game)&lt;/td&gt;
          &lt;td&gt;weeks&lt;/td&gt;
          &lt;td&gt;5 seconds&lt;/td&gt;
      &lt;/tr&gt;
  &lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;Developer Dan Blanchard used Anthropic&amp;rsquo;s Claude Code in early 2026 to do a similar &amp;ldquo;from scratch&amp;rdquo; MIT-licensed rewrite of the popular Python library &lt;code&gt;chardet&lt;/code&gt;. His verdict: &amp;ldquo;What used to take a team months or even years to rewrite, AI can now do in days. This trend is irreversible.&amp;rdquo;&lt;/p&gt;
&lt;h2 id=&#34;business-model-and-pricing&#34;&gt;Business model and pricing
&lt;/h2&gt;&lt;p&gt;Malus.sh uses a usage-based pricing model:&lt;/p&gt;
&lt;table&gt;
  &lt;thead&gt;
      &lt;tr&gt;
          &lt;th&gt;Item&lt;/th&gt;
          &lt;th&gt;Details&lt;/th&gt;
      &lt;/tr&gt;
  &lt;/thead&gt;
  &lt;tbody&gt;
      &lt;tr&gt;
          &lt;td&gt;Billing method&lt;/td&gt;
          &lt;td&gt;Per-KB, based on uncompressed package size&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;Per-package limit&lt;/td&gt;
          &lt;td&gt;10 MB&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;Per-run limit&lt;/td&gt;
          &lt;td&gt;50 packages&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;Payment methods&lt;/td&gt;
          &lt;td&gt;USD, EUR, BTC, stock options&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;Output license&lt;/td&gt;
          &lt;td&gt;&lt;!-- raw HTML omitted --&gt;MalusCorp-0 License&lt;!-- raw HTML omitted --&gt;&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;Legal protection&lt;/td&gt;
          &lt;td&gt;Claims indemnification via &amp;ldquo;an offshore subsidiary that doesn&amp;rsquo;t recognize software copyright&amp;rdquo;&lt;/td&gt;
      &lt;/tr&gt;
  &lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;The &amp;ldquo;customer testimonials&amp;rdquo; on the site are clearly satirical—e.g., &amp;ldquo;guilt doesn&amp;rsquo;t show up on quarterly reports.&amp;rdquo; But the pricing structure and payment functionality are real.&lt;/p&gt;
&lt;h2 id=&#34;the-founders-core-argument&#34;&gt;The founder&amp;rsquo;s core argument
&lt;/h2&gt;&lt;p&gt;Mike Nolan laid out Malus&amp;rsquo;s position systematically in his March 2026 blog post, &amp;ldquo;Thank You for Your Service.&amp;rdquo;&lt;/p&gt;
&lt;h3 id=&#34;three-structural-problems-with-open-source&#34;&gt;Three structural problems with open source
&lt;/h3&gt;&lt;h3 id=&#34;cases-where-open-source-has-already-failed&#34;&gt;Cases where open source has already failed
&lt;/h3&gt;&lt;table&gt;
  &lt;thead&gt;
      &lt;tr&gt;
          &lt;th&gt;Year&lt;/th&gt;
          &lt;th&gt;Event&lt;/th&gt;
          &lt;th&gt;Type&lt;/th&gt;
      &lt;/tr&gt;
  &lt;/thead&gt;
  &lt;tbody&gt;
      &lt;tr&gt;
          &lt;td&gt;2016&lt;/td&gt;
          &lt;td&gt;&lt;!-- raw HTML omitted --&gt;left-pad&lt;!-- raw HTML omitted --&gt; deleted, thousands of builds crashed worldwide&lt;/td&gt;
          &lt;td&gt;Maintainer sabotage&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;2021&lt;/td&gt;
          &lt;td&gt;Log4Shell (CVE-2021-44228)&lt;/td&gt;
          &lt;td&gt;Critical CVE&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;2022&lt;/td&gt;
          &lt;td&gt;&lt;!-- raw HTML omitted --&gt;colors.js&lt;!-- raw HTML omitted --&gt; and &lt;!-- raw HTML omitted --&gt;faker.js&lt;!-- raw HTML omitted --&gt; injected with infinite loops&lt;/td&gt;
          &lt;td&gt;Maintainer protest&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;2022&lt;/td&gt;
          &lt;td&gt;&lt;!-- raw HTML omitted --&gt;node-ipc&lt;!-- raw HTML omitted --&gt; contained a file-deletion payload targeting Russian/Belarusian IPs&lt;/td&gt;
          &lt;td&gt;Geopolitical sabotage&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;2025&lt;/td&gt;
          &lt;td&gt;Shai Hulud 2.0 npm worm&lt;/td&gt;
          &lt;td&gt;Supply chain attack&lt;/td&gt;
      &lt;/tr&gt;
  &lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;On Log4Shell, Nolan wrote: &amp;ldquo;Engineers patched it over their Christmas holidays, while the people who actually maintain Log4j are mostly unpaid volunteers who received panicked emails from around the world. This isn&amp;rsquo;t the failure of any individual—it&amp;rsquo;s the natural consequence of building critical global infrastructure on code that nobody is formally responsible for maintaining.&amp;rdquo;&lt;/p&gt;
&lt;h3 id=&#34;enterprise-compliance-cost-comparison&#34;&gt;Enterprise compliance cost comparison
&lt;/h3&gt;&lt;table&gt;
  &lt;thead&gt;
      &lt;tr&gt;
          &lt;th&gt;Expense item&lt;/th&gt;
          &lt;th&gt;Annual cost&lt;/th&gt;
      &lt;/tr&gt;
  &lt;/thead&gt;
  &lt;tbody&gt;
      &lt;tr&gt;
          &lt;td&gt;SCA tools&lt;/td&gt;
          &lt;td&gt;$1.2M&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;OSPO team&lt;/td&gt;
          &lt;td&gt;$850K&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;Legal review&lt;/td&gt;
          &lt;td&gt;$700K&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;Incident response&lt;/td&gt;
          &lt;td&gt;$980K&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;CLA management&lt;/td&gt;
          &lt;td&gt;$270K&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;&lt;!-- raw HTML omitted --&gt;Total traditional open source compliance&lt;!-- raw HTML omitted --&gt;&lt;/td&gt;
          &lt;td&gt;&lt;!-- raw HTML omitted --&gt;$4M&lt;!-- raw HTML omitted --&gt;&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;&lt;!-- raw HTML omitted --&gt;Malus full liberation package&lt;!-- raw HTML omitted --&gt;&lt;/td&gt;
          &lt;td&gt;&lt;!-- raw HTML omitted --&gt;$50K/year&lt;!-- raw HTML omitted --&gt;&lt;/td&gt;
      &lt;/tr&gt;
  &lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;Nolan claims savings of 98.75%.&lt;/p&gt;
&lt;h3 id=&#34;response-to-exploitation-accusations&#34;&gt;Response to &amp;ldquo;exploitation&amp;rdquo; accusations
&lt;/h3&gt;&lt;h3 id=&#34;acknowledgment-of-the-tragedy-of-the-commons&#34;&gt;Acknowledgment of the &amp;ldquo;tragedy of the commons&amp;rdquo;
&lt;/h3&gt;&lt;h2 id=&#34;legal-and-ethical-controversy&#34;&gt;Legal and ethical controversy
&lt;/h2&gt;&lt;h3 id=&#34;arguments-supporting-clean-room-validity&#34;&gt;Arguments supporting clean-room validity
&lt;/h3&gt;&lt;p&gt;Copyright law protects &lt;strong&gt;expression&lt;/strong&gt;, not &lt;strong&gt;ideas&lt;/strong&gt;. The 1879 case &lt;em&gt;Baker v. Selden&lt;/em&gt; established this principle. Phoenix Technologies successfully cloned the IBM BIOS using the clean-room method in 1984 and received court recognition. If AI-generated code differs completely from the original at the level of expression and is only functionally equivalent, then in theory it does not infringe copyright.&lt;/p&gt;
&lt;h3 id=&#34;core-arguments-questioning-the-authenticity-of-the-clean-room&#34;&gt;Core arguments questioning the authenticity of the clean room
&lt;/h3&gt;&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;Training data exposure&lt;/strong&gt;: AI models have already been exposed to the original open source code during training. If the LLM&amp;rsquo;s weights contain patterns from the original code, can its output truly be considered &amp;ldquo;independent creation&amp;rdquo;?&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Copyright ownership of AI output&lt;/strong&gt;: The US Copyright Office has made clear that purely AI-generated works are not copyrightable. If Malus&amp;rsquo;s output has no human author, users can&amp;rsquo;t claim copyright protection for it either.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Inducement to infringe&lt;/strong&gt;: marketing explicitly aimed at &amp;ldquo;circumventing copyright&amp;rdquo; may constitute inducement liability.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;A highly-upvoted Slashdot comment noted: &amp;ldquo;Good luck getting a judge to agree that an AI performed a &amp;lsquo;clean-room&amp;rsquo; implementation—when that very AI was trained on the code it&amp;rsquo;s &amp;lsquo;reinventing.&amp;rsquo;&amp;rdquo;&lt;/p&gt;
&lt;p&gt;Another commenter added: &amp;ldquo;The Chinese Wall legal strategy requires Team A to produce the specification and Team B to produce the implementation. If these people can&amp;rsquo;t show the specification, they&amp;rsquo;re done. Arguing that a specification must exist somewhere in the abstract Platonic space of an LLM&amp;rsquo;s black-box network won&amp;rsquo;t convince a courtroom.&amp;rdquo;&lt;/p&gt;
&lt;h2 id=&#34;why-this-threatens-the-open-source-sustainability-loop&#34;&gt;Why this threatens the open source sustainability loop
&lt;/h2&gt;&lt;p&gt;The sustainability of the open source ecosystem relies on an implicit social contract:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Contributors publish code and receive reputation, collaboration opportunities, and indirect commercial value&lt;/li&gt;
&lt;li&gt;Users comply with license obligations (attribution, copyleft, feeding improvements back)&lt;/li&gt;
&lt;li&gt;Companies use open source to cut development costs while giving back to the ecosystem through compliance spending&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The capability Malus.sh demonstrates breaks this loop on three levels:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;First, the enforceability of license obligations is hollowed out.&lt;/strong&gt; When anyone can obtain a functionally equivalent but legally independent version at near-zero cost, MIT&amp;rsquo;s attribution requirement, GPL&amp;rsquo;s copyleft constraints, and Apache&amp;rsquo;s notice-preservation clauses all lose their practical teeth.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Second, contribution incentives are eroded.&lt;/strong&gt; If developers know their work can be copied by AI with obligations stripped away, why choose open source at all? The reward of reputation presupposes that attribution is respected—and Malus&amp;rsquo;s core selling point is precisely &amp;ldquo;zero attribution.&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Third, the motivation for corporate compliance spending disappears.&lt;/strong&gt; Traditionally, companies invest in OSPOs, SCA tools, and legal review both as a compliance need and as an indirect way to support the open source ecosystem. When Malus cuts compliance costs from $4M to $50K, that &amp;ldquo;savings&amp;rdquo; doesn&amp;rsquo;t flow to open source projects—it simply disappears.&lt;/p&gt;
&lt;p&gt;The &amp;ldquo;commons decay&amp;rdquo; scenario Nolan himself acknowledges in his blog describes exactly this gradual unraveling of the loop: not a sudden collapse, but a slow erosion of willingness to contribute, ultimately draining the open source commons dry.&lt;/p&gt;
&lt;h2 id=&#34;an-irreversible-trend&#34;&gt;An irreversible trend
&lt;/h2&gt;&lt;p&gt;Malus.sh itself may be an elaborately designed satire, but &lt;strong&gt;the capability it demonstrates is already being used seriously&lt;/strong&gt;. Dan Blanchard&amp;rsquo;s rewrite of &lt;code&gt;chardet&lt;/code&gt; with Claude Code shows that this technique needs no dedicated Malus platform—anyone with a mainstream AI coding tool can achieve a similar result.&lt;/p&gt;
&lt;p&gt;Blanchard&amp;rsquo;s verdict reflects a broad consensus in the industry: &amp;ldquo;What used to take a team months or years to rewrite, AI can now do in days. I don&amp;rsquo;t think there&amp;rsquo;s any way to put the genie back in the bottle.&amp;rdquo;&lt;/p&gt;
&lt;p&gt;The market impact of this trend is already visible. In early 2026, software stocks like Oracle were sold off over concerns that &amp;ldquo;AI can be used to rapidly replicate software functionality.&amp;rdquo;&lt;/p&gt;
&lt;h2 id=&#34;references&#34;&gt;References
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://malus.sh/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Malus.sh official website&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://malus.sh/blog.html&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Malus.sh blog: Thank You for Your Service&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.404media.co/this-ai-tool-rips-off-open-source-software-without-violating-copyright/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;404 Media: This AI Tool Rips Off Open Source Software Without Violating Copyright&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://futurism.com/artificial-intelligence/malus-clones-software-copyright&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Futurism: Devious New AI Tool &amp;ldquo;Clones&amp;rdquo; Software So That the Original Creator Doesn&amp;rsquo;t Hold a Copyright Over the New Version&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.opensourceforu.com/2026/04/malus-sh-sparks-open-source-copyright-debate/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Open Source For You: Malus.sh Sparks Open Source Copyright Debate&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://news.slashdot.org/story/26/04/22/1631212/ai-tool-rips-off-open-source-software-without-violating-copyright&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Slashdot: AI Tool Rips Off Open Source Software Without Violating Copyright&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://the420.in/malus-sh-ai-open-source-copyright-software-licensing-debate/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;The420.in: Developers Warn AI Code Cloning Tool Could Put Copyright Risks For Software Companies&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.msn.com/en-us/news/technology/this-ai-open-source-cloning-software-shows-the-gaping-hole-in-code-copyright/ar-AA1ZPCfg&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;MSN: This AI open-source cloning software shows the gaping hole in code copyright&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</description>
        </item>
        
    </channel>
</rss>
