
Research
/Security News
jscrambler npm Package Compromised in Supply Chain Attack
A compromised jscrambler npm release added a malicious preinstall hook that runs hidden native binaries on Linux, macOS, and Windows.
skill-base-cli
Advanced tools
命令行工具,用于搜索、安装、更新和发布 AI Agent Skills。
npm install -g skill-base-cli
或使用 npx 直接运行:
npx skill-base-cli <command>
CLI 默认连接 http://localhost:8000,可通过环境变量修改:
export SKB_BASE_URL=https://your-skill-base-server.com
# 登录
skb login
# 登出
skb logout
# 搜索 Skill
skb search <keyword>
# 安装 Skill
skb install <skill_id>
skb install <skill_id>@<version>
skb install <skill_id> -d ./target-dir
# 更新 Skill
skb update <skill_id>
skb update <skill_id> -d ./target-dir
# 发布 Skill
skb publish <directory>
skb publish <directory> --name "Skill Name" --description "Description"
skb publish <directory> --changelog "版本说明"
# 1. 登录
skb login
# 2. 搜索
skb search vue
# 3. 安装
skb install vue-best-practices
# 4. 发布自己的 Skill
skb publish ./my-skill --changelog "初始版本"
SKILL.md 文件skill_idname 和 description 可从 SKILL.md 自动提取MIT
FAQs
Skill Base CLI - 命令行工具,用于搜索、安装、更新和发布 AI Agent Skills
The npm package skill-base-cli receives a total of 11 weekly downloads. As such, skill-base-cli popularity was classified as not popular.
We found that skill-base-cli 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
/Security News
A compromised jscrambler npm release added a malicious preinstall hook that runs hidden native binaries on Linux, macOS, and Windows.

Research
/Security News
A malicious .NET package is typosquatting the Braintree SDK to steal live payment card data, merchant API keys, and host secrets from production apps.

Security News
/Research
Compromised Injective SDK npm version 1.20.21 exfiltrates wallet private keys and mnemonics through fake telemetry functionality.