
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.
@ngxtm/skill-rule
Advanced tools
CLI to sync coding rules across AI coding agents (Cursor, Claude Code, Copilot, etc.).
npm install -g @ngxtm/skill-rule
# or
bun install -g @ngxtm/skill-rule
# Initialize in your project
sr init
# Sync rules from registry
sr sync
# Sync from local directory
sr sync --local /path/to/rules
# List available categories
sr list
# Show supported agents
sr agents
sr init creates .rules.json:
{
"registry": {
"type": "github",
"url": "https://github.com/ngxtm/skill-rule",
"branch": "main"
},
"agents": ["cursor", "claude"],
"categories": {
"react": { "enabled": true },
"typescript": { "enabled": true }
}
}
registry.type: github, local, or httpagents: Array of agent IDscategories[id].enabled: Enable/disable categorycategories[id].exclude: Skip specific rulescategories[id].include: Only sync these rulesoverrides: Rules to skip (overridden locally)Rules are markdown files with YAML frontmatter:
---
id: react-hooks
version: 1.0.0
triggers: [hooks, useEffect, useState]
---
# React Hooks
Content here...
| Agent | Rules Path |
|---|---|
| Cursor | .cursor/rules/ |
| Claude Code | .claude/rules/ |
| GitHub Copilot | .github/rules/ |
| OpenCode | .opencode/rules/ |
| Gemini | .gemini/rules/ |
MIT
FAQs
CLI to manage and sync coding rules across AI agents
The npm package @ngxtm/skill-rule receives a total of 1 weekly downloads. As such, @ngxtm/skill-rule popularity was classified as not popular.
We found that @ngxtm/skill-rule 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.