
Security News
pnpm 11.5 Adds Support for Recognizing npm Staged Publishes
pnpm 11.5 now recognizes npm staged publish approvals in release metadata, preventing those releases from being mistaken for lower-trust package publishes.
create-visill
Advanced tools
Scaffold a new visill skill in one prompt.
Pick your package manager. Pass a skill name, or omit it to be prompted:
npm create visill <name>
pnpm create visill <name>
yarn create visill <name>
bun create visill <name>
Bare form, prompts for the name:
npm create visill
The name must be lowercase, kebab-case, and 1-64 characters.
A ready-to-build skill repo with:
widget-src/ - TypeScript widget entry wired to the visill SDK.skill-src/ - canonical render.py plus vendored chevron for skill packaging.tests/widget/ - vitest preset for bundle, render, and DOM helpers.tests/evals/ - local-only eval harness (never runs in CI)..github/workflows/ - typecheck, lint, test, and build on push and PR.scripts/build-zip.sh - assembles the publishable skill bundle.LICENSE - MIT.After scaffolding, the CLI prints:
Next:
cd <name>
<pm> install
<pm> build
<pm> test
Where <pm> matches the package manager you invoked the scaffolder with.
FAQs
Scaffold a new visill skill.
The npm package create-visill receives a total of 36 weekly downloads. As such, create-visill popularity was classified as not popular.
We found that create-visill 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.

Security News
pnpm 11.5 now recognizes npm staged publish approvals in release metadata, preventing those releases from being mistaken for lower-trust package publishes.

Security News
Federal audit finds NIST lacked a plan to clear the NVD backlog, wasted funds on duplicate work, and delayed use of CISA data.

Research
/Security News
A mini Shai-Hulud campaign compromised Red Hat Cloud Services npm packages to steal developer and CI/CD secrets during installation.