
Security News
/Research
Fake Corepack Site Distributes Infostealer and Proxyware to Developers
A fake corepack.org site is impersonating the Node.js tool and delivers an infostealer and proxyware to developers who download it.
@lucassantana/sharekit
Advanced tools
Share your AI coding setup with anyone — one command to install, one to rollback.
Share your AI coding setup — CLAUDE.md, skills, cursorrules, and dotfiles — with anyone. One command to install, one to rollback.
npx @lucassantana/sharekit install <github-user>
Fetches a profile from github.com/<github-user>/sharekit-profile, previews the changes (colors + counts), asks for confirmation, backs up any files it will overwrite, and applies them. Undo with sharekit rollback <github-user>.
npx @lucassantana/sharekit preview <github-user> # see what would change, apply nothing
npx @lucassantana/sharekit rollback <github-user> # restore the last backup
Create a GitHub repo named sharekit-profile with this structure:
sharekit-profile/
├── sharekit.toml
├── claude/ (→ ~/.claude/)
├── cursor/ (→ ~/.cursor/)
└── shared/ (→ ~/)
sharekit.toml example:
[profile]
name = "My Setup"
version = "1.0"
description = "Claude + Cursor config with custom skills"
Subdirectories mirror into their corresponding roots: files in claude/ go to ~/.claude/, files in cursor/ to ~/.cursor/, and files in shared/ to ~/.
Run sharekit init [skill...] to scaffold a profile from your ~/.claude — copies your CLAUDE.md and any named skills into a ready-to-push sharekit-profile/.
.claude/settings.json) are flagged in the preview and skipped. Merge them manually after reviewing.sharekit preview shows the exact diff (new/changed/unchanged counts and paths) — trust gate before any write.~/.sharekit/backups/<user>-<timestamp>/. Rollback restores them.sharekit-profile repos by topic or follow the convention.sharekit preview to spot conflicts.FAQs
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
/Research
A fake corepack.org site is impersonating the Node.js tool and delivers an infostealer and proxyware to developers who download it.

Research
/Security News
A large-scale campaign abused GitHub Actions in compromised repositories to exploit CVE-2026-41940 in cPanel and WHM and steal server credentials.

Security News
Five frontier LLMs generated the same nonexistent package names, leaving 53 available for potential slopsquatting across PyPI and npm.