
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.
Linter for AI agent configurations. Validates SKILL.md, CLAUDE.md, hooks, MCP, and more.
Linter for AI agent configurations. Validates SKILL.md, CLAUDE.md, hooks, MCP, and more.
385 rules | Real-time validation | Auto-fix | Multi-tool support
npm install -g agnix
Or run directly with npx:
npx agnix .
# Lint current directory
agnix .
# Lint specific file
agnix CLAUDE.md
# Auto-fix issues
agnix --fix .
# JSON output
agnix --format json .
# Target specific tool
agnix --target cursor .
const agnix = require('agnix');
// Async lint
const result = await agnix.lint('./');
console.log(result);
// Sync run
const { stdout, exitCode } = agnix.runSync(['--version']);
// Get version
console.log(agnix.version());
| File | Tool |
|---|---|
SKILL.md | Claude Code |
CLAUDE.md, CLAUDE.local.md, AGENTS.md, AGENTS.local.md, AGENTS.override.md | Claude Code, Codex |
.claude/settings.json, .claude/settings.local.json | Claude Code |
plugin.json | Claude Code |
*.mcp.json, mcp.json, mcp-*.json | All |
.github/copilot-instructions.md, .github/instructions/*.instructions.md | GitHub Copilot |
.cursor/rules/*.mdc, .cursorrules | Cursor |
agnix [OPTIONS] [PATH] [COMMAND]
Commands:
validate Validate agent configs
init Initialize config file
eval Evaluate rule efficacy against labeled test cases
telemetry Manage telemetry settings (opt-in usage analytics)
schema Output JSON Schema for configuration files
Common options:
-s, --strict
-t, --target <generic|claude-code|cursor|codex>
-c, --config <CONFIG>
--fix
--dry-run
--fix-safe
--format <text|json|sarif>
-w, --watch
-v, --verbose
-V, --version
-h, --help
Run agnix --help for the full command reference.
MIT OR Apache-2.0
FAQs
Linter for AI agent configurations. Validates SKILL.md, CLAUDE.md, hooks, MCP, and more.
We found that agnix 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.