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.

XingP14/llm-benchmark

https://github.com/XingP14/llm-benchmark · scanned 2026-06-16 01:02 UTC (2 months, 1 week ago)

53 raw signals (0 security + 53 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 1 week ago · v1 · 46 actionable findings from 1 signal source. 7 repeated signals grouped for readability. 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

All 276 nodes from the latest scan, grouped by kind. Each node is a unit the engine identified (file, function, endpoint, table…). Most users won't need this view — it's primarily for debugging the engine's graph extraction or for AI agents that want to enumerate the project structure.

LabelLayerStatusPath
not software healthy tests/sandbox.test.ts:not
sendWS software healthy tests/web/evaluator-long-output.test.ts:sendWS
sendWS software healthy tests/web/evaluator-full.test.ts:sendWS
makeResult software healthy tests/web/coverage-fix.test.ts:makeResult
sendWS software healthy tests/web/evaluator-scoring.test.ts:sendWS
getTestDatabase software healthy tests/web/setup.ts:getTestDatabase
closeTestDatabase software healthy tests/web/setup.ts:closeTestDatabase
resetTestDatabase software healthy tests/web/setup.ts:resetTestDatabase
initializeSchema software healthy tests/web/setup.ts:initializeSchema
resetMocks software healthy tests/web/mocks.ts:resetMocks
getDatabase software healthy tests/web/__mocks__/database.ts:getDatabase
closeDatabase software healthy tests/web/__mocks__/database.ts:closeDatabase
resetDatabase software healthy tests/web/__mocks__/database.ts:resetDatabase
createSchema software healthy __mocks__/src/web/db/database.ts:createSchema
initAdmin software healthy __mocks__/src/web/db/database.ts:initAdmin
getDatabase software healthy __mocks__/src/web/db/database.ts:getDatabase
closeDatabase software healthy __mocks__/src/web/db/database.ts:closeDatabase
resetDatabase software healthy __mocks__/src/web/db/database.ts:resetDatabase
loadHistory software healthy public/js/evaluation.js:loadHistory
renderHistory software healthy public/js/evaluation.js:renderHistory
calcDuration software healthy public/js/evaluation.js:calcDuration
viewResult software healthy public/js/evaluation.js:viewResult
showResult software healthy public/js/evaluation.js:showResult
backToList software healthy public/js/evaluation.js:backToList
startEvaluation software healthy public/js/evaluation.js:startEvaluation
showProgress software healthy public/js/evaluation.js:showProgress
updateProgress software healthy public/js/evaluation.js:updateProgress
evaluationCompleted software healthy public/js/evaluation.js:evaluationCompleted
escapeHtml software healthy public/js/evaluation.js:escapeHtml
forceLogout software healthy public/js/websocket.js:forceLogout
scheduleReconnect software healthy public/js/websocket.js:scheduleReconnect
connectWS software healthy public/js/websocket.js:connectWS
onWSEvent software healthy public/js/websocket.js:onWSEvent
sendWS software healthy public/js/websocket.js:sendWS
cancelEvaluation software healthy public/js/websocket.js:cancelEvaluation
getToken software healthy public/js/auth.js:getToken
checkAuth software healthy public/js/auth.js:checkAuth
getHeaders software healthy public/js/auth.js:getHeaders
apiRequest software healthy public/js/auth.js:apiRequest
logout software healthy public/js/auth.js:logout
loadConfigs software healthy public/js/configs.js:loadConfigs
renderConfigs software healthy public/js/configs.js:renderConfigs
renderConfigSelector software healthy public/js/configs.js:renderConfigSelector
openModal software healthy public/js/configs.js:openModal
updateDefaultEndpoint software healthy public/js/configs.js:updateDefaultEndpoint
closeModal software healthy public/js/configs.js:closeModal
editConfig software healthy public/js/configs.js:editConfig
deleteConfig software healthy public/js/configs.js:deleteConfig
saveConfig software healthy public/js/configs.js:saveConfig
escapeHtml software healthy public/js/configs.js:escapeHtml

Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.

LabelLayerStatusPath
jest.config.js software healthy jest.config.js
README.md software healthy README.md
README.en.md software healthy README.en.md
.eslintrc.cjs software healthy .eslintrc.cjs
package.json software healthy package.json
jest.setup.js software healthy jest.setup.js
CONTRIBUTING.md software healthy CONTRIBUTING.md
package-lock.json software healthy package-lock.json
ROADMAP.md software healthy ROADMAP.md
tsconfig.json software healthy tsconfig.json
LICENSE software healthy LICENSE
CODE_OF_CONDUCT.md software healthy CODE_OF_CONDUCT.md
SECURITY.md software healthy SECURITY.md
CHANGELOG.md software healthy CHANGELOG.md
config.example.json software healthy config.example.json
docker-compose.yml software healthy docker-compose.yml
Dockerfile software healthy docker/Dockerfile
reporter.test.ts software healthy tests/reporter.test.ts
types.test.ts software healthy tests/types.test.ts
benchmarks.test.ts software healthy tests/benchmarks.test.ts
sandbox.test.ts software healthy tests/sandbox.test.ts
adapter.test.ts software healthy tests/adapter.test.ts
evaluator-long-output.test.ts software healthy tests/web/evaluator-long-output.test.ts
evaluator-full.test.ts software healthy tests/web/evaluator-full.test.ts
task.test.ts software healthy tests/web/task.test.ts
websocket.test.ts software healthy tests/web/websocket.test.ts
final-coverage.test.ts software healthy tests/web/final-coverage.test.ts
evaluations.test.ts software healthy tests/web/evaluations.test.ts
coverage-fix.test.ts software healthy tests/web/coverage-fix.test.ts
evaluator-scoring.test.ts software healthy tests/web/evaluator-scoring.test.ts
database-mock.ts software healthy tests/web/database-mock.ts
configs.test.ts software healthy tests/web/configs.test.ts
evaluations-post.test.ts software healthy tests/web/evaluations-post.test.ts
auth.test.ts software healthy tests/web/auth.test.ts
setup.ts software healthy tests/web/setup.ts
coverage-gap.test.ts software healthy tests/web/coverage-gap.test.ts
questions.test.ts software healthy tests/web/questions.test.ts
evaluator.test.ts software healthy tests/web/evaluator.test.ts
mocks.ts software healthy tests/web/mocks.ts
auth-middleware-branch.test.ts software healthy tests/web/auth-middleware-branch.test.ts
database.ts software healthy tests/web/__mocks__/database.ts
ci-failures.md software healthy docs/ci-failures.md
TESTING_STANDARD.md software healthy docs/TESTING_STANDARD.md
database.ts software healthy __mocks__/src/web/db/database.ts
dashboard.html software healthy public/dashboard.html
index.html software healthy public/index.html
evaluation.js software healthy public/js/evaluation.js
websocket.js software healthy public/js/websocket.js
auth.js software healthy public/js/auth.js
configs.js software healthy public/js/configs.js

Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.

LabelLayerStatusPath
docker software healthy docker
tests software healthy tests
web software healthy tests/web
__mocks__ software healthy tests/web/__mocks__
docs software healthy docs
__mocks__ software healthy __mocks__
src software healthy __mocks__/src
web software healthy __mocks__/src/web
db software healthy __mocks__/src/web/db
public software healthy public
js software healthy public/js
css software healthy public/css
.github software healthy .github
workflows software healthy .github/workflows
src software healthy src
adapters software healthy src/adapters
types software healthy src/types
benchmarks software healthy src/benchmarks
sandbox software healthy src/sandbox
web software healthy src/web
middleware software healthy src/web/middleware
routes software healthy src/web/routes
engine software healthy src/web/engine
db software healthy src/web/db
core software healthy src/core

LabelLayerStatusPath
USE /api/auth api healthy src/web/server.ts
USE /api/configs api healthy src/web/server.ts
USE /api/evaluations api healthy src/web/server.ts
USE /api/questions api healthy src/web/server.ts
GET /api/health api healthy src/web/server.ts
GET / api healthy src/web/routes/evaluations.ts
POST / api healthy src/web/routes/evaluations.ts
GET /:id api healthy src/web/routes/evaluations.ts
GET /:id/results api healthy src/web/routes/evaluations.ts
POST /login api healthy src/web/routes/auth.ts
GET /me api healthy src/web/routes/auth.ts
PUT /:id api healthy src/web/routes/configs.ts
DELETE /:id api healthy src/web/routes/configs.ts

LabelLayerStatusPath
password_literal::README.md security healthy README.md
password_literal::README.md security healthy README.md
password_literal::jest.setup.js security healthy jest.setup.js
password_literal::tests/web/final-coverage.test.ts security healthy tests/web/final-coverage.test.ts
password_literal::tests/web/evaluations.test.ts security healthy tests/web/evaluations.test.ts
password_literal::tests/web/coverage-fix.test.ts security healthy tests/web/coverage-fix.test.ts
password_literal::tests/web/configs.test.ts security healthy tests/web/configs.test.ts
password_literal::tests/web/evaluations-post.test.ts security healthy tests/web/evaluations-post.test.ts
password_literal::tests/web/auth.test.ts security healthy tests/web/auth.test.ts
password_literal::tests/web/auth.test.ts security healthy tests/web/auth.test.ts
password_literal::tests/web/auth.test.ts security healthy tests/web/auth.test.ts
password_literal::tests/web/setup.ts security healthy tests/web/setup.ts
password_literal::tests/web/auth-middleware-branch.test.ts security healthy tests/web/auth-middleware-branch.test.ts

LabelLayerStatusPath
OpenAIAdapter software healthy src/adapters/openai-adapter.ts:OpenAIAdapter
AnthropicAdapter software healthy src/adapters/anthropic-adapter.ts:AnthropicAdapter
QwenAdapter software healthy src/adapters/qwen-adapter.ts:QwenAdapter
OllamaAdapter software healthy src/adapters/ollama-adapter.ts:OllamaAdapter
DeepSeekAdapter software healthy src/adapters/deepseek-adapter.ts:DeepSeekAdapter
GLMAdapter software healthy src/adapters/glm-adapter.ts:GLMAdapter
PythonSandbox software healthy src/sandbox/python-sandbox.ts:PythonSandbox
TaskManager software healthy src/web/engine/task.ts:TaskManager
EvaluatorEngine software healthy src/web/engine/evaluator.ts:EvaluatorEngine
Reporter software healthy src/core/reporter.ts:Reporter
Scorer software healthy src/core/scorer.ts:Scorer
Evaluator software healthy src/core/evaluator.ts:Evaluator

LabelLayerStatusPath
auth::src/web/routes/auth.ts security healthy src/web/routes/auth.ts
auth::tests/web/auth-middleware-branch.test.ts security healthy tests/web/auth-middleware-branch.test.ts
auth::tests/web/coverage-fix.test.ts security healthy tests/web/coverage-fix.test.ts
auth::README.md security healthy README.md
auth::src/web/middleware/auth.ts security healthy src/web/middleware/auth.ts
auth::src/web/websocket.ts security healthy src/web/websocket.ts
auth::tests/web/websocket.test.ts security healthy tests/web/websocket.test.ts

LabelLayerStatusPath
DOCKERHUB_TOKEN cicd healthy
DOCKERHUB_USERNAME cicd healthy
IMAGE_NAME cicd healthy
REGISTRY cicd healthy

LabelLayerStatusPath
sqlite data healthy README.md
postgresql data healthy src/benchmarks/long-context.ts
mysql data healthy src/benchmarks/long-context.ts

LabelLayerStatusPath
port:3033 network healthy README.md
port:14 network healthy docker-compose.yml

LabelLayerStatusPath
image::docker/Dockerfile hardware healthy docker/Dockerfile
llm-bench hardware healthy docker-compose.yml

LabelLayerStatusPath
gha::docker cicd healthy .github/workflows/docker.yml
gha::ci cicd healthy .github/workflows/ci.yml

LabelLayerStatusPath
build cicd healthy .github/workflows/docker.yml
test cicd healthy .github/workflows/ci.yml

LabelLayerStatusPath
repobility-clone-h37imspv software healthy /tmp/repobility-clone-h37imspv

LabelLayerStatusPath
192.168.160.14 network healthy README.md

LabelLayerStatusPath
gpu (detected) hardware healthy README.md

LabelLayerStatusPath
/ws frontend healthy src/web/websocket.ts
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/6508df30-879e-470c-87f0-4a57a72cf665/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/6508df30-879e-470c-87f0-4a57a72cf665/

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.