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.

Arthur-Ficial/translate

https://github.com/Arthur-Ficial/translate · scanned 2026-06-17 01:16 UTC (1 month, 2 weeks ago)

8 raw signals (0 security + 8 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 1 month, 2 weeks ago · v2 · last Δ -0.5 (diff) · 8 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

All 131 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
run_shell software healthy scripts/generate-examples.py:75
run_python software healthy scripts/generate-examples.py:124
installed_pairs software healthy scripts/generate-examples.py:160
need software healthy scripts/generate-examples.py:172
free_port software healthy scripts/generate-examples.py:176
render software healthy scripts/generate-examples.py:190
__init__ software healthy scripts/generate-examples.py:263
start software healthy scripts/generate-examples.py:267
stop software healthy scripts/generate-examples.py:280
section_cli_basics software healthy scripts/generate-examples.py:293
section_cli_translate software healthy scripts/generate-examples.py:351
section_cli_languages software healthy scripts/generate-examples.py:424
section_deepl_curl software healthy scripts/generate-examples.py:444
section_deepl_python software healthy scripts/generate-examples.py:503
section_libre_curl software healthy scripts/generate-examples.py:561
section_libre_python software healthy scripts/generate-examples.py:609
section_google_curl software healthy scripts/generate-examples.py:651
section_google_python software healthy scripts/generate-examples.py:696
section_cross_api software healthy scripts/generate-examples.py:734
section_battle software healthy scripts/generate-examples.py:778
write_file software healthy scripts/generate-examples.py:872
write_index software healthy scripts/generate-examples.py:888
main software healthy scripts/generate-examples.py:942
ok software healthy scripts/integration-real-clients.py:61
fail software healthy scripts/integration-real-clients.py:67
skip software healthy scripts/integration-real-clients.py:76
section software healthy scripts/integration-real-clients.py:82
has_pair software healthy scripts/integration-real-clients.py:86
deepl_translator software healthy scripts/integration-real-clients.py:100
libre_api software healthy scripts/integration-real-clients.py:104
free_port software healthy scripts/integration-real-clients.py:112
start_server software healthy scripts/integration-real-clients.py:120
test_health software healthy scripts/integration-real-clients.py:141
test_cors_on_every_endpoint software healthy scripts/integration-real-clients.py:152
test_deepl_languages software healthy scripts/integration-real-clients.py:173
test_deepl_usage software healthy scripts/integration-real-clients.py:201
test_deepl_translate_single software healthy scripts/integration-real-clients.py:211
test_deepl_translate_batch software healthy scripts/integration-real-clients.py:224
test_deepl_translate_lang_pairs software healthy scripts/integration-real-clients.py:239
test_deepl_authorization_header software healthy scripts/integration-real-clients.py:268
test_deepl_passthrough_fields software healthy scripts/integration-real-clients.py:285
test_deepl_error_envelope software healthy scripts/integration-real-clients.py:304
test_deepl_billed_characters software healthy scripts/integration-real-clients.py:323
test_deepl_unicode_and_emoji software healthy scripts/integration-real-clients.py:338
test_libre_languages software healthy scripts/integration-real-clients.py:355
test_libre_detect software healthy scripts/integration-real-clients.py:365
test_libre_translate_single_string software healthy scripts/integration-real-clients.py:385
test_libre_translate_array software healthy scripts/integration-real-clients.py:398
test_libre_translate_auto_detection software healthy scripts/integration-real-clients.py:412
test_libre_error_envelope software healthy scripts/integration-real-clients.py:428

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

LabelLayerStatusPath
CLAUDE.md software healthy CLAUDE.md
CHANGELOG.md software healthy CHANGELOG.md
EXAMPLE.md software healthy EXAMPLE.md
README.md software healthy README.md
Makefile software healthy Makefile
LICENSE software healthy LICENSE
Package.swift software healthy Package.swift
ErrorTests.swift software healthy Tests/translateTests/ErrorTests.swift
MaskerTests.swift software healthy Tests/translateTests/MaskerTests.swift
Helpers.swift software healthy Tests/translateTests/Helpers.swift
JSONTests.swift software healthy Tests/translateTests/JSONTests.swift
E2EBinaryTests.swift software healthy Tests/translateTests/E2EBinaryTests.swift
ModelsTests.swift software healthy Tests/translateTests/ModelsTests.swift
DeepLAPITests.swift software healthy Tests/translateTests/DeepLAPITests.swift
StreamTests.swift software healthy Tests/translateTests/StreamTests.swift
OutputTests.swift software healthy Tests/translateTests/OutputTests.swift
LibreTranslateAPITests.swift software healthy Tests/translateTests/LibreTranslateAPITests.swift
ServerTests.swift software healthy Tests/translateTests/ServerTests.swift
DropInCompatTests.swift software healthy Tests/translateTests/DropInCompatTests.swift
DetectTests.swift software healthy Tests/translateTests/DetectTests.swift
BigTests.swift software healthy Tests/translateTests/BigTests.swift
GoogleAPITests.swift software healthy Tests/translateTests/GoogleAPITests.swift
NetworkGuardTests.swift software healthy Tests/translateTests/NetworkGuardTests.swift
ServerHarness.swift software healthy Tests/translateTests/ServerHarness.swift
run-examples.sh software healthy scripts/run-examples.sh
integration-real-clients.sh software healthy scripts/integration-real-clients.sh
generate-examples.py software healthy scripts/generate-examples.py
integration-real-clients.py software healthy scripts/integration-real-clients.py
01-cli-basics.md software healthy examples/01-cli-basics.md
05-deepl-python.md software healthy examples/05-deepl-python.md
04-deepl-curl.md software healthy examples/04-deepl-curl.md
09-google-python.md software healthy examples/09-google-python.md
11-battle.md software healthy examples/11-battle.md
03-cli-languages.md software healthy examples/03-cli-languages.md
02-cli-translate.md software healthy examples/02-cli-translate.md
08-google-curl.md software healthy examples/08-google-curl.md
10-cross-api-consistency.md software healthy examples/10-cross-api-consistency.md
06-libretranslate-curl.md software healthy examples/06-libretranslate-curl.md
07-libretranslate-python.md software healthy examples/07-libretranslate-python.md
LibreTranslateAPI.swift software healthy Sources/translate/LibreTranslateAPI.swift
Stream.swift software healthy Sources/translate/Stream.swift
Errors.swift software healthy Sources/translate/Errors.swift
Models.swift software healthy Sources/translate/Models.swift
Detect.swift software healthy Sources/translate/Detect.swift
Output.swift software healthy Sources/translate/Output.swift
GoogleAPI.swift software healthy Sources/translate/GoogleAPI.swift
CLI.swift software healthy Sources/translate/CLI.swift
Main.swift software healthy Sources/translate/Main.swift
Translator.swift software healthy Sources/translate/Translator.swift
Server.swift software healthy Sources/translate/Server.swift

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

LabelLayerStatusPath
Tests software healthy Tests
translateTests software healthy Tests/translateTests
scripts software healthy scripts
examples software healthy examples
Sources software healthy Sources
translate software healthy Sources/translate
docs software healthy docs

LabelLayerStatusPath
Captured software healthy scripts/generate-examples.py:62
Server software healthy scripts/generate-examples.py:262
File software healthy scripts/generate-examples.py:865

LabelLayerStatusPath
Arthur-Ficial__translate software healthy /data/fable5_failed_archive/Arthur-Ficial__translate

LabelLayerStatusPath
127.0.0.1 network healthy README.md

LabelLayerStatusPath
port:8989 network healthy scripts/generate-examples.py
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/fb1cbdc3-757b-4541-80d2-4598a152f007/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/fb1cbdc3-757b-4541-80d2-4598a152f007/

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.