guardvibe 2.4.1 → 2.4.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.
- package/CHANGELOG.md +212 -0
- package/package.json +14 -4
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,212 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
All notable changes to GuardVibe are documented in this file.
|
|
4
|
+
|
|
5
|
+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
|
|
6
|
+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
|
+
|
|
8
|
+
## [2.4.1] - 2026-04-04
|
|
9
|
+
|
|
10
|
+
### Added
|
|
11
|
+
- VG910: Hono SSE injection detection via `streamSSE()` (CVE-2026-29085)
|
|
12
|
+
- VG911: Kubernetes Secret hardcoded value detection
|
|
13
|
+
- VG912: MongoDB NoSQL injection via query operators
|
|
14
|
+
|
|
15
|
+
## [2.4.0] - 2026-04-04
|
|
16
|
+
|
|
17
|
+
### Added
|
|
18
|
+
- Buddy format (`--format buddy`) — compact ASCII character with mood-based security feedback
|
|
19
|
+
- 5 face expressions based on security grade (A through F)
|
|
20
|
+
- Grade-aware contextual message pool
|
|
21
|
+
|
|
22
|
+
### Changed
|
|
23
|
+
- Claude Code hook now uses buddy format by default for real-time visual feedback
|
|
24
|
+
|
|
25
|
+
## [2.3.9] - 2026-04-03
|
|
26
|
+
|
|
27
|
+
### Added
|
|
28
|
+
- 6 new supply chain rules (VG860-868)
|
|
29
|
+
- Yarn and pnpm lockfile support
|
|
30
|
+
- Advanced typosquat detection
|
|
31
|
+
|
|
32
|
+
## [2.3.8] - 2026-04-03
|
|
33
|
+
|
|
34
|
+
### Changed
|
|
35
|
+
- Capitalize extension name to GuardVibe in Gemini CLI gallery
|
|
36
|
+
|
|
37
|
+
## [2.3.7] - 2026-04-02
|
|
38
|
+
|
|
39
|
+
### Added
|
|
40
|
+
- Gemini CLI extensions gallery support (gemini-extension.json)
|
|
41
|
+
|
|
42
|
+
## [2.3.6] - 2026-04-02
|
|
43
|
+
|
|
44
|
+
### Added
|
|
45
|
+
- Platform-specific setup guides for all 6 IDEs in README
|
|
46
|
+
|
|
47
|
+
## [2.3.5] - 2026-04-01
|
|
48
|
+
|
|
49
|
+
### Fixed
|
|
50
|
+
- Correct rule count: 322 → 307 (actual), update all module counts in README
|
|
51
|
+
|
|
52
|
+
## [2.3.4] - 2026-04-01
|
|
53
|
+
|
|
54
|
+
### Fixed
|
|
55
|
+
- Suppress false positives in generate-policy template strings
|
|
56
|
+
|
|
57
|
+
## [2.3.3] - 2026-04-01
|
|
58
|
+
|
|
59
|
+
### Changed
|
|
60
|
+
- README: add self-scan dogfooding section, update stats to 322 rules / 25 tools
|
|
61
|
+
|
|
62
|
+
## [2.3.2] - 2026-04-01
|
|
63
|
+
|
|
64
|
+
### Fixed
|
|
65
|
+
- Fix ReDoS in policy-check glob matching (VG107)
|
|
66
|
+
|
|
67
|
+
## [2.3.1] - 2026-04-01
|
|
68
|
+
|
|
69
|
+
### Changed
|
|
70
|
+
- Scan visibility rules: agent always reports GuardVibe results to user
|
|
71
|
+
|
|
72
|
+
## [1.7.1] - 2026-04-01
|
|
73
|
+
|
|
74
|
+
### Added
|
|
75
|
+
- 10 new XSS/injection rules covering form actions, file uploads, rich text editors, and template injection
|
|
76
|
+
|
|
77
|
+
## [1.7.0] - 2026-04-01
|
|
78
|
+
|
|
79
|
+
### Added
|
|
80
|
+
- 24 new rules from proactive threat research
|
|
81
|
+
- Supply chain attack detection rules
|
|
82
|
+
- CI/CD pipeline security rules
|
|
83
|
+
- Kubernetes misconfiguration detection
|
|
84
|
+
- AI/LLM security rules
|
|
85
|
+
- New CVE version intelligence entries
|
|
86
|
+
|
|
87
|
+
## [1.6.1] - 2026-04-01
|
|
88
|
+
|
|
89
|
+
### Added
|
|
90
|
+
- 4 new supply-chain rules for npm publish leak protection
|
|
91
|
+
|
|
92
|
+
### Security
|
|
93
|
+
- Self-hardening of the publish pipeline to prevent accidental credential leaks
|
|
94
|
+
|
|
95
|
+
## [1.6.0] - 2026-03-31
|
|
96
|
+
|
|
97
|
+
### Added
|
|
98
|
+
- Agent-native security layer
|
|
99
|
+
- Command guard for dangerous shell operations
|
|
100
|
+
- Config diff tool for detecting security regressions
|
|
101
|
+
- Repository security posture scoring
|
|
102
|
+
- Deep remediation with expanded fix suggestions
|
|
103
|
+
|
|
104
|
+
## [1.5.0] - 2026-03-31
|
|
105
|
+
|
|
106
|
+
### Added
|
|
107
|
+
- PR review security scanning
|
|
108
|
+
- Git history scan for leaked secrets
|
|
109
|
+
- Policy engine with compliance enforcement
|
|
110
|
+
- Taint analysis for data flow tracking
|
|
111
|
+
- 100% fixCode coverage across all rules
|
|
112
|
+
- Expanded patch generation for auto-fix suggestions
|
|
113
|
+
|
|
114
|
+
## [1.4.0] - 2026-03-31
|
|
115
|
+
|
|
116
|
+
### Added
|
|
117
|
+
- `check_package_health` tool for typosquat detection, maintenance status, and adoption metrics
|
|
118
|
+
- `exploit` and `audit` fields on SecurityRule for compliance demonstrations
|
|
119
|
+
- fixCode secure code examples added to all 25 rules that were missing them
|
|
120
|
+
|
|
121
|
+
### Changed
|
|
122
|
+
- Compliance mapping deepened with GDPR and ISO 27001 controls
|
|
123
|
+
- Performance improvements for large project scanning
|
|
124
|
+
|
|
125
|
+
## [1.3.3] - 2026-03-31
|
|
126
|
+
|
|
127
|
+
### Fixed
|
|
128
|
+
- Node.js 18 compatibility issue
|
|
129
|
+
|
|
130
|
+
### Security
|
|
131
|
+
- npm provenance via Sigstore for cryptographic package signing
|
|
132
|
+
- Branch protection enabled (force push disabled on main)
|
|
133
|
+
- Tag protection for version tags (`v*`)
|
|
134
|
+
- Minimal CI permissions (`contents: read` only)
|
|
135
|
+
|
|
136
|
+
## [1.3.2] - 2026-03-31
|
|
137
|
+
|
|
138
|
+
### Changed
|
|
139
|
+
- Rebranded project as GuardVibe with new description and metadata
|
|
140
|
+
|
|
141
|
+
## [0.6.1] - 2026-03-30
|
|
142
|
+
|
|
143
|
+
### Fixed
|
|
144
|
+
- OSV severity normalization returning incorrect values
|
|
145
|
+
|
|
146
|
+
### Changed
|
|
147
|
+
- Updated MCP SDK dependency
|
|
148
|
+
|
|
149
|
+
## [0.6.0] - 2026-03-30
|
|
150
|
+
|
|
151
|
+
### Added
|
|
152
|
+
- `.guardviberc` configuration file support with rule disable, severity override, and scan exclusions
|
|
153
|
+
- Compliance mapping for SOC2, PCI-DSS, and HIPAA with `compliance_report` tool
|
|
154
|
+
- Terraform IaC security rules (VG300-VG304): S3, IAM, RDS, security groups
|
|
155
|
+
- SARIF v2.1.0 output for CI/CD integration (`export_sarif` tool)
|
|
156
|
+
|
|
157
|
+
### Fixed
|
|
158
|
+
- `scan_dependencies` severity and summary showing undefined when fetching OSV details
|
|
159
|
+
|
|
160
|
+
## [0.5.0] - 2026-03-30
|
|
161
|
+
|
|
162
|
+
### Added
|
|
163
|
+
- `fixCode` field on SecurityRule type with secure code examples for core, Go, Java, PHP, Ruby rules
|
|
164
|
+
- `scan_staged` tool for pre-commit security scanning
|
|
165
|
+
- Dockerfile security rules (VG200-VG204): root user, secrets in ENV, untagged images
|
|
166
|
+
- CI/CD security rules (VG210-VG213): secrets interpolation, unpinned actions, write-all permissions
|
|
167
|
+
- Security guides for Django, NestJS, Hono, Supabase, and tRPC
|
|
168
|
+
- fixCode snippets rendered in security reports
|
|
169
|
+
|
|
170
|
+
### Changed
|
|
171
|
+
- Renamed project from VibeGuard to GuardVibe across entire codebase
|
|
172
|
+
- Cleaned up all old VibeGuard references and outdated specs
|
|
173
|
+
|
|
174
|
+
## [0.4.0] - 2026-03-30
|
|
175
|
+
|
|
176
|
+
### Added
|
|
177
|
+
- `scan_directory` tool for filesystem-native project scanning
|
|
178
|
+
- `scan_dependencies` tool with manifest parsing and OSV batch query
|
|
179
|
+
- `scan_secrets` tool with pattern-based and entropy-based secret detection
|
|
180
|
+
- `guardvibe-ignore` inline comment suppression (supports `//`, `#`, `<!-- -->`)
|
|
181
|
+
- Finding deduplication in analysis pipeline
|
|
182
|
+
|
|
183
|
+
### Changed
|
|
184
|
+
- `check_project` refactored to use structured findings instead of string parsing
|
|
185
|
+
- Extracted `analyzeCode()` as reusable analysis function
|
|
186
|
+
- Rules split into per-language modules for maintainability
|
|
187
|
+
|
|
188
|
+
## [0.3.0] - 2026-03-30
|
|
189
|
+
|
|
190
|
+
### Added
|
|
191
|
+
- Project scanning with `check_project` tool
|
|
192
|
+
- CLI auto-setup (`npx guardvibe init`) for Claude Code, Cursor, Gemini CLI
|
|
193
|
+
- Go security rules (SQL injection, command injection, template escaping)
|
|
194
|
+
- Java security rules
|
|
195
|
+
- PHP security rules
|
|
196
|
+
- Ruby security rules
|
|
197
|
+
- Test infrastructure with tsx and node:test
|
|
198
|
+
- Rule tests for core, Go, Java, PHP, Ruby
|
|
199
|
+
|
|
200
|
+
## [0.2.0] - 2026-03-30
|
|
201
|
+
|
|
202
|
+
### Added
|
|
203
|
+
- New security rules for Python
|
|
204
|
+
- Improved Python support
|
|
205
|
+
|
|
206
|
+
## [0.1.0] - 2026-03-30
|
|
207
|
+
|
|
208
|
+
### Added
|
|
209
|
+
- Initial release as VibeGuard Security MCP server
|
|
210
|
+
- Core OWASP security rules (SQL injection, XSS, CSRF, command injection)
|
|
211
|
+
- `check_code` tool for code snippet analysis
|
|
212
|
+
- MCP server with stdio transport
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "guardvibe",
|
|
3
|
-
"version": "2.4.
|
|
3
|
+
"version": "2.4.2",
|
|
4
4
|
"description": "Security MCP for vibe coding. 313 rules, 25 tools for Next.js, Supabase, Clerk, Stripe, Prisma, tRPC, Hono, GraphQL, Convex, Turso, Uploadthing, AI SDK, and the full AI-generated stack.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -8,12 +8,22 @@
|
|
|
8
8
|
"guardvibe-init": "build/cli.js",
|
|
9
9
|
"guardvibe-scan": "build/cli.js"
|
|
10
10
|
},
|
|
11
|
+
"types": "./build/index.d.ts",
|
|
11
12
|
"files": [
|
|
12
|
-
"build"
|
|
13
|
+
"build",
|
|
14
|
+
"README.md",
|
|
15
|
+
"LICENSE",
|
|
16
|
+
"CHANGELOG.md"
|
|
13
17
|
],
|
|
14
18
|
"exports": {
|
|
15
|
-
".":
|
|
16
|
-
|
|
19
|
+
".": {
|
|
20
|
+
"types": "./build/index.d.ts",
|
|
21
|
+
"default": "./build/index.js"
|
|
22
|
+
},
|
|
23
|
+
"./plugins": {
|
|
24
|
+
"types": "./build/plugins/types.d.ts",
|
|
25
|
+
"default": "./build/plugins/types.js"
|
|
26
|
+
}
|
|
17
27
|
},
|
|
18
28
|
"scripts": {
|
|
19
29
|
"build": "tsc",
|