SaaSBenchmark

apptechlab / llmfirewall

2,692 lines · JavaScript
0repos scanned
0lines measured
0leaked secrets found
0vulnerable pkgs found
0completed measurements
Overall score
0 / 100
Where you land ?Your overall score plotted against every JavaScript codebase in the corpus. The dot sits at your score on the horizontal axis; the shaded area to its left is the share of projects that scored lower — that share is your percentile.
0th percentile
0 25 50 75 100 92 YOUR REPO
← worse code qualitybetter code quality →
67% of measured projects scored lower llmfirewall92
gitleaks · secrets
Verified leaked credentials
0
0pctile
jscpd · duplication
Duplicated lines
0%
0pctile
lizard · complexity
Avg cyclomatic complexity
0
0pctile
gitleaks — 3-tier severity, §3.1
config.example.js:14ignored*.example path
lib/token.js:9suspectedno entropy — not counted
— verified leaksnone0 counted into score
jscpd — duplicated blocks
routes/billing.js:88-12134 lines · 2 clones
routes/invoices.js:40-7334 lines · 2 clones
lizard — highest-complexity functions
routes/checkout.js:142handleSubmit() — 14
lib/pricing.js:67calculateTotal() — 11
eslint · lint
Errors per 1,000 lines
0
0pctile
osv-scanner · deps
Vulnerable packages
0
0pctile
cloc · size
Total lines of code
0
3.1kcorpus median
eslint — most-violated rules
no-unused-vars8 occurrences
eqeqeq4 occurrences
osv-scanner — vulnerable dependencies
lodash@4.17.11criticalfix: 4.17.21
minimist@1.2.0criticalfix: 1.2.6
cloc — lines by language
JavaScript4,820 lines · 61 files
JSON210 lines · 4 files
norm_secrets = verified_leaks == 0 ? 100 : max(0, 40 − verified_leaks·40) norm_complexity = percentile of this sample's raw complexity in the corpus norm_duplication = percentile of this sample's raw duplication % in the corpus headline = 0.50·security + 0.20·performance + 0.20·maintainability + 0.10·best_practices veto: any verified leaked credential ⇒ headline = min(headline, 15)
Sub-scores are percentiles against the corpus for this language, not arbitrary constants — a 75 means genuinely better than 75% of comparable projects. Weights and thresholds are a stated product decision, not scientific fact.