
Research
SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains
An emerging npm supply chain attack that infects repos, steals CI secrets, and targets developer AI toolchains for further compromise.
Nuxt 4 module — UI components, auth, storage, GraphQL.
pnpm add abckit
// nuxt.config.ts
export default defineNuxtConfig({
modules: ['abckit'],
})
abckit: {
modules: {
// Default: true
tailwindcss: true,
notivue: true,
icon: true,
colada: true,
colorMode: true,
vueuse: true,
pinia: true,
veeValidate: true,
graphql: true,
persistedState: true,
ionic: true,
scripts: true,
// Default: false
sentry: false,
// all: true // Enable all
},
auth: {
baseURL: 'https://api.example.com',
basePath: '/api/auth',
capacitor: false,
},
}
import { Button } from 'abckit/shadcn/button'
import { useAuth } from 'abckit/composables/useAuth'
import { cn } from 'abckit/utils'
runtimeConfig: {
dragonfly: { host: 'localhost', port: 6379 },
s3: { accessKeyId: '', secretAccessKey: '', endpoint: '', bucket: '' },
storage: { redis: true, s3: true, disk: false },
}
pnpm install && pnpm dev:prepare && pnpm dev
MIT
FAQs
Nuxt 4 module — UI components, auth, storage, GraphQL
The npm package abckit receives a total of 77 weekly downloads. As such, abckit popularity was classified as not popular.
We found that abckit demonstrated a healthy version release cadence and project activity because the last version was released less than 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
An emerging npm supply chain attack that infects repos, steals CI secrets, and targets developer AI toolchains for further compromise.

Company News
Socket is proud to join the OpenJS Foundation as a Silver Member, deepening our commitment to the long-term health and security of the JavaScript ecosystem.

Security News
npm now links to Socket's security analysis on every package page. Here's what you'll find when you click through.