nsauditor-ai 0.1.55 → 0.1.56
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.
- package/README.md +2 -1
- package/cli.mjs +1 -1
- package/mcp_server.mjs +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -19,7 +19,8 @@ NSAuditor AI is the open-source core of a privacy-first security intelligence pl
|
|
|
19
19
|
|
|
20
20
|
For complete per-release history, see [CHANGELOG.md](./CHANGELOG.md). The Community Edition binary has been unchanged since 0.1.40; recent CE patches are documentation refreshes paired with Enterprise Edition (`@nsasoft/nsauditor-ai-ee`) ships.
|
|
21
21
|
|
|
22
|
-
- **0.1.
|
|
22
|
+
- **0.1.56 (current)** — Paired with EE 0.6.2: plugin 1200 v2 evidence-acquisition extension — multi-region GuardDuty + Inspector2 enumeration (closes the single-region false-PASS class), GovCloud + ISO region support (closes a FedRAMP / StateRAMP / IL5+ false-PASS class), GuardDuty `FindingPublishingFrequency` check, Inspector2 baseline expansion (lambdaCode + codeRepository for Inspector2 GA 2024+).
|
|
23
|
+
- **0.1.55** — Paired with EE 0.6.1: NEW EE plugin 1200 AWS Inspector2 / GuardDuty Enablement Auditor (CC7.1 + CC7.2).
|
|
23
24
|
- **0.1.54** — Paired with EE 0.6.0: NEW EE plugin 1160 AWS VPC Endpoints / PrivateLink Auditor (CC6.6 + A1.2 + CC7.2).
|
|
24
25
|
- **0.1.50 – 0.1.53** — Paired with EE 0.5.x line (SES / SQS-SNS / cross-plugin hardening cycles).
|
|
25
26
|
- **0.1.46 – 0.1.49** — Paired with EE 0.4.7 – 0.4.9 (SES / RDS / ElastiCache Redis extensions).
|
package/cli.mjs
CHANGED
|
@@ -930,7 +930,7 @@ Docs: https://www.nsauditor.com/ai/ | Pricing: https://www.nsauditor.com/ai/
|
|
|
930
930
|
console.log(`✗ ${tierLabel[result.tier] ?? 'Community Edition (CE)'}`);
|
|
931
931
|
console.log(` Reason: ${result.reason}`);
|
|
932
932
|
if (!key) {
|
|
933
|
-
console.log('\n→
|
|
933
|
+
console.log('\n→ View Pro/Enterprise pricing: https://www.nsauditor.com/ai/pricing/');
|
|
934
934
|
}
|
|
935
935
|
}
|
|
936
936
|
// CE 0.1.35 (Thread L mitigation v2): version provenance footer
|
package/mcp_server.mjs
CHANGED
|
@@ -59,7 +59,7 @@ function requireProCapability(toolName) {
|
|
|
59
59
|
return {
|
|
60
60
|
content: [{
|
|
61
61
|
type: 'text',
|
|
62
|
-
text: `🔒 **${toolName}** requires a Pro license.\n\
|
|
62
|
+
text: `🔒 **${toolName}** requires a Pro license.\n\nView Pro/Enterprise pricing at https://www.nsauditor.com/ai/pricing/\n\n**CE tools available:** scan_host, list_plugins`,
|
|
63
63
|
}],
|
|
64
64
|
isError: true,
|
|
65
65
|
};
|