Pix Ai Coding Assistant banner
Vulnetix Vulnetix

Pix Ai Coding Assistant

AI community

Description

Vulnerability intelligence for Claude Code — scans dependencies on commit, searches packages, analyzes exploits, and proposes fixes

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Pix, the Vulnetix AI coding assistant

Vulnetix AI Coding Agent Plugin

Vulnerability intelligence for AI coding agents — automated dependency scanning, exploit analysis, and remediation powered by the Vulnetix VDB API.

Contents

Quick Start

Add the marketplace:

/plugin marketplace add Vulnetix/pix-ai-coding-assistant

Install the plugin:

/plugin install vulnetix@vulnetix-plugins

Verify with `/plugins` and `/hooks`.

Features

Skills

Skill Purpose
/vulnetix:get-api-key [email] Self-serve a free Community API key (registers + stores credentials)
/vulnetix:package-search Search packages and assess risk before adding dependencies
/vulnetix:exploits Analyze exploit intelligence (PoCs, EPSS, CISA KEV, threat model)
/vulnetix:fix Get fix intelligence and apply concrete remediation
/vulnetix:vuln Look up vulnerability details or list all vulns for a package
/vulnetix:exploits-search [query] Search for exploits with ecosystem/severity/EPSS filters
/vulnetix:remediation Context-aware remediation plan with verification steps

Plus four slash commands for direct VDB CLI access: `vdb-vuln`, `vdb-vulns`, `vdb-exploits-search`, `vdb-remediation`.

Hooks

Hook Trigger Purpose
Pre-commit scan git commit Scan staged manifests for vulnerabilities
M