You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+19-23Lines changed: 19 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# GoSecretScanv2
2
2
3
-
A next-generation, AI-powered security scanner that detects secrets, API keys, credentials, and security vulnerabilities with industry-leading precision. Built to outperform tools like gitleaks with advanced entropy analysis and context-aware detection.
3
+
GoSecretScanv2 is an engineering-focused security scanner that detects secrets, API keys, credentials, and common security misconfigurations using deterministic analysis plus optional LLM-based verification.
4
4
5
5
## Features
6
6
@@ -38,21 +38,16 @@ A next-generation, AI-powered security scanner that detects secrets, API keys, c
38
38
- Handles large files and minified code (1MB line buffer)
39
39
- Pattern definition detection
40
40
41
-
### 🚀 LLM-Powered Verification (BETA)
42
-
43
-
**Revolutionary AI-powered secret verification using IBM Granite 4.0 Micro**
41
+
### LLM-Powered Verification (beta)
44
42
45
43
-**LLM Verification**:
46
44
- Uses IBM Granite 4.0 Micro (GGUF, Q4 quantized, ~450MB)
47
-
- Code-specialized AI model for accurate verification
48
-
- Reduces false positives to <1%
49
-
- Provides reasoning for each decision
45
+
- Provides structured reasoning for each decision
50
46
51
47
-**Semantic Embedding Search**:
52
48
- Generates embeddings for each finding
53
-
- Searches for similar patterns across codebase
54
-
- Learns from historical verifications
55
-
- Clusters related findings
49
+
- Searches for similar patterns across the codebase
50
+
- Reuses historical verifications for similar matches
0 commit comments