
Research
TeamPCP Compromises Telnyx Python SDK to Deliver Credential-Stealing Malware
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.
@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 0 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
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.

Security News
TeamPCP is partnering with ransomware group Vect to turn open source supply chain attacks on tools like Trivy and LiteLLM into large-scale ransomware operations.

Security News
/Research
Widespread GitHub phishing campaign uses fake Visual Studio Code security alerts in Discussions to trick developers into visiting malicious website.