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.
37 of your 89 findings came from Repobility's proprietary detections. ✓ Repobility tags below mark them.

elizaOS/eliza

https://github.com/elizaOS/eliza · scanned 2026-06-05 23:17 UTC (4 days, 4 hours ago) · 10 languages

80 findings 11/13 scanners ran 60th percentile · Typescript · large (100-500K LoC)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

25 actionable findings from 1 signal source. 55 repeated signals grouped for readability. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.

Score breakdown â 2026-05-18-v5
Component Sub-score Weight Contribution
structure_score 60.0 0.15 9.00
security_score 100.0 0.25 25.00
testing_score 82.0 0.20 16.40
documentation_score 67.0 0.15 10.05
practices_score 69.0 0.15 10.35
code_quality 70.0 0.10 7.00
Overall 1.00 77.8
security_score may be inflated — optional security scanners were skipped on this fast scan
Severity distribution — click a segment to filter
Active filters: excluding tests × Reset all

Showing 13 of 25 actionable findings. 80 raw detector signals were grouped into reader-sized issues. Click TP / FP to vote on a finding's accuracy — votes adjust the confidence weighting and improve detection across the platform.

low Security checks cicd CI/CD security conf 0.35 ✓ Repobility 25 occurrences Workflow references repository secrets in a pull_request workflow
Fork pull_request runs do not receive normal repository secrets on GitHub Actions. Review this as a reliability/intent signal, not as direct fork-secret exfiltration. Raise severity only for pull_request_target or another trusted-context path that runs untrusted PR code with secrets.
4 files, 25 locations
.github/workflows/cloud-cf-deploy.yml:110, 111, 133, 134, 135, 136, 137, 138, +12 more (20 hits)
.github/workflows/feed-vercel-preview-manual.yml:82, 83, 84 (3 hits)
.github/workflows/claude-code-review.yml:48
.github/workflows/claude-security-review.yml:57
CI/CD securityworkflow secretsGitHub Actions
high Security checks security prompt injection conf 0.82 LLM memory extraction can be prompt-injected into storing fake facts
Validate extracted facts with a schema, enforce length and count limits, reject code-fence/prompt-looking content, and discard facts that contain instruction-like phrases or raw JSON prompt fragments.
packages/agent/src/runtime/conversation-compactor-runtime.ts:458
medium Security checks security auth conf 0.92 [AUC001] No Repobility access matrix policy found: The repository uses web/API frameworks but does not define .repobility/access.yml or equivalent authorization documentation.
Add .repobility/access.yml mapping routes to anonymous, authenticated, owner, admin, and super_admin. Keep business-specific rules in the repo so CI can enforce them.
medium Security checks quality Practices conf 1.00 [CFG006] Missing .gitignore: No .gitignore file. Risk of committing secrets and build artifacts.
Add a .gitignore appropriate for your language/framework.
medium Security checks quality Error handling conf 1.00 [ERR002] Empty Catch Block: Empty catch blocks hide errors.
Log the error or rethrow it. Use console.error() at minimum.
packages/agent/src/auth/refresh-mutex.ts:28
medium Security checks quality Quality conf 0.68 Ollama audio payload path may mislead users about direct model audio
Gate direct audio sending on a verified runtime capability check. Until supported, show a one-time notice that voice is transcribed in the browser and only text is sent to the model.
packages/agent/src/config/zod-schema.core.ts:782
medium Security checks quality Quality conf 0.78 Public web service has no security.txt
Add /.well-known/security.txt with Contact, Expires, Canonical, Preferred-Languages, and Policy fields. Keep the contact endpoint monitored.
.well-known/security.txt
high Security checks software dependencies conf 0.70 6 occurrences Remote install command pipes network code directly to a shell
Publish a package-manager install path or add checksum/signature verification before execution. For docs, show the inspect-then-run flow and pin the downloaded artifact version.
6 files, 6 locations
.github/workflows/cloud-deploy-backend.yml:306
.github/workflows/deploy-eliza-provisioning-worker.yml:221
packages/benchmarks/loca-bench/README.md:51
packages/benchmarks/openclaw-benchmark/.archived/opencode_setup/README.md:10
packages/benchmarks/openclaw-benchmark/benchmark/README.md:9
packages/benchmarks/openclaw-benchmark/nix_isolated_env/README.md:10
low Security checks quality Quality conf 0.60 13 occurrences Duplicated implementation block across source files
Duplicate implementation blocks are maintenance debt. Keep them visible, but they are not a high-severity defect unless the duplicated logic is security-sensitive or drifting.
12 files, 13 locations
packages/agent/src/api/server-lazy-routes.ts:46, 71 (2 hits)
packages/agent/src/api/runtime-plugin-routes.ts:32
packages/agent/src/api/server-helpers-auth.ts:175
packages/agent/src/api/server-helpers-config.ts:303
packages/agent/src/api/server-helpers-plugin.ts:137
packages/agent/src/api/server-helpers-wallet.ts:179
packages/agent/src/api/server-helpers.ts:464
packages/agent/src/api/wallet-rpc.ts:300
duplicationquality
low Security checks quality Quality conf 0.64 Public docs site has no llms.txt
Add llms.txt with the product summary, canonical docs, API endpoints, security guidance, and preferred CLI workflow for AI agents.
llms.txt
low Security checks quality Quality conf 0.50 Public web app has no humans.txt
Add humans.txt with team ownership, contact URL, key documentation links, and the last-updated date.
humans.txt
low Security checks quality Quality conf 0.72 Public web app has no sitemap
Add sitemap.xml, a sitemap index, or a framework-native sitemap route and reference it from robots.txt.
sitemap.xml
low Security checks quality Quality conf 0.74 robots.txt does not advertise a sitemap
Add `Sitemap: https://your-domain.example/sitemap.xml` to robots.txt.
.github/workflows/hetzner-e2e.yml
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/8c9928c9-638b-4a0f-8318-de876025d6e0/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/8c9928c9-638b-4a0f-8318-de876025d6e0/

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.