vigile-scan 0.2.6 → 2.1.0

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 CHANGED
@@ -160,15 +160,15 @@ When you run `--sentinel`, Vigile intercepts outbound network traffic from your
160
160
  - **DNS tunneling** — data exfiltration hidden in DNS queries
161
161
  - **Unexpected destinations** — connections to IPs/domains outside the expected set
162
162
 
163
- Sentinel is available on Pro ($9.99/mo) and Pro+ ($29.99/mo) plans. Free users can run static scans with no limits.
163
+ Sentinel is available on Pro ($29/mo) and Pro+ ($99/mo) plans. Free users can run static scans with no limits.
164
164
 
165
165
  ## Pricing
166
166
 
167
167
  | Tier | Price | Highlights |
168
168
  |------|-------|------------|
169
169
  | Free | $0/forever | Unlimited CLI scans, 50 API scans/month, registry browsing |
170
- | Pro | $9.99/mo | Sentinel monitoring (5 min, 3 servers), 1,000 API scans |
171
- | Pro+ | $29.99/mo | Sentinel (30 min, 10 servers), DNS tunneling & C2 detection, alerts |
170
+ | Pro | $29/mo | Sentinel monitoring (5 min, 3 servers), 1,000 API scans |
171
+ | Pro+ | $99/mo | Sentinel (30 min, 10 servers), DNS tunneling & C2 detection, alerts |
172
172
 
173
173
  ## Links
174
174
 
package/dist/index.js CHANGED
@@ -31,7 +31,7 @@ var require_package = __commonJS({
31
31
  "package.json"(exports2, module2) {
32
32
  module2.exports = {
33
33
  name: "vigile-scan",
34
- version: "0.2.6",
34
+ version: "2.1.0",
35
35
  description: "Security scanner for AI agent tools \u2014 detect tool poisoning, permission abuse, and supply chain attacks in MCP servers and agent skills",
36
36
  main: "dist/index.js",
37
37
  bin: {
@@ -2435,8 +2435,8 @@ function printSentinelUpgrade() {
2435
2435
  console.log(import_chalk.default.yellow(` \u26A1 Sentinel is a Pro feature. Upgrade to unlock runtime monitoring:`));
2436
2436
  console.log(import_chalk.default.cyan(` https://vigile.dev/pricing`));
2437
2437
  console.log("");
2438
- console.log(import_chalk.default.gray(` Pro ($9.99/mo) \u2014 5-min sessions, 3 servers, behavioral detection`));
2439
- console.log(import_chalk.default.gray(` Pro+ ($29.99/mo) \u2014 30-min sessions, 10 servers, DNS tunneling & C2 detection`));
2438
+ console.log(import_chalk.default.gray(` Pro ($29/mo) \u2014 5-min sessions, 3 servers, behavioral detection`));
2439
+ console.log(import_chalk.default.gray(` Pro+ ($99/mo) \u2014 30-min sessions, 10 servers, DNS tunneling & C2 detection`));
2440
2440
  console.log("");
2441
2441
  }
2442
2442
  function printAuthStatus(info) {