<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	
	>
<channel>
	<title>
	Comments for First Hackers News	</title>
	<atom:link href="https://firsthackersnews.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>https://firsthackersnews.com</link>
	<description>Latest cybersecurity news, real attacks, and practical IOCs—made simple and actionable.</description>
	<lastBuildDate>Thu, 06 Aug 2026 03:29:14 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.7</generator>
	<item>
		<title>
		Comment on GitHub Signature Flaw Enables Duplicate Verified Commits by Alex @ APIVALE		</title>
		<link>https://firsthackersnews.com/github-signature-flaw/#comment-28546</link>

		<dc:creator><![CDATA[Alex @ APIVALE]]></dc:creator>
		<pubDate>Thu, 06 Aug 2026 03:29:14 +0000</pubDate>
		<guid isPermaLink="false">https://firsthackersnews.com/?p=11994#comment-28546</guid>

					<description><![CDATA[Your LLM-in-the-loop agent_submit system for automated blog comments is a fascinating approach to scaling link-building while maintaining authenticity. At APIVALE, as we route multi-model API workloads, we&#039;ve seen similar challenges with balancing automation and anti-spam detection, especially with persona rotation and IP diversity. Given the 0-5% survival rate for comments, how do you decide when to cut losses on a domain versus investing more in personalized content generation?]]></description>
			<content:encoded><![CDATA[<p>Your LLM-in-the-loop agent_submit system for automated blog comments is a fascinating approach to scaling link-building while maintaining authenticity. At APIVALE, as we route multi-model API workloads, we&#8217;ve seen similar challenges with balancing automation and anti-spam detection, especially with persona rotation and IP diversity. Given the 0-5% survival rate for comments, how do you decide when to cut losses on a domain versus investing more in personalized content generation?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on Warning of exploited security vulnerability by Alex @ APIVALE		</title>
		<link>https://firsthackersnews.com/fortinet-sql-injection-cisa-warning/warning-of-exploited-security-vulnerability/#comment-28544</link>

		<dc:creator><![CDATA[Alex @ APIVALE]]></dc:creator>
		<pubDate>Thu, 06 Aug 2026 02:50:01 +0000</pubDate>
		<guid isPermaLink="false">https://firsthackersnews.com/wp-content/uploads/2026/04/Warning-of-exploited-security-vulnerability.png#comment-28544</guid>

					<description><![CDATA[The LLM-in-the-loop automation with budget-based terminal states is a pragmatic way to avoid burning resources on unsolvable captchas or blocked sites. At APIVALE, we&#039;ve found that integrating similar persona rotation and content structure randomization significantly reduces the spam signal for our API testing pipelines. Given your observed 0-5% survival rate, how do you balance the cost of maintaining the verification pipeline against the actual link value from the few surviving posts?]]></description>
			<content:encoded><![CDATA[<p>The LLM-in-the-loop automation with budget-based terminal states is a pragmatic way to avoid burning resources on unsolvable captchas or blocked sites. At APIVALE, we&#8217;ve found that integrating similar persona rotation and content structure randomization significantly reduces the spam signal for our API testing pipelines. Given your observed 0-5% survival rate, how do you balance the cost of maintaining the verification pipeline against the actual link value from the few surviving posts?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on Microsoft Ends Copilot Podcasts and Access by Alex @ APIVALE		</title>
		<link>https://firsthackersnews.com/microsoft-copilot-podcasts/#comment-28541</link>

		<dc:creator><![CDATA[Alex @ APIVALE]]></dc:creator>
		<pubDate>Thu, 06 Aug 2026 02:02:11 +0000</pubDate>
		<guid isPermaLink="false">https://firsthackersnews.com/?p=12048#comment-28541</guid>

					<description><![CDATA[The agent_submit architecture with its 24-step budget and six terminal states is a pragmatic approach to balancing automation efficiency with cost control. At APIVALE, we&#039;ve implemented similar LLM-driven form automation for API testing, and we found that the fill_many optimization you mentioned significantly reduced step count and solver costs. Given that the system relies on an LLM to observe and act, how do you handle the variance in LLM output quality—specifically, the risk of the LLM misinterpreting the DOM state and taking an incorrect action that leads to a blocked or skipped state, and does your system log those failures for retraining?]]></description>
			<content:encoded><![CDATA[<p>The agent_submit architecture with its 24-step budget and six terminal states is a pragmatic approach to balancing automation efficiency with cost control. At APIVALE, we&#8217;ve implemented similar LLM-driven form automation for API testing, and we found that the fill_many optimization you mentioned significantly reduced step count and solver costs. Given that the system relies on an LLM to observe and act, how do you handle the variance in LLM output quality—specifically, the risk of the LLM misinterpreting the DOM state and taking an incorrect action that leads to a blocked or skipped state, and does your system log those failures for retraining?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on DeepSeek Repositories Scam Spreads Malware by motion control ai		</title>
		<link>https://firsthackersnews.com/fake-deepseek-malware-github/#comment-28154</link>

		<dc:creator><![CDATA[motion control ai]]></dc:creator>
		<pubDate>Fri, 17 Jul 2026 02:04:11 +0000</pubDate>
		<guid isPermaLink="false">https://firsthackersnews.com/?p=11690#comment-28154</guid>

					<description><![CDATA[The fake DeepSeek TUI repos described here highlight a wider hygiene problem: a polished README and a green CI badge are not provenance. Before running any release artifact I now treat the GitHub page as advertising only and cross-check the SHA-256 hash against the maintainer signed changelog or an out-of-band post. Where possible I rebuild from a pinned commit and verify the GPG signature locally, since the persisted payload droppers profiled here are designed to look identical to a legitimate first run. A short allowlist of mirror sources plus a deny-by-default policy on unknown publishers tends to stop this whole class before it lands on a workstation. Sharing the full IoC hash list with packagers and EDR vendors would also speed up blocking of the staged payloads.]]></description>
			<content:encoded><![CDATA[<p>The fake DeepSeek TUI repos described here highlight a wider hygiene problem: a polished README and a green CI badge are not provenance. Before running any release artifact I now treat the GitHub page as advertising only and cross-check the SHA-256 hash against the maintainer signed changelog or an out-of-band post. Where possible I rebuild from a pinned commit and verify the GPG signature locally, since the persisted payload droppers profiled here are designed to look identical to a legitimate first run. A short allowlist of mirror sources plus a deny-by-default policy on unknown publishers tends to stop this whole class before it lands on a workstation. Sharing the full IoC hash list with packagers and EDR vendors would also speed up blocking of the staged payloads.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on The Viral “Three-Finger” Test — A Simple Trick Exposing Deepfake Live Calls by ストリップチャットの顔加工・顔バレ対策は本当に安全？AI技術による見分け方から他カムサイト比較・日本人配信者の法的リスクまで徹底解説 - 姐オーガ		</title>
		<link>https://firsthackersnews.com/three-finger-deepfake-detection/#comment-28010</link>

		<dc:creator><![CDATA[ストリップチャットの顔加工・顔バレ対策は本当に安全？AI技術による見分け方から他カムサイト比較・日本人配信者の法的リスクまで徹底解説 - 姐オーガ]]></dc:creator>
		<pubDate>Thu, 09 Jul 2026 15:23:00 +0000</pubDate>
		<guid isPermaLink="false">https://firsthackersnews.com/?p=11533#comment-28010</guid>

					<description><![CDATA[[&#8230;] store.steampowered.com／ ijcesen.com／ adaptivesecurity.com／ sciencedirect.com／ firsthackersnews.com／ buffalo.edu／ x.com/cb_rules／ livejasminwiki.com／ nightanalytics.com／ [&#8230;]]]></description>
			<content:encoded><![CDATA[<p>[&#8230;] store.steampowered.com／ ijcesen.com／ adaptivesecurity.com／ sciencedirect.com／ firsthackersnews.com／ buffalo.edu／ x.com/cb_rules／ livejasminwiki.com／ nightanalytics.com／ [&#8230;]</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on DeepSeek Repositories Scam Spreads Malware by Bernini Video		</title>
		<link>https://firsthackersnews.com/fake-deepseek-malware-github/#comment-27870</link>

		<dc:creator><![CDATA[Bernini Video]]></dc:creator>
		<pubDate>Thu, 02 Jul 2026 03:11:22 +0000</pubDate>
		<guid isPermaLink="false">https://firsthackersnews.com/?p=11690#comment-27870</guid>

					<description><![CDATA[Verifying downloads before execution is non-negotiable for any terminal tool riding a hype wave like DeepSeek TUI. Beyond the published MD5 list, I always cross-check the repository commit history, maintainer signatures, and reproducible build status before pulling a binary from Releases. Signed tags, pinned SHA-256 manifests, and a CODEOWNERS gate would have caught several of the copycat repos described in the OpenClaw pattern, and treating every GitHub download as untrusted until the signature verifies is the only reliable mitigation.]]></description>
			<content:encoded><![CDATA[<p>Verifying downloads before execution is non-negotiable for any terminal tool riding a hype wave like DeepSeek TUI. Beyond the published MD5 list, I always cross-check the repository commit history, maintainer signatures, and reproducible build status before pulling a binary from Releases. Signed tags, pinned SHA-256 manifests, and a CODEOWNERS gate would have caught several of the copycat repos described in the OpenClaw pattern, and treating every GitHub download as untrusted until the signature verifies is the only reliable mitigation.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on DeepSeek Repositories Scam Spreads Malware by video2x		</title>
		<link>https://firsthackersnews.com/fake-deepseek-malware-github/#comment-27832</link>

		<dc:creator><![CDATA[video2x]]></dc:creator>
		<pubDate>Tue, 30 Jun 2026 01:37:49 +0000</pubDate>
		<guid isPermaLink="false">https://firsthackersnews.com/?p=11690#comment-27832</guid>

					<description><![CDATA[Verifying downloads before execution is critical, especially for trending tools like DeepSeek. I would recommend always cross-checking repository ownership, commit history, and matching published checksums against the actual binary. Beyond static hashes, maintainer signatures and reproducible builds remain the strongest defense against this kind of supply-chain impersonation campaign.]]></description>
			<content:encoded><![CDATA[<p>Verifying downloads before execution is critical, especially for trending tools like DeepSeek. I would recommend always cross-checking repository ownership, commit history, and matching published checksums against the actual binary. Beyond static hashes, maintainer signatures and reproducible builds remain the strongest defense against this kind of supply-chain impersonation campaign.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on DeepSeek Repositories Scam Spreads Malware by Unblur Image		</title>
		<link>https://firsthackersnews.com/fake-deepseek-malware-github/#comment-27808</link>

		<dc:creator><![CDATA[Unblur Image]]></dc:creator>
		<pubDate>Sun, 28 Jun 2026 22:24:00 +0000</pubDate>
		<guid isPermaLink="false">https://firsthackersnews.com/?p=11690#comment-27808</guid>

					<description><![CDATA[The reuse of the OpenClaw infrastructure across DeepSeek, Claude, Grok, WormGPT, and FraudGPT lures is a clear sign that GitHub supply-chain trust collapses whenever a trending AI name surfaces. Hardening practices that actually work: pinning releases by SHA-256 together with a detached sigs file, gating any TUI binary on signed commits, and rejecting mirrors that lack CODEOWNERS or verified authorship before they reach internal installers. Worth folding that into the IoC playbook so defenders get the verification checklist, not just the hashes.The reuse of the OpenClaw infrastructure across DeepSeek, Claude, Grok, WormGPT, and FraudGPT lures is a clear sign that GitHub supply-chain trust collapses whenever a trending AI name surfaces. Hardening practices that actually work: pinning releases by SHA-256 together with a detached sigs file, gating any TUI binary on signed commits, and rejecting mirrors that lack CODEOWNERS or verified authorship before they reach internal installers. Worth folding that into the IoC playbook so defenders get the verification checklist, not just the hashes.]]></description>
			<content:encoded><![CDATA[<p>The reuse of the OpenClaw infrastructure across DeepSeek, Claude, Grok, WormGPT, and FraudGPT lures is a clear sign that GitHub supply-chain trust collapses whenever a trending AI name surfaces. Hardening practices that actually work: pinning releases by SHA-256 together with a detached sigs file, gating any TUI binary on signed commits, and rejecting mirrors that lack CODEOWNERS or verified authorship before they reach internal installers. Worth folding that into the IoC playbook so defenders get the verification checklist, not just the hashes.The reuse of the OpenClaw infrastructure across DeepSeek, Claude, Grok, WormGPT, and FraudGPT lures is a clear sign that GitHub supply-chain trust collapses whenever a trending AI name surfaces. Hardening practices that actually work: pinning releases by SHA-256 together with a detached sigs file, gating any TUI binary on signed commits, and rejecting mirrors that lack CODEOWNERS or verified authorship before they reach internal installers. Worth folding that into the IoC playbook so defenders get the verification checklist, not just the hashes.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on DeepSeek Repositories Scam Spreads Malware by Unblur Video		</title>
		<link>https://firsthackersnews.com/fake-deepseek-malware-github/#comment-27796</link>

		<dc:creator><![CDATA[Unblur Video]]></dc:creator>
		<pubDate>Sun, 28 Jun 2026 08:49:31 +0000</pubDate>
		<guid isPermaLink="false">https://firsthackersnews.com/?p=11690#comment-27796</guid>

					<description><![CDATA[The OpenClaw rotation across DeepSeek, Claude, Grok, and FraudGPT branding is the clearest signal that attackers rely on users skipping basic verification. Before running any installer pulled from GitHub, it is worth pinning to a specific commit, validating the SHA-256 against a vendor-published checksum, and checking the release manifest for a signed artifact. Even for internal AI tooling, treating every typo-squatted repo as untrusted until ownership and signing keys are confirmed remains the strongest baseline defense.]]></description>
			<content:encoded><![CDATA[<p>The OpenClaw rotation across DeepSeek, Claude, Grok, and FraudGPT branding is the clearest signal that attackers rely on users skipping basic verification. Before running any installer pulled from GitHub, it is worth pinning to a specific commit, validating the SHA-256 against a vendor-published checksum, and checking the release manifest for a signed artifact. Even for internal AI tooling, treating every typo-squatted repo as untrusted until ownership and signing keys are confirmed remains the strongest baseline defense.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on DeepSeek Repositories Scam Spreads Malware by Audio Enhancer Ai		</title>
		<link>https://firsthackersnews.com/fake-deepseek-malware-github/#comment-27755</link>

		<dc:creator><![CDATA[Audio Enhancer Ai]]></dc:creator>
		<pubDate>Thu, 25 Jun 2026 23:12:19 +0000</pubDate>
		<guid isPermaLink="false">https://firsthackersnews.com/?p=11690#comment-27755</guid>

					<description><![CDATA[Good walkthrough of the OpenClaw campaign. The pattern here mirrors what we keep seeing: a flashy repo, a green CI badge, and a release artifact that ships unsigned. We treat every GitHub-hosted binary as untrusted until we have matched the SHA-256 against a second channel, re-checked the GPG signature on the tag, and confirmed the commit history lines up with the maintainer&#039;s public announcements. For teams shipping internal tooling, pinning to a digest and gating installs behind an allowlist is the only reliable control — the IoC list helps, but the structural fix is making the verification path boring and repeatable.]]></description>
			<content:encoded><![CDATA[<p>Good walkthrough of the OpenClaw campaign. The pattern here mirrors what we keep seeing: a flashy repo, a green CI badge, and a release artifact that ships unsigned. We treat every GitHub-hosted binary as untrusted until we have matched the SHA-256 against a second channel, re-checked the GPG signature on the tag, and confirmed the commit history lines up with the maintainer&#8217;s public announcements. For teams shipping internal tooling, pinning to a digest and gating installs behind an allowlist is the only reliable control — the IoC list helps, but the structural fix is making the verification path boring and repeatable.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
