What Happened
Cybersecurity researchers have discovered a NuGet typosquat that's unlike the typical information-stealing malware distributed via package registries: usual info-stealers: it's designed to rig live game results on Digitain. The package, named "Newtonsoftt.Json.Net," masquerades as the Newtonsoft.Json library and is a trojanized fork. Seven versions of the package have been published to the
Why It Matters
The article reports that a trojanized NuGet package, "Newtonsoftt.Json.Net", is a malicious fork of the widely used Newtonsoft.Json library, published in seven versions and designed to rig live game results on the Digitain betting platform, with later variants exfiltrating manipulated round data to an attacker-controlled server.[1] Researchers note it behaves as a fully functional JSON library while secretly performing game-rigging and data exfiltration using a custom header, making it harder for developers to detect during normal use.[1] From a RealGround perspective, this is an AI supply chain risk pattern directly applicable to any AI or agent-based system that relies on third-party libraries: a trusted dependency can be silently replaced by a typosquatted, weaponized fork that still passes functional tests but embeds abusive business logic. Organizations building or operating AI agents should respond by implementing rigorous SBOM-driven dependency inventory, continuous scanning for typosquats and malicious forks in package ecosystems, and hard pinning to vetted versions, combined with periodic AI security readiness assessments to ensure agent workflows cannot be subverted v
RealGround Analysis
This signal maps to AI supply chain. Organizations using AI agents, LLM APIs, SaaS integrations, or sensitive data workflows should review whether this class of issue could create unauthorized tool execution, data leakage, weak approval gates, or unmanaged supply-chain exposure.
Recommended Actions
- Restrict AI agent tool permissions and production write paths.
- Review sensitive data access across prompts, logs, embeddings, memory, and SaaS integrations.
- Add human approval workflows for high-impact or state-changing actions.
- Run prompt injection and indirect prompt injection tests against affected workflows.
- Document the owner, control gap, and remediation deadline for this risk class.
Source
https://thehackernews.com/2026/07/trojanized-newtonsoftjson-fork-hides.html
