Public scan — anyone with this URL can view this analysis. Sign up to track your own repos privately, run scheduled re-scans, and get AI fix prompts via your dashboard.

dquillman/cipher-marketing

https://github.com/dquillman/cipher-marketing · scanned 2026-06-17 01:58 UTC (1 month, 1 week ago)

76 raw signals (0 security + 76 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 1 month, 1 week ago · v2 · last Δ +1.5 (diff) · 76 actionable findings from 1 signal source. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.

JSON
Severity distribution — click a segment to filter
Active filters: excluding tests × Reset all
Corpus Intelligence Cross-corpus context (cohort percentile, top patterns, fix plan) is shown only on repositories you own. Sign up and connect your repo to view it.
Scan summary Repository scanned at 78.2/100 with 77.8% coverage. It contains 264 nodes across 0 cross-layer flows, written primarily in mixed languages. Engine surfaced 76 findings — concentrated in security (45), quality (29), frontend (1). Risk profile is high: 22 critical, 1 high, 34 medium. Recommended next step: open the security layer findings first — that's where the highest-impact wins live.

Showing 58 of 76 actionable findings. Click TP / FP to vote on a finding's accuracy — votes adjust the confidence weighting and improve detection across the platform.

critical System graph security Secrets conf 1.00 Possible secret in scripts/rebuild-on-data-change.mjs
Detected pattern matching generic_api_key. Rotate the credential and move to a secret manager.
scripts/rebuild-on-data-change.mjs:19
critical System graph security Secrets conf 1.00 Possible secret in scripts/regrade-fri-domains.mjs
Detected pattern matching generic_api_key. Rotate the credential and move to a secret manager.
scripts/regrade-fri-domains.mjs:12
critical System graph security Secrets conf 1.00 Possible secret in scripts/regrade-mon-launch.mjs
Detected pattern matching generic_api_key. Rotate the credential and move to a secret manager.
scripts/regrade-mon-launch.mjs:12
critical System graph security Secrets conf 1.00 Possible secret in scripts/seed-firestore.mjs
Detected pattern matching generic_api_key. Rotate the credential and move to a secret manager.
scripts/seed-firestore.mjs:28
critical System graph security Secrets conf 1.00 Possible secret in scripts/write-competitor-intel.mjs
Detected pattern matching generic_api_key. Rotate the credential and move to a secret manager.
scripts/write-competitor-intel.mjs:6
critical System graph security Secrets conf 1.00 Possible secret in site/app.html
Detected pattern matching generic_api_key. Rotate the credential and move to a secret manager.
site/app.html:2173
critical System graph security Secrets conf 1.00 Possible secret in site/competitors.html
Detected pattern matching generic_api_key. Rotate the credential and move to a secret manager.
site/competitors.html:786
critical System graph security Secrets conf 1.00 Possible secret in site/content.html
Detected pattern matching generic_api_key. Rotate the credential and move to a secret manager.
site/content.html:790
critical System graph security Secrets conf 1.00 Possible secret in site/engineering.html
Detected pattern matching generic_api_key. Rotate the credential and move to a secret manager.
site/engineering.html:786
critical System graph security Secrets conf 1.00 Possible secret in site/funnel.html
Detected pattern matching generic_api_key. Rotate the credential and move to a secret manager.
site/funnel.html:1208
critical System graph security Secrets conf 1.00 Possible secret in site/index.html
Detected pattern matching generic_api_key. Rotate the credential and move to a secret manager.
site/index.html:1208
critical System graph security Secrets conf 1.00 Possible secret in site/inline-assets.mjs
Detected pattern matching generic_api_key. Rotate the credential and move to a secret manager.
site/inline-assets.mjs:29
critical System graph security Secrets conf 1.00 Possible secret in site/landing.html
Detected pattern matching generic_api_key. Rotate the credential and move to a secret manager.
site/landing.html:786
critical System graph security Secrets conf 1.00 Possible secret in site/launch-campaign.html
Detected pattern matching generic_api_key. Rotate the credential and move to a secret manager.
site/launch-campaign.html:1619
critical System graph security Secrets conf 1.00 Possible secret in site/posts.html
Detected pattern matching generic_api_key. Rotate the credential and move to a secret manager.
site/posts.html:1377
critical System graph security Secrets conf 1.00 Possible secret in site/sample-linkedin-post.html
Detected pattern matching generic_api_key. Rotate the credential and move to a secret manager.
site/sample-linkedin-post.html:1011
critical System graph security Secrets conf 1.00 Possible secret in site/schedule.html
Detected pattern matching generic_api_key. Rotate the credential and move to a secret manager.
site/schedule.html:1553
critical System graph security Secrets conf 1.00 Possible secret in site/sprint.html
Detected pattern matching generic_api_key. Rotate the credential and move to a secret manager.
site/sprint.html:786
critical System graph security Secrets conf 1.00 Possible secret in site/strategy.html
Detected pattern matching generic_api_key. Rotate the credential and move to a secret manager.
site/strategy.html:786
critical System graph security Secrets conf 1.00 Possible secret in site/today.html
Detected pattern matching generic_api_key. Rotate the credential and move to a secret manager.
site/today.html:1645
critical System graph security Secrets conf 1.00 Possible secret in site/voice.html
Detected pattern matching generic_api_key. Rotate the credential and move to a secret manager.
site/voice.html:786
high System graph security security conf 1.00 Insecure pattern 'new_function_used' in site/app.html:6587
Found a known-risky pattern (new_function_used). Review and replace if possible.
site/app.html:6587 New function used
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — scripts/pull-testimonials.mjs:53
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — scripts/push-board-priorities.mjs:74
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — scripts/push-competitors-doc.mjs:33
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — scripts/rebuild-on-data-change.mjs:89
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — scripts/regrade-fri-domains.mjs:41
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — scripts/regrade-mon-launch.mjs:41
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — scripts/seed-firestore.mjs:96
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — scripts/write-competitor-intel.mjs:198
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Production readiness conf 1.00 Composite production-readiness gap
Multiple low-cost hardening controls are missing together: license, ci, tests. Opus verification showed these co-occurring gaps are a better readiness signal than reading each flag in isolation.
Repo hardeningGenerated repo pattern
medium System graph quality Placeholder conf 1.00 Critical user flow still appears backed by mock or placeholder data
A payment/auth/admin/order/billing-style flow contains mock, fake, TODO, dummy, or placeholder markers in runtime source. In the Fable corpus this is a high-leverage completeness smell: the app can look finished while the money, identity, or tenant flow is still scaffolded.
Mock dataCritical flowGenerated repo pattern
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in serve.mjs:52
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
serve.mjs:52 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in site/app.html:2996
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
site/app.html:2996 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in site/assets/site.js:210
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
site/assets/site.js:210 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in site/competitors.html:989
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
site/competitors.html:989 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in site/content.html:1656
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
site/content.html:1656 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in site/engineering.html:1142
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
site/engineering.html:1142 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in site/funnel.html:1453
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
site/funnel.html:1453 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in site/index.html:1560
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
site/index.html:1560 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in site/landing.html:1259
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
site/landing.html:1259 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in site/launch-campaign.html:2166
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
site/launch-campaign.html:2166 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in site/posts.html:1607
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
site/posts.html:1607 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in site/schedule.html:1896
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
site/schedule.html:1896 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in site/sprint.html:834
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
site/sprint.html:834 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in site/strategy.html:1179
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
site/strategy.html:1179 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in site/today.html:1959
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
site/today.html:1959 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in site/voice.html:1169
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
site/voice.html:1169 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in remotion/scripts/render-og-cards.mjs:16
Found a known-risky pattern (node_child_process). Review and replace if possible.
remotion/scripts/render-og-cards.mjs:16 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in scripts/rebuild-on-data-change.mjs:10
Found a known-risky pattern (node_child_process). Review and replace if possible.
scripts/rebuild-on-data-change.mjs:10 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in scripts/render-exam.mjs:20
Found a known-risky pattern (node_child_process). Review and replace if possible.
scripts/render-exam.mjs:20 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in serve.mjs:14
Found a known-risky pattern (node_child_process). Review and replace if possible.
serve.mjs:14 Node child process
medium System graph security Coverage conf 1.00 No auth library detected
The scanner did not find any standard auth library (JWT, OAuth, NextAuth, Auth0, etc.). The repo has auth/admin/session surface indicators, so auth may live in custom code, in a separate service, or be missing.
auth
medium System graph cicd CI/CD security conf 1.00 No CI/CD pipelines detected
No GitHub Actions, GitLab CI, or CircleCI configs found. Without CI you can't gate deploys on tests/lints.
CI/CD securityCoverage
medium System graph quality Tests conf 1.00 Very low test-to-source ratio
1 test file(s) for 44 source file(s) (ratio 0.02). Consider adding integration or unit tests for critical paths.
Coverage
low System graph quality Debug conf 1.00 Debug logging residue appears in source files
Found 78 console/debugger/print-style debug statements in non-test source. This is a common fast-generation residue before production cleanup.
CleanupRepo hardeningGenerated repo pattern
low System graph quality License conf 1.00 No license file detected
No LICENSE/COPYING/NOTICE file was found. Generated repositories often omit licensing, which blocks reuse and automated intake.
Repo hardeningGenerated repo pattern
low System graph quality Complexity conf 1.00 Very large file: site/assets/site.js (1051 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
For AI agents: Voting guide (TP/FP) MCP manifest Stdio wrapper SARIF Integrate Findings queue Vote TP/FP on findings to calibrate the engine.
For AI agents + API integrations
Email me when this repo regresses
Free. We re-scan periodically; new criticals → your inbox. No signup required for the scan itself.
API access

This page is publicly accessible at: https://repobility.com/scan/0cdaa5ff-0501-4d8f-9b14-d4ac1d40e524/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/0cdaa5ff-0501-4d8f-9b14-d4ac1d40e524/

Important — please don't re-submit the same URL repeatedly. The submission endpoint is idempotent: re-submitting the same git URL returns this same scan_token, not a new one. To re-scan this repo, sign up free and use the dashboard.