nsauditor-ai 0.2.0 โ†’ 0.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -17,9 +17,7 @@ NSAuditor AI is the open-source core of a privacy-first security intelligence pl
17
17
 
18
18
  ## What's New
19
19
 
20
- **Latest: CE 0.2.0 + Enterprise 0.17.0** (June 2026)
21
-
22
- - ๐ŸŒ **`--aws-region` scoping + genuine multi-region fan-out** (CE 0.2.0 โ€” paired EE 0.17.0) โ€” a new `--aws-region <one|csv|all>` CLI flag (and a `regions` argument on the MCP `scan_cloud` tool) scopes an AWS audit to a single region, a CSV of regions, or every account-enabled region (`all`). The EE regional plugins now audit every in-scope region instead of only the configured one, and the S3 auditors resolve each bucket's own region โ€” closing latent cross-region false-cleans. Precedence is `--aws-region` โ€บ `AWS_REGION` โ€บ single-region default; the no-flag default stays single-region (behaviour-preserving) and discloses any unscanned regions. Plugin count UNCHANGED at 28; all six coverage matrices UNCHANGED.
20
+ **Latest: CE 0.2.2 + Enterprise 0.18.1** (June 2026) โ€” paired docs release for EE 0.18.1: **GCP false-negative hardening II** (split-range firewall full-IPv4 coverage ยท IAM impersonation-graph completeness ยท default-object-ACL public exposure) + a **fleet-wide read-only enforcement guarantee** (a CI meta-test that makes it impossible to ship a mutating cloud API call across all 28 plugins) + the matching **read-only-credential requirement** (EULA ยง5.5). Plugin count UNCHANGED at 28; all six coverage matrices UNCHANGED โ€” substrate-depth fixes on already-covered controls.
23
21
 
24
22
  โ†’ Full release history: **[CHANGELOG.md](./CHANGELOG.md)**
25
23
  โ†’ See a sample EE scan output: **[walk-through with synthetic Acme Corp AWS account](https://www.nsauditor.com/ai/docs/sample-scan/)** (no signup required)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nsauditor-ai",
3
- "version": "0.2.0",
3
+ "version": "0.2.2",
4
4
  "description": "Modular AI-assisted network security audit platform โ€” Community Edition",
5
5
  "type": "module",
6
6
  "private": false,