
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.
shopify-themekit
Advanced tools
node wrapper for Shopify ThemeKit
This is based on node-themekit. I didn't agree with a lot of the ways that package was handling it, so I made my own.
yarn add shopify-themekit
# or npm
npm install --save shopify-themekit
See ThemeKit Docs for full list of commands and options
const themekit = require('shopify-themekit')
const options = {
files: ['assets/file.js', 'assets/file.css'],
ignore: false,
store: '...'
}
// equivalent to:
// theme upload assets/file.js assets/file.css --no-ignore --store=...
themekit('upload', options)
.then(...)
.catch(...)
# arguments passed directly to themekit
theme upload --allenvs
FAQs
node wrapper for Shopify ThemeKit
The npm package shopify-themekit receives a total of 33 weekly downloads. As such, shopify-themekit popularity was classified as not popular.
We found that shopify-themekit 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.