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.

ihor-sokoliuk/mcp-searxng

https://github.com/ihor-sokoliuk/mcp-searxng.git · scanned 2026-05-16 01:59 UTC (4 weeks ago) · 10 languages

44 raw signals (7 security + 37 graph) 93rd percentile · Typescript · small (2-20K LoC) System graph score 71 (higher by 15)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 4 weeks ago · v1 · 6 actionable findings from 1 signal source. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.

JSON
Score breakdown â 2026-05-17-v4 calibration-aware
Component Sub-score Weight Contribution
structure_score 100.0 0.15 15.00
security_score 92.5 0.25 23.12
testing_score 85.0 0.20 17.00
documentation_score 75.0 0.15 11.25
practices_score 75.0 0.15 11.25
code_quality 80.0 0.10 8.00
Overall 1.00 85.6
Calibrated penalty buckets (security_score): web: 1.6 · authz: 2.0 · docker: 3.9
Severity distribution — click a segment to filter
Active filters: excluding tests × Reset all

All 163 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
runAllTests software healthy __tests__/run-all.ts:runAllTests
runTests software healthy __tests__/integration/index.test.ts:runTests
testUnknownResource software healthy __tests__/integration/index.test.ts:testUnknownResource
createTestMcpServer software healthy __tests__/integration/http-server.test.ts:createTestMcpServ…
runTests software healthy __tests__/integration/http-server.test.ts:runTests
allowHeaders software healthy __tests__/integration/http-server.test.ts:allowHeaders
initBody software healthy __tests__/integration/http-server.test.ts:initBody
runTests software healthy __tests__/unit/error-handler.test.ts:runTests
runTests software healthy __tests__/unit/resources.test.ts:runTests
runTests software healthy __tests__/unit/url-reader.test.ts:runTests
runTests software healthy __tests__/unit/search.test.ts:runTests
headers software healthy __tests__/unit/search.test.ts:headers
runTests software healthy __tests__/unit/http-security.test.ts:runTests
runTests software healthy __tests__/unit/types.test.ts:runTests
runTests software healthy __tests__/unit/tls-config.test.ts:runTests
runTests software healthy __tests__/unit/proxy.test.ts:runTests
runTests software healthy __tests__/unit/logging.test.ts:runTests
runTests software healthy __tests__/unit/cache.test.ts:runTests
createTestResults software healthy __tests__/helpers/test-utils.ts:createTestResults
wrapper software healthy __tests__/helpers/test-utils.ts:wrapper
testFunction software healthy __tests__/helpers/test-utils.ts:testFunction
printTestSummary software healthy __tests__/helpers/test-utils.ts:printTestSummary
exitWithResults software healthy __tests__/helpers/test-utils.ts:exitWithResults
saveEnv software healthy __tests__/helpers/env-utils.ts:saveEnv
restoreEnv software healthy __tests__/helpers/env-utils.ts:restoreEnv
clearEnv software healthy __tests__/helpers/env-utils.ts:clearEnv
setEnv software healthy __tests__/helpers/env-utils.ts:setEnv
createMockServer software healthy __tests__/helpers/mock-server.ts:createMockServer
createMockServerWithTracking software healthy __tests__/helpers/mock-server.ts:createMockServerWithTracki…
createMockFetch software healthy __tests__/helpers/mock-fetch.ts:createMockFetch
createCapturingMockFetch software healthy __tests__/helpers/mock-fetch.ts:createCapturingMockFetch
mockFetch software healthy __tests__/helpers/mock-fetch.ts:mockFetch
createAbortableMockFetch software healthy __tests__/helpers/mock-fetch.ts:createAbortableMockFetch
getSystemCACerts software healthy src/tls-config.ts:getSystemCACerts
getConnectOptions software healthy src/tls-config.ts:getConnectOptions
createConfigurationError software healthy src/error-handler.ts:createConfigurationError
isTLSError software healthy src/error-handler.ts:isTLSError
getTLSRemediationMessage software healthy src/error-handler.ts:getTLSRemediationMessage
createNetworkError software healthy src/error-handler.ts:createNetworkError
createServerError software healthy src/error-handler.ts:createServerError
createJSONError software healthy src/error-handler.ts:createJSONError
createDataError software healthy src/error-handler.ts:createDataError
createNoResultsMessage software healthy src/error-handler.ts:createNoResultsMessage
createURLFormatError software healthy src/error-handler.ts:createURLFormatError
createURLSecurityPolicyError software healthy src/error-handler.ts:createURLSecurityPolicyError
createContentError software healthy src/error-handler.ts:createContentError
createConversionError software healthy src/error-handler.ts:createConversionError
createTimeoutError software healthy src/error-handler.ts:createTimeoutError
createEmptyContentWarning software healthy src/error-handler.ts:createEmptyContentWarning
createUnexpectedError software healthy src/error-handler.ts:createUnexpectedError

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

LabelLayerStatusPath
README.md software healthy README.md
package.json software healthy package.json
CONTRIBUTING.md software healthy CONTRIBUTING.md
Dockerfile software healthy Dockerfile
package-lock.json software healthy package-lock.json
eslint.config.js software warning eslint.config.js
tsconfig.json software healthy tsconfig.json
CONFIGURATION.md software healthy CONFIGURATION.md
README.md software healthy __tests__/README.md
run-all.ts software healthy __tests__/run-all.ts
index.test.ts software healthy __tests__/integration/index.test.ts
http-server.test.ts software healthy __tests__/integration/http-server.test.ts
error-handler.test.ts software healthy __tests__/unit/error-handler.test.ts
resources.test.ts software healthy __tests__/unit/resources.test.ts
url-reader.test.ts software healthy __tests__/unit/url-reader.test.ts
search.test.ts software healthy __tests__/unit/search.test.ts
http-security.test.ts software healthy __tests__/unit/http-security.test.ts
types.test.ts software healthy __tests__/unit/types.test.ts
tls-config.test.ts software healthy __tests__/unit/tls-config.test.ts
proxy.test.ts software healthy __tests__/unit/proxy.test.ts
logging.test.ts software healthy __tests__/unit/logging.test.ts
cache.test.ts software healthy __tests__/unit/cache.test.ts
README.md software healthy __tests__/archived/README.md
test-utils.ts software healthy __tests__/helpers/test-utils.ts
env-utils.ts software healthy __tests__/helpers/env-utils.ts
mock-server.ts software healthy __tests__/helpers/mock-server.ts
mock-fetch.ts software healthy __tests__/helpers/mock-fetch.ts
update-version.js software warning scripts/update-version.js
npm-publish.yml software healthy .github/workflows/npm-publish.yml
docker-publish.yml software healthy .github/workflows/docker-publish.yml
cache.ts software healthy src/cache.ts
tls-config.ts software healthy src/tls-config.ts
error-handler.ts software healthy src/error-handler.ts
logging.ts software healthy src/logging.ts
index.ts software healthy src/index.ts
search.ts software healthy src/search.ts
url-reader.ts software healthy src/url-reader.ts
http-server.ts software healthy src/http-server.ts
resources.ts software healthy src/resources.ts
types.ts software healthy src/types.ts
http-security.ts software healthy src/http-security.ts
proxy.ts software healthy src/proxy.ts

LabelLayerStatusPath
__tests__ software healthy __tests__
integration software healthy __tests__/integration
unit software healthy __tests__/unit
archived software healthy __tests__/archived
helpers software healthy __tests__/helpers
scripts software healthy scripts
.github software healthy .github
workflows software healthy .github/workflows
src software healthy src

LabelLayerStatusPath
EnvManager software healthy __tests__/helpers/env-utils.ts:EnvManager
FetchMocker software healthy __tests__/helpers/mock-fetch.ts:FetchMocker
SimpleCache software healthy src/cache.ts:SimpleCache
MCPSearXNGError software healthy src/error-handler.ts:MCPSearXNGError

LabelLayerStatusPath
POST /mcp api healthy src/http-server.ts
GET /mcp api healthy src/http-server.ts
DELETE /mcp api healthy src/http-server.ts
GET /health api healthy src/http-server.ts

LabelLayerStatusPath
build-and-publish cicd healthy .github/workflows/npm-publish.yml
publish-mcp-registry cicd healthy .github/workflows/npm-publish.yml
push_to_registry cicd healthy .github/workflows/docker-publish.yml

LabelLayerStatusPath
gha::npm-publish cicd healthy .github/workflows/npm-publish.yml
gha::docker-publish cicd healthy .github/workflows/docker-publish.yml

LabelLayerStatusPath
DOCKERHUB_USERNAME cicd healthy
DOCKERHUB_TOKEN cicd healthy

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

LabelLayerStatusPath
127.0.0.1 network healthy __tests__/unit/resources.test.ts

LabelLayerStatusPath
image::Dockerfile hardware healthy Dockerfile

LabelLayerStatusPath
auth::.github/workflows/npm-publish.yml security healthy .github/workflows/npm-publish.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/e5f9b4f9-ed38-4c95-81f2-e85011edd8f1/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/e5f9b4f9-ed38-4c95-81f2-e85011edd8f1/

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.