
Research
/Security News
CanisterWorm: npm Publisher Compromise Deploys Backdoor Across 29+ Packages
The worm-enabled campaign hit @emilgroup and @teale.io, then used an ICP canister to deliver follow-on payloads.
@agents-inc/cli
Advanced tools
Private marketplace for custom skills and stacks.
config/stacks.ts # Stack definitions (agent groupings with skill mappings)
src/skills/ # Custom skill definitions
agentsinc new skill <name> --category <category-name>
Each skill lives in src/skills/<skill-name>/ with:
SKILL.md -- Skill content (what the skill teaches)metadata.yaml -- Skill metadata (category, author, description, custom: true)Point the CLI at this marketplace as a source:
# Local development
agentsinc init --source /path/to/cli
# From a git repository
agentsinc init --source github:your-org/cli
The CLI auto-discovers skills from the src/skills/ directory
and stacks from config/stacks.ts.
Custom categories are discovered from skill metadata.yaml files with custom: true.
Custom skills appear alongside built-in ones in the wizard. No manual registration needed.
FAQs
CLI for managing Agents Inc. skills, stacks, and agents for Claude Code
The npm package @agents-inc/cli receives a total of 398 weekly downloads. As such, @agents-inc/cli popularity was classified as not popular.
We found that @agents-inc/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
The worm-enabled campaign hit @emilgroup and @teale.io, then used an ICP canister to deliver follow-on payloads.

Research
/Security News
Attackers compromised Trivy GitHub Actions by force-updating tags to deliver malware, exposing CI/CD secrets across affected pipelines.

Security News
ENISA’s new package manager advisory outlines the dependency security practices companies will need to demonstrate as the EU’s Cyber Resilience Act begins enforcing software supply chain requirements.