nsauditor-ai-agent-skill
AI Agent Skill for NSAuditor AI — gives any AI coding agent built-in knowledge of NSAuditor's MCP tools, schemas, plugins, and security audit workflows. Works with Claude Code, Cursor, Windsurf, and any MCP-aware agent.
Install / Use
npx skills add nsasoft/nsauditor-ai-agent-skillInstalls into whichever agent you are using.
SKILL.md
Installable skill definition
Quality Score
Category
SecuritySupported Platforms
Skill content
View source on GitHubNSAuditor AI Agent Skill
Give any AI coding agent instant fluency with NSAuditor AI.
An installable knowledge package that teaches AI coding agents how to use NSAuditor AI's MCP tools, understand its data schemas, and orchestrate multi-step security audit workflows — without requiring manual context every conversation.
Works with Claude Code, Claude Desktop, Cursor, Windsurf, VS Code Copilot, and any MCP-aware agent.
What's Inside
nsauditor-ai-agent-skill/
├── SKILL.md # Main entrypoint — triggers, tools, schemas, constraints
├── references/
│ ├── workflows.md # Multi-step workflow recipes (full audit, CI/CD, CTEM)
│ ├── schemas.md # Complete data structures (scan results, CVEs, findings)
│ └── plugins.md # Full plugin catalog (55 scanners with ports & protocols — 27 Community incl. 3 Pro + 28 Enterprise)
├── examples/
│ └── agent-interactions.md # Example agent reasoning chains (9 scenarios)
├── package.json
├── README.md
└── LICENSE
Quick Start
Claude Code
# Option 1: Install globally and copy
npm install -g nsauditor-ai-agent-skill
cp -r $(npm root -g)/nsauditor-ai-agent-skill ~/.claude/skills/nsauditor-ai
# Option 2: Copy into your project
cp -r nsauditor-ai-agent-skill .claude/skills/nsauditor-ai
Claude Code auto-discovers skills in .claude/skills/.
Claude Desktop
Upload SKILL.md as project knowledge in your Claude Desktop project settings.
Cursor
Copy the skill directory into .cursor/skills/ or add SKILL.md content to your project rules.
Windsurf
Copy to your project's context directory, or paste SKILL.md into project rules.
VS Code Copilot
Add SKILL.md to .github/copilot-instructions.md or your workspace's Copilot context.
Generic / Custom Agents
npm install nsauditor-ai-agent-skill
# Copy into wherever your agent loads skills/context from
cp -r node_modules/nsauditor-ai-agent-skill /path/to/agent/skills/nsauditor-ai
What the Agent Learns
When an AI agent loads this skill, it gains:
| Capability | Description |
|------------|-------------|
| Tool signatures | Exact MCP tool names, parameters, return types, and usage guidance |
| Workflow patterns | Multi-step chains: scan → CVE lookup → remediation report |
| Schema knowledge | Complete data structures for parsing and presenting results |
| CPE construction | How to map detected services to NVD vulnerability lookups |
| Plugin awareness | 55 scanner plugins (27 Community incl. 3 Pro + 28 Enterprise) with protocols, ports, capabilities, and seven-framework (SOC 2 · HIPAA §164.312 · NIST CSF 2.0 · PCI DSS v4.0.1 · ISO/IEC 27001:2022 · CIS Controls v8 · GDPR Art. 32) substrate-evidence dimensions |
| Compliance frameworks | Seven frameworks, one scan — SOC 2 (AICPA TSC 2017) · HIPAA Security Rule §164.312 Technical Safeguards (HHS Required/Addressable discipline per control) · NIST CSF 2.0 (Subcategory-level) · PCI DSS v4.0.1 (QSA RoC sub-requirement-level) · ISO/IEC 27001:2022 (per-Annex-A-code, SoA discipline) · CIS Controls v8 (per-Safeguard; Implementation Group IG1/IG2/IG3 cumulative discipline) · GDPR Article 32 (sub-measure-level; Art. 32 infrastructure substrate only, NOT GDPR compliance). All seven via --compliance all, or any CSV subset via --compliance soc2,hipaa,nist-csf,pci-dss,iso-27001,cis-v8,gdpr. Zero BAA required for HIPAA — ePHI never leaves customer infrastructure. |
| Security rules | ZDE, SSRF protection, redaction, scan authorization requirements |
| Error handling | License gates, SSRF blocks, timeout resolution, CPE format errors |
| Decision routing | When to use scan_host vs probe_service vs CLI vs get_vulnerabilities |
| Cloud-region scoping | The MCP scan_cloud regions argument — pass ["all"] (or a region-code list like ["us-east-1","eu-west-1"]) to audit every / specific AWS regions; omit it to scan the server-configured AWS_REGION (omitting does NOT fan out — pass ["all"] explicitly for full coverage, mindful of the Desktop tool-call timeout). Mirrors the CE CLI --aws-region <one\|csv\|all> flag. |
Prerequisites
This package provides knowledge about NSAuditor AI. To actually run scans:
- Install NSAuditor AI:
npm install -g nsauditor-ai - Start MCP server:
nsauditor-ai-mcp(or configure in your agent's MCP settings) - Add MCP to your agent:
# Claude Code claude mcp add nsauditor-ai -- npx nsauditor-ai-mcp # Claude Desktop (claude_desktop_config.json) { "mcpServers": { "nsauditor-ai": { "command": "npx", "args": ["-y", "nsauditor-ai-mcp"], "env": { "NSA_ALLOW_ALL_HOSTS": "1", "NSA_MCP_AUTH_KEY": "<from: nsauditor-ai mcp install-key>" } } } }
⚠️
NSA_MCP_AUTH_KEYis REQUIRED — the server refuses to start without it. Generate one withnsauditor-ai mcp install-key, then put the SAME value in theenvblock above. Without it the MCP server exits at startup and the client shows the tools as unavailable. (NSA_MCP_AUTH_DISABLE=1exists as an escape hatch and warns on stderr; it is not the recommended path.)
Editions
| Edition | Price | Highlights |
|---------|-------|-----------|
| Community | Free / MIT | 27 plugins (service probes + host/network discovery + intelligence/meta), basic AI, SARIF, CTEM, scan history |
| Pro | $49/mo | + CVE matching, risk scoring, 3 Pro plugins (040 TLS / 050 TRIBE / 060 DNS) |
| Enterprise | $2k+/yr | + 28 enterprise plugins (1020-1222 range) — 27 cloud-substrate auditors across AWS / Azure / GCP plus 1023 Zero Trust Assessment, which scores zero-trust posture from a NETWORK-host scan and does not run on a cloud pass, seven-framework evidence-pack (SOC 2 / HIPAA / NIST CSF 2.0 / PCI DSS v4.0.1 / ISO 27001:2022 / CIS Controls v8 / GDPR Art. 32), SHA-256 chain-of-custody attestations, air-gapped operation (offline licensing + offline CVE matching) |
→ Pricing
Related
- nsauditor-ai — The scanner (Community Edition, MIT)
- @nsasoft/nsauditor-ai-ee — Pro/Enterprise features
- NSAuditor AI Docs — Full documentation
License
MIT — © 2024-present Nsasoft US LLC
Related Skills
Agent-Reach
84.4kGive your AI agent eyes to see the entire internet. Read & search Twitter, Reddit, YouTube, GitHub, Bilibili, XiaoHongShu — one CLI, zero API fees.
headroom
73.4kCompress tool outputs, logs, files, and RAG chunks before they reach the LLM. 20% fewer tokens for coding agents, 60-95% fewer tokens for JSON, same answers. Library, proxy, MCP server.
ruflo
73.0k🌊 The original agent harness. Deploy intelligent multi-player swarms, coordinate autonomous workflows, and build conversational AI systems. Features adaptive memory, self-learning intelligence, federation, vector RAG integration, and native Claude Code / Codex / Hermes and many more Integrated
CowAgent
47.1kOpen-source super AI assistant & Agent Harness. Plans tasks, runs tools and skills, self-evolves with memory and knowledge. Multi-agent, multi-model, multi-channel. Lightweight, extensible, one-line install.
