low
@heilgar/shadcn-ui-mcp-server
v1.0.6MCP server for shadcn/ui component references
3
Total
0
Critical
0
High
3
Medium
Findings
unknownmediumNS-003Network SuspiciousMedium ConfidenceLine 0
JavaScript fetch() call
Detected by automated pattern matching (rule NS-003) with medium confidence. May be a false positive.
65: export async function fetchWithRetry(url, retries = RETRY_ATTEMPTS, delay = RETRY_DELAY_MS) {
66: try {
>>> 67: const response = await fetch(url);
68: if (!response.ok) {
69: throw new Error(`HTTP error ${response.status}: ${response.statusText}`);Report false positivemediumEN-001unknownMedium ConfidenceLine 0
High-entropy string (4.6 bits/char) — possible encoded payload
Detected by automated pattern matching (rule EN-001) with medium confidence. May be a false positive.
Report false positivemediumEN-001unknownMedium ConfidenceLine 0
High-entropy string (4.7 bits/char) — possible encoded payload
Detected by automated pattern matching (rule EN-001) with medium confidence. May be a false positive.
Report false positiveScan History
| Date | Risk | Findings | Files | Duration |
|---|---|---|---|---|
| Feb 27, 2026 | low | 3 | 6 | 0.00s |
| Feb 25, 2026 | low | 3 | 6 | 0.00s |
| Feb 23, 2026 | low | 3 | 6 | 0.00s |
| Feb 22, 2026 | low | 3 | 6 | 0.00s |