guardvibe 3.0.0 → 3.0.1
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 +11 -23
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
[](https://www.npmjs.com/package/guardvibe)
|
|
7
7
|
[](https://codecov.io/gh/goklab/guardvibe)
|
|
8
8
|
|
|
9
|
-
**The security MCP built for vibe coding.** 334 security rules,
|
|
9
|
+
**The security MCP built for vibe coding.** 334 security rules, 32 tools covering the entire AI-generated code journey — from first line to production deployment.
|
|
10
10
|
|
|
11
11
|
Works with **Claude Code, Cursor, Gemini CLI, Codex, VS Code (Copilot), Windsurf**, and any MCP-compatible coding agent.
|
|
12
12
|
|
|
@@ -14,7 +14,7 @@ Works with **Claude Code, Cursor, Gemini CLI, Codex, VS Code (Copilot), Windsurf
|
|
|
14
14
|
|
|
15
15
|
Most security tools are built for enterprise security teams. GuardVibe is built for **you** — the developer using AI to build and ship web apps fast.
|
|
16
16
|
|
|
17
|
-
- **334 security rules,
|
|
17
|
+
- **334 security rules, 32 tools** purpose-built for the stacks AI agents generate
|
|
18
18
|
- **Zero setup friction** — `npx guardvibe` and you're scanning
|
|
19
19
|
- **No account required** — runs 100% locally, no API keys, no cloud
|
|
20
20
|
- **Understands your stack** — not generic SAST, but rules that know Next.js, Supabase, Stripe, Clerk, and the tools you actually use
|
|
@@ -38,10 +38,10 @@ GuardVibe is purpose-built for the AI coding workflow. Traditional tools are exc
|
|
|
38
38
|
| AI/LLM security (prompt injection, MCP, tool abuse) | 30 rules | Experimental/None | None |
|
|
39
39
|
| AI host security (CVE-2025-59536, CVE-2026-21852) | `guardvibe doctor` | Not supported | Not supported |
|
|
40
40
|
| Auto-fix suggestions for AI agents | `fix_code` tool | CLI autofix | Not supported |
|
|
41
|
-
| CVE version detection |
|
|
41
|
+
| CVE version detection | 23 packages | Extensive | Extensive |
|
|
42
42
|
| Compliance mapping (SOC2, PCI-DSS, HIPAA) | Built-in | Paid tier | None |
|
|
43
43
|
| SARIF CI/CD export | Yes | Yes | Limited |
|
|
44
|
-
| Rule count |
|
|
44
|
+
| Rule count | 334 (focused) | 5000+ (broad) | N/A |
|
|
45
45
|
|
|
46
46
|
**When to use GuardVibe:** You're building with AI agents and want security scanning integrated into your coding workflow — no dashboard, no account, no CI setup.
|
|
47
47
|
|
|
@@ -150,7 +150,7 @@ Resend (email HTML injection), Upstash Redis, Pinecone, PostHog, Google Analytic
|
|
|
150
150
|
### AI / LLM Security
|
|
151
151
|
Prompt injection detection, LLM output sinks, system prompt leaks, MCP server SSRF/path traversal/command injection, `dangerouslyAllowBrowser`, missing `maxTokens`, AI API key client exposure, indirect prompt injection via external data
|
|
152
152
|
|
|
153
|
-
### AI Host Security
|
|
153
|
+
### AI Host Security
|
|
154
154
|
`guardvibe doctor` — unified host hardening scanner detecting CVE-2025-59536 (hook injection via `.claude/settings.json`), CVE-2026-21852 (API key exfiltration via `ANTHROPIC_BASE_URL` override), MCP config audit, environment scanner, permission analysis. Supports Claude, Cursor, VS Code, Gemini, Windsurf. Host-specific remediation with platform-tailored fix steps.
|
|
155
155
|
|
|
156
156
|
### OWASP API Security
|
|
@@ -183,7 +183,7 @@ Maps security findings to SOC2, PCI-DSS, HIPAA, GDPR, ISO27001, and EU AI Act (E
|
|
|
183
183
|
### Supply Chain
|
|
184
184
|
Malicious postinstall scripts, unpinned GitHub Actions, typosquat detection
|
|
185
185
|
|
|
186
|
-
## Tools (
|
|
186
|
+
## Tools (32 MCP tools)
|
|
187
187
|
|
|
188
188
|
| Tool | What it does |
|
|
189
189
|
|------|-------------|
|
|
@@ -389,20 +389,7 @@ Supports `//`, `#`, and `<!-- -->` comment styles.
|
|
|
389
389
|
|
|
390
390
|
## GuardVibe Scans Itself
|
|
391
391
|
|
|
392
|
-
We run GuardVibe on its own codebase
|
|
393
|
-
|
|
394
|
-
```
|
|
395
|
-
$ guardvibe scan_directory src/
|
|
396
|
-
Files scanned: 64
|
|
397
|
-
Scan duration: 102ms
|
|
398
|
-
Grade: B (89/100)
|
|
399
|
-
|
|
400
|
-
[HIGH] ReDoS via User-Controlled RegExp (VG107)
|
|
401
|
-
File: src/tools/policy-check.ts:47
|
|
402
|
-
Fix: escape regex metacharacters before passing to RegExp constructor
|
|
403
|
-
```
|
|
404
|
-
|
|
405
|
-
The vulnerability was fixed in the same session. This is exactly the workflow GuardVibe enables: catch what humans miss, fix before it ships.
|
|
392
|
+
We run GuardVibe on its own codebase as a pre-commit hook. Every commit is scanned before it reaches the repository — the same workflow GuardVibe enables for your projects.
|
|
406
393
|
|
|
407
394
|
## How It Works
|
|
408
395
|
|
|
@@ -420,11 +407,12 @@ AI agent fixes issues before they reach production
|
|
|
420
407
|
|
|
421
408
|
## Performance
|
|
422
409
|
|
|
423
|
-
Tested on
|
|
410
|
+
Tested on real AI-built projects (837 files, Next.js + Supabase + Clerk):
|
|
424
411
|
|
|
425
|
-
- Scan time: **
|
|
426
|
-
- False positive rate: **near zero** (
|
|
412
|
+
- Scan time: **~1.2s** (837 files)
|
|
413
|
+
- False positive rate: **near zero** — context-aware detection (React Native, Supabase client/server, static innerHTML, git-aware secrets)
|
|
427
414
|
- Detection rate: **100%** on known vulnerability patterns
|
|
415
|
+
- Security score: **A (99/100)** on production projects
|
|
428
416
|
|
|
429
417
|
## Troubleshooting
|
|
430
418
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "guardvibe",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.1",
|
|
4
4
|
"mcpName": "io.github.goklab/guardvibe",
|
|
5
5
|
"description": "Security MCP for vibe coding. 334 rules, 31 tools, CLI + doctor. Host security: CVE-2025-59536 hook injection, CVE-2026-21852 base URL hijack, MCP config audit, AI host hardening. Plus Next.js, Supabase, Clerk, Stripe, Prisma, tRPC, Hono, GraphQL, Convex, Turso, Uploadthing, AI SDK, and the full AI-generated stack.",
|
|
6
6
|
"type": "module",
|