INFYNON Suite — Package security, API flow testing, and shared coding memory plugins for Claude Code
npx claudepluginhub d4rkninja/code-guardianINFYNON Package Security Manager — Universal secure package installation, CVE scanning, auto-fix, dependency auditing, and vulnerability monitoring across 14 ecosystems (npm, yarn, pnpm, bun, pip, uv, poetry, cargo, go, gem, composer, nuget, hex, pub)
INFYNON Weave — AI-driven node-based API flow testing with TUI visualization, security probes, assertion engine, variable threading, and automated flow building. Test entire API surfaces as directed graphs with `infynon weave`.
INFYNON Trace — Shared coding memory operating layer with canonical/team/user memory tiers, Redis and SQL backends, session hooks, TUI inspection, and PR-linked notes
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
Curated collection of 141 specialized Claude Code subagents organized into 10 focused categories
Share bugs, ideas, or general feedback.
Claude Code plugins for the INFYNON suite — package security, API flow testing, and shared coding memory.
Universal secure package installation, CVE scanning, auto-fix, dependency auditing, and vulnerability monitoring across 14 ecosystems (npm, yarn, pnpm, bun, pip, uv, poetry, cargo, go, gem, composer, nuget, hex, pub).
AI-driven node-based API flow testing with security probes, TUI visualization, assertion engine, context threading, and automated flow building.
Three-layer memory operating system for codebases:
With session hooks (auto-load on start, capture on end), Redis and SQL backends, TUI inspection, and promotion workflows.
INFYNON CLI: github.com/d4rkNinja/infynon-cli
Check if already installed:
infynon --version
npm install -g infynon
curl -fsSL https://raw.githubusercontent.com/d4rkNinja/infynon-cli/main/scripts/install.sh | bash
irm https://raw.githubusercontent.com/d4rkNinja/infynon-cli/main/scripts/install.ps1 | iex
cargo install --git https://github.com/d4rkNinja/infynon-cli
Pre-built binaries also available on the Releases page for Windows x64, Linux x64/ARM64 (musl), macOS x64/ARM64.
Verify:
infynon --version
infynon pkg --help
infynon trace --help
# Add the marketplace
/plugin marketplace add d4rkNinja/code-guardian
# Install plugins
/plugin install infynon-pkg@d4rkNinja
/plugin install infynon-weave@d4rkNinja
/plugin install infynon-trace@d4rkNinja
# Activate
/reload-plugins
Or load locally for development:
claude --plugin-dir ./infynon-pkg --plugin-dir ./infynon-weave --plugin-dir ./infynon-trace
These are contextual skills — once installed, Claude Code automatically knows how to help users with INFYNON. Claude will:
infynon commands based on what the user is trying to do--strict, --auto-fix, --skip-vulnerable, --agent)| Plugin | Skill | Auto-triggers When |
|---|---|---|
| infynon-pkg | package-security | User asks about package vulnerabilities, CVE scanning, dependency auditing, or Claude detects lock files in the project |
| infynon-pkg | cve-triage | User needs help interpreting CVE scan results or prioritizing fixes |
| infynon-pkg | eagle-eye-monitor | User wants continuous vulnerability monitoring with email alerts |
| infynon-weave | api-testing | User asks about API testing, flow building, security probes, or Claude detects .infynon/api/ in the project |
| infynon-trace | memory-ops | User asks about coding memory, notes, handoffs, or Claude detects .infynon/trace/ in the project |
| infynon-trace | canonical-memory | User asks about architecture decisions, truth memory, or validated knowledge |
| infynon-trace | session-hooks | Session starts or ends, user asks about memory hooks |
| Plugin | Agent | Purpose |
|---|---|---|
| infynon-pkg | pkg-guardian | Deep package security analysis, CVE triage, migration guidance, CI setup |
| infynon-weave | api-guardian | API flow design, node wiring, security probe interpretation, CI pipelines |
| infynon-trace | trace-guardian | Memory layer management, promotion workflows, session hooks, backend setup |
Trace hooks are installed per-project in .claude/settings.json when the user explicitly asks. They are never auto-installed or placed in system-level settings.