
Security News
Suno Breached via Shai-Hulud Worm, Leaked Code Exposes AI Music Scraping
A Shai-Hulud infection exposed Suno's source code, which shows the AI music startup stream-ripped tracks to train its models.
node-sensitive-word-filtering
Advanced tools
A Node.js library for filtering sensitive words using a prefix tree (Trie).
基于 node 实现的敏感词过滤脚本(前缀树)
const trie = new Trie();
trie.insert('敏感词1');
trie.insert('敏感词12');
const inputText = '这里包含敏感词1和其他内容。';
const filteredText = trie.filter(inputText);
console.log(filteredText); // 输出: 这里包含****和其他内容。
const inputText2 = '灵敏';
const filteredText2 = trie.filter(inputText2);
console.log(inputText2); // 输出: 灵敏
FAQs
A Node.js library for filtering sensitive words using a prefix tree (Trie).
The npm package node-sensitive-word-filtering receives a total of 5 weekly downloads. As such, node-sensitive-word-filtering popularity was classified as not popular.
We found that node-sensitive-word-filtering demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
A Shai-Hulud infection exposed Suno's source code, which shows the AI music startup stream-ripped tracks to train its models.

Security News
Vercel is formalizing a monthly release program for Next.js. The change follows React2Shell and a sharp rise in AI-assisted vulnerability discovery.

Research
/Security News
11 malicious NuGet tools pose as game cheats to deploy Windows payloads, track hosts, and use Google Sheets for telemetry and control.