
Research
/Security News
npm Package Uses Prompt Injection and Token Flooding to Disrupt AI Malware Scanners
A new npm package tests AI malware scanners with prompt injection, safety-triggering comments, context flooding, and obfuscated JavaScript.
sumrex-controller
Advanced tools
Use Package Manger for install sumrex-controller.
NPM :
npm install --save sumrex-controller
YARN :
yarn add sumrex-controller
Javascript :
const { SumrexController } = require("sumrex-controller");
const { Client } = require("discord.js");
const client = new Client();
new SumrexController(client, {
"key": "" //key access to your bot.
}).start();
...
For use default options :
const sumrex = new SumrexController(<client>,<options>);
| Option | type | default |
|---|---|---|
| controllingFromWebsite | boolean | true |
| fullDefaultCommands | boolean | true |
Default Commands :
fullDefaultCommands_
Make sure you have:
https://github.com/CA1R7/sumrex-controller
Install dependencies
yarn
Copyright (c) 2021 Sumrex-Controller Licensed under the MIT license.
FAQs
make a better controller to your bot now!
The npm package sumrex-controller receives a total of 0 weekly downloads. As such, sumrex-controller popularity was classified as not popular.
We found that sumrex-controller 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.

Research
/Security News
A new npm package tests AI malware scanners with prompt injection, safety-triggering comments, context flooding, and obfuscated JavaScript.

Product
Socket now detects supply chain risks in project manifests, starting with missing lockfiles that can make dependency installs non-reproducible.

Research
/Security News
The trojanized extensions use TinyGo-compiled WebAssembly and Solana transaction memos to resolve command-and-control infrastructure.