live · scanning repos
Scanrepo
github.com
DANGER
malware detected
github.com / shadcn-labs

shadcn-labs/pdfcn

TypeScript·639 files·commit f4902bc·scanned 3d ago·cached ✓
70/100
DANGEROUS
Sensitive capability combinations reachable from entry points. Do not run without review.

This repository contains patterns associated with malware. Do NOT run this code.

verdict accurate?
Created 10 days ago
Created 10 days ago
threat-state: dangerouslive

FINDINGS ░▒▓

criticalFunction() constructor detectednew Function() is equivalent to eval() and can execute arbitrary code strings.components/playground/evaluate.ts
  // eslint-disable-next-line eslint(no-new-func) -- Required for sandboxed code evaluation
  new Function("exports", "React", transformCode(code))(exports, react);
  return exportsSchema.parse(export...
+5
infoSuspicious files are not reachable from entry pointsFlagged files exist but are not imported by any entry point. They may be dead code, tests, or attack payloads triggered by another mechanism.+2
warningExtremely long lines (>1000 chars)Very long lines in source files (not minified bundles) can hide malicious code.public/r/forme/alert.json+4
warningExtremely long lines (>1000 chars)Very long lines in source files (not minified bundles) can hide malicious code.public/r/forme/badge.json+4
warningExtremely long lines (>1000 chars)Very long lines in source files (not minified bundles) can hide malicious code.public/r/forme/card.json+4
warningHigh-entropy string literalsFound 5 long strings with high Shannon entropy. This is common in obfuscated payloads that hide URLs, keys, or bytecode.next.config.mjs+3
warningHigh-entropy string literalsFound 3 long strings with high Shannon entropy. This is common in obfuscated payloads that hide URLs, keys, or bytecode.app/(app)/sponsor/page.tsx+3
warningHigh-entropy string literalsFound 4 long strings with high Shannon entropy. This is common in obfuscated payloads that hide URLs, keys, or bytecode.app/.well-known/api-catalog/route.ts+3
warningFlattened or dead control flowDetected switch(true), dead if branches, or deeply nested ternaries — patterns used by obfuscators to hide execution order.components/playground/inspect-pdf.ts+3
warningFlattened or dead control flowDetected switch(true), dead if branches, or deeply nested ternaries — patterns used by obfuscators to hide execution order.registry/bases/forme/components/data-table/data-table.tsx+3
warningFlattened or dead control flowDetected switch(true), dead if branches, or deeply nested ternaries — patterns used by obfuscators to hide execution order.registry/bases/forme/components/graph/graph.tsx+3
warningDependency runs install scripts"<root>/postinstall" executes code during installation. Malicious packages use this to drop payloads before the app even runs.package.json+3

Scores are heuristics. A “safe” verdict means no known-malicious patterns were found — clever malware can look boring. Wrong verdict? Flag it above; confirmed false positives become regression tests.

505 files scanned @ f4902bc | 8/21/2026 | heuristic scan — always review manually

risk by category
code execution7
network & exfiltration0
file system access0
obfuscation15
supply chain3
owasp / injection0
telemetry
files 505/639rules hit 12engine v5commit f4902bc

github

shadcn-labs/pdfcn

Beautiful pdf components, built on Takumi and Forme. 100% Free, Zero config, one command setup.

TypeScript
809
34
14d
639 files
505 scanned(79%)
f4902bc

architecture░▒▓

entry (1) flagged (28) pkg (335)
714 nodes · 1520 edgesscroll to zoom · click node to jump to finding