NSAuditor AI v0.1.10 — AI-Powered Network Security Auditing for Everyone
NSAuditor AI v0.1.10 delivers 27 scanner plugins, smart result fusion, MITRE ATT&CK mapping, and MCP integration — all with zero data exfiltration.
Nsasoft US LLC today announced the release of NSAuditor AI v0.1.10, a modular AI-assisted network security audit platform featuring 27 scanner plugins, smart result fusion, and privacy-first architecture.
NSAuditor AI enables security professionals to scan, verify, prioritize, and track vulnerabilities without any data leaving their infrastructure. The platform supports OpenAI, Claude, and Ollama for AI-powered analysis — all running locally with user-provided API keys.
Key Capabilities
The platform orchestrates 27 specialized scanning plugins across ICMP, TCP, UDP, HTTP, TLS, SNMP, DNS, SMB, RPC, mDNS, UPnP, WS-Discovery, and more. A smart Result Concluder fuses all plugin outputs into a normalized view with OS detection, service fingerprinting, and evidence linking.
All findings use a structured format with category, severity, evidence, and remediation — enabling consistent SARIF export for CI/CD pipeline integration and MCP integration for AI assistants like Claude Code.
Zero Data Exfiltration Architecture
NSAuditor AI is built on a Zero Data Exfiltration (ZDE) architecture: no telemetry, no analytics, no phone-home. AI analysis is opt-in and uses the user’s own API keys. Redaction runs locally before any data reaches external APIs. License validation uses offline JWT signature verification with an embedded public key.
Three-Tier Model
The Community Edition is fully functional, MIT-licensed, and available via npm with no restrictions. It includes all 27 scanner plugins, basic AI analysis, continuous monitoring (CTEM) with webhook alerts, and SARIF output.
Pro ($49/mo) adds CVE matching, MITRE ATT&CK mapping, verified vulnerabilities through safe non-destructive probes, risk scoring and prioritization, and intelligence-enriched AI prompts.
Enterprise ($2k+/yr) extends with cloud scanners for AWS, GCP, and Azure, Zero Trust assessment, compliance frameworks (NIST, HIPAA, GDPR, PCI), Docker per-scan isolation, and air-gapped deployment.
Getting Started
# Install globally
npm install -g nsauditor-ai
# Scan a host
nsauditor-ai scan --host 192.168.1.1 --plugins all
# Start MCP server for AI assistants
nsauditor-ai-mcp



