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.

vib795/everyday-developer-tools

https://github.com/vib795/everyday-developer-tools · scanned 2026-06-16 00:49 UTC (2 months, 1 week ago)

118 raw signals (0 security + 118 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 1 week ago · v1 · 111 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 752 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
App software healthy frontend/src/App.tsx:App
readableDetail software healthy frontend/src/api/client.ts:readableDetail
handle software healthy frontend/src/api/client.ts:handle
postJson software healthy frontend/src/api/client.ts:postJson
getJson software healthy frontend/src/api/client.ts:getJson
postForBlob software healthy frontend/src/api/client.ts:postForBlob
postMultipart software healthy frontend/src/api/client.ts:postMultipart
downloadBlob software healthy frontend/src/api/client.ts:downloadBlob
ErrorBanner software healthy frontend/src/components/ErrorBanner.tsx:ErrorBanner
PageHeader software healthy frontend/src/components/PageHeader.tsx:PageHeader
CodeBlock software healthy frontend/src/components/CodeBlock.tsx:CodeBlock
CopyButton software healthy frontend/src/components/CopyButton.tsx:CopyButton
handle software healthy frontend/src/components/CopyButton.tsx:handle
Layout software healthy frontend/src/components/Layout.tsx:Layout
currentTheme software healthy frontend/src/components/ThemeToggle.tsx:currentTheme
ThemeToggle software healthy frontend/src/components/ThemeToggle.tsx:ThemeToggle
Dropdown software healthy frontend/src/components/Navbar.tsx:Dropdown
onDocClick software healthy frontend/src/components/Navbar.tsx:onDocClick
Navbar software healthy frontend/src/components/Navbar.tsx:Navbar
MarkdownPdf software healthy frontend/src/pages/document/MarkdownPdf.tsx:MarkdownPdf
onSubmit software healthy frontend/src/pages/document/MarkdownPdf.tsx:onSubmit
Parser software healthy frontend/src/pages/json/Parser.tsx:Parser
onSubmit software healthy frontend/src/pages/json/Parser.tsx:onSubmit
SampleGenerator software healthy frontend/src/pages/json/SampleGenerator.tsx:SampleGenerator
onSubmit software healthy frontend/src/pages/json/SampleGenerator.tsx:onSubmit
SchemaGenerator software healthy frontend/src/pages/json/SchemaGenerator.tsx:SchemaGenerator
onSubmit software healthy frontend/src/pages/json/SchemaGenerator.tsx:onSubmit
Converter software healthy frontend/src/pages/json/Converter.tsx:Converter
onSubmit software healthy frontend/src/pages/json/Converter.tsx:onSubmit
Validator software healthy frontend/src/pages/json/Validator.tsx:Validator
onSubmit software healthy frontend/src/pages/json/Validator.tsx:onSubmit
RegexGenerator software healthy frontend/src/pages/regex/Generator.tsx:RegexGenerator
onSubmit software healthy frontend/src/pages/regex/Generator.tsx:onSubmit
RegexChecker software healthy frontend/src/pages/regex/Checker.tsx:RegexChecker
onSubmit software healthy frontend/src/pages/regex/Checker.tsx:onSubmit
Cidr software healthy frontend/src/pages/calc/Cidr.tsx:Cidr
onSubmit software healthy frontend/src/pages/calc/Cidr.tsx:onSubmit
CronNext software healthy frontend/src/pages/calc/CronNext.tsx:CronNext
onSubmit software healthy frontend/src/pages/calc/CronNext.tsx:onSubmit
Chmod software healthy frontend/src/pages/calc/Chmod.tsx:Chmod
onSubmit software healthy frontend/src/pages/calc/Chmod.tsx:onSubmit
MarkdownPreview software healthy frontend/src/pages/calc/MarkdownPreview.tsx:MarkdownPreview
Color software healthy frontend/src/pages/calc/Color.tsx:Color
onConvert software healthy frontend/src/pages/calc/Color.tsx:onConvert
onContrast software healthy frontend/src/pages/calc/Color.tsx:onContrast
ShuffleLetters software healthy frontend/src/pages/string/ShuffleLetters.tsx:ShuffleLetters
onSubmit software healthy frontend/src/pages/string/ShuffleLetters.tsx:onSubmit
RandomString software healthy frontend/src/pages/string/RandomString.tsx:RandomString
onSubmit software healthy frontend/src/pages/string/RandomString.tsx:onSubmit
TextStatistics software healthy frontend/src/pages/string/TextStatistics.tsx:TextStatistics

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
docker-compose-dev.yml software healthy docker-compose-dev.yml
Dockerfile software healthy Dockerfile
render.yaml software healthy render.yaml
LICENSE software healthy LICENSE
docker-compose-prod.yml software healthy docker-compose-prod.yml
docker-compose.yml software healthy docker-compose.yml
vite.config.ts software healthy frontend/vite.config.ts
tailwind.config.js software healthy frontend/tailwind.config.js
package.json software healthy frontend/package.json
index.html software healthy frontend/index.html
package-lock.json software healthy frontend/package-lock.json
tsconfig.json software healthy frontend/tsconfig.json
postcss.config.js software healthy frontend/postcss.config.js
styles.css software healthy frontend/src/styles.css
tools.ts software healthy frontend/src/tools.ts
main.tsx software healthy frontend/src/main.tsx
App.tsx software healthy frontend/src/App.tsx
client.ts software healthy frontend/src/api/client.ts
types.ts software healthy frontend/src/api/types.ts
ErrorBanner.tsx software healthy frontend/src/components/ErrorBanner.tsx
PageHeader.tsx software healthy frontend/src/components/PageHeader.tsx
CodeBlock.tsx software healthy frontend/src/components/CodeBlock.tsx
CopyButton.tsx software healthy frontend/src/components/CopyButton.tsx
Layout.tsx software healthy frontend/src/components/Layout.tsx
ThemeToggle.tsx software healthy frontend/src/components/ThemeToggle.tsx
Navbar.tsx software healthy frontend/src/components/Navbar.tsx
MarkdownPdf.tsx software healthy frontend/src/pages/document/MarkdownPdf.tsx
Parser.tsx software healthy frontend/src/pages/json/Parser.tsx
SampleGenerator.tsx software healthy frontend/src/pages/json/SampleGenerator.tsx
SchemaGenerator.tsx software healthy frontend/src/pages/json/SchemaGenerator.tsx
Converter.tsx software healthy frontend/src/pages/json/Converter.tsx
Validator.tsx software healthy frontend/src/pages/json/Validator.tsx
Generator.tsx software healthy frontend/src/pages/regex/Generator.tsx
Checker.tsx software healthy frontend/src/pages/regex/Checker.tsx
Cidr.tsx software healthy frontend/src/pages/calc/Cidr.tsx
CronNext.tsx software healthy frontend/src/pages/calc/CronNext.tsx
Chmod.tsx software healthy frontend/src/pages/calc/Chmod.tsx
MarkdownPreview.tsx software healthy frontend/src/pages/calc/MarkdownPreview.tsx
Color.tsx software healthy frontend/src/pages/calc/Color.tsx
ShuffleLetters.tsx software healthy frontend/src/pages/string/ShuffleLetters.tsx
RandomString.tsx software healthy frontend/src/pages/string/RandomString.tsx
TextStatistics.tsx software healthy frontend/src/pages/string/TextStatistics.tsx
Counter.tsx software healthy frontend/src/pages/string/Counter.tsx
DiffViewer.tsx software healthy frontend/src/pages/string/DiffViewer.tsx
ColumnExtractor.tsx software healthy frontend/src/pages/string/ColumnExtractor.tsx
CleanText.tsx software healthy frontend/src/pages/string/CleanText.tsx
RandomNumber.tsx software healthy frontend/src/pages/string/RandomNumber.tsx
Home.tsx software healthy frontend/src/pages/home/Home.tsx
FakeData.tsx software healthy frontend/src/pages/fakeData/FakeData.tsx

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

LabelLayerStatusPath
ApiError software healthy frontend/src/api/client.ts:ApiError
before software healthy frontend/src/components/ThemeToggle.tsx:before
Settings software healthy backend/app/config.py:6
DiffHunk software healthy backend/app/services/diff.py:7
HttpStatus software healthy backend/app/schemas/misc.py:6
HttpStatusListResponse software healthy backend/app/schemas/misc.py:12
MimeType software healthy backend/app/schemas/misc.py:16
MimeTypeListResponse software healthy backend/app/schemas/misc.py:22
LoremRequest software healthy backend/app/schemas/misc.py:26
LoremResponse software healthy backend/app/schemas/misc.py:32
QrCodeRequest software healthy backend/app/schemas/misc.py:36
QrCodeResponse software healthy backend/app/schemas/misc.py:43
RegexCheckRequest software healthy backend/app/schemas/regex_tools.py:4
RegexCheckResponse software healthy backend/app/schemas/regex_tools.py:9
RegexGenerateRequest software healthy backend/app/schemas/regex_tools.py:14
RegexGenerateResponse software healthy backend/app/schemas/regex_tools.py:18
FakeDataPreviewRequest software healthy backend/app/schemas/fake_data.py:6
FakeDataPreviewResponse software healthy backend/app/schemas/fake_data.py:12
FakeDataExportRequest software healthy backend/app/schemas/fake_data.py:16
DiffRequest software healthy backend/app/schemas/string_tools.py:8
DiffResponse software healthy backend/app/schemas/string_tools.py:13
CounterRequest software healthy backend/app/schemas/string_tools.py:17
CounterResponse software healthy backend/app/schemas/string_tools.py:23
ColumnExtractorRequest software healthy backend/app/schemas/string_tools.py:28
ColumnExtractorResponse software healthy backend/app/schemas/string_tools.py:34
TextRequest software healthy backend/app/schemas/string_tools.py:38
CleanTextRequest software healthy backend/app/schemas/string_tools.py:42
CleanTextResponse software healthy backend/app/schemas/string_tools.py:47
TextStats software healthy backend/app/schemas/string_tools.py:51
RandomNumberRequest software healthy backend/app/schemas/string_tools.py:64
RandomNumberResponse software healthy backend/app/schemas/string_tools.py:69
RandomStringRequest software healthy backend/app/schemas/string_tools.py:73
RandomStringResponse software healthy backend/app/schemas/string_tools.py:77
ShuffleRequest software healthy backend/app/schemas/string_tools.py:81
ShuffleResponse software healthy backend/app/schemas/string_tools.py:85
Base64Request software healthy backend/app/schemas/encoding.py:6
Base64Response software healthy backend/app/schemas/encoding.py:11
JwtRequest software healthy backend/app/schemas/encoding.py:15
JwtResponse software healthy backend/app/schemas/encoding.py:20
UuidGenerateRequest software healthy backend/app/schemas/codec.py:10
UuidGenerateResponse software healthy backend/app/schemas/codec.py:17
UuidInspectRequest software healthy backend/app/schemas/codec.py:21
UuidInspectResponse software healthy backend/app/schemas/codec.py:25
HashRequest software healthy backend/app/schemas/codec.py:41
HashResponse software healthy backend/app/schemas/codec.py:46
HmacRequest software healthy backend/app/schemas/codec.py:50
HmacResponse software healthy backend/app/schemas/codec.py:56
UrlCodecRequest software healthy backend/app/schemas/codec.py:62
UrlCodecResponse software healthy backend/app/schemas/codec.py:68
QueryStringRequest software healthy backend/app/schemas/codec.py:72

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

LabelLayerStatusPath
/document/MarkdownPdf frontend healthy frontend/src/pages/document/MarkdownPdf.tsx
/json/Parser frontend healthy frontend/src/pages/json/Parser.tsx
/json/SampleGenerator frontend healthy frontend/src/pages/json/SampleGenerator.tsx
/json/SchemaGenerator frontend healthy frontend/src/pages/json/SchemaGenerator.tsx
/json/Converter frontend healthy frontend/src/pages/json/Converter.tsx
/json/Validator frontend healthy frontend/src/pages/json/Validator.tsx
/regex/Generator frontend healthy frontend/src/pages/regex/Generator.tsx
/regex/Checker frontend healthy frontend/src/pages/regex/Checker.tsx
/calc/Cidr frontend healthy frontend/src/pages/calc/Cidr.tsx
/calc/CronNext frontend healthy frontend/src/pages/calc/CronNext.tsx
/calc/Chmod frontend healthy frontend/src/pages/calc/Chmod.tsx
/calc/MarkdownPreview frontend healthy frontend/src/pages/calc/MarkdownPreview.tsx
/calc/Color frontend healthy frontend/src/pages/calc/Color.tsx
/string/ShuffleLetters frontend healthy frontend/src/pages/string/ShuffleLetters.tsx
/string/RandomString frontend healthy frontend/src/pages/string/RandomString.tsx
/string/TextStatistics frontend healthy frontend/src/pages/string/TextStatistics.tsx
/string/Counter frontend healthy frontend/src/pages/string/Counter.tsx
/string/DiffViewer frontend healthy frontend/src/pages/string/DiffViewer.tsx
/string/ColumnExtractor frontend healthy frontend/src/pages/string/ColumnExtractor.tsx
/string/CleanText frontend healthy frontend/src/pages/string/CleanText.tsx
/string/RandomNumber frontend healthy frontend/src/pages/string/RandomNumber.tsx
/home/Home frontend healthy frontend/src/pages/home/Home.tsx
/fakeData/FakeData frontend healthy frontend/src/pages/fakeData/FakeData.tsx
/time/TimeConverter frontend healthy frontend/src/pages/time/TimeConverter.tsx
/time/CronScheduler frontend healthy frontend/src/pages/time/CronScheduler.tsx
/misc/QrCode frontend healthy frontend/src/pages/misc/QrCode.tsx
/misc/MimeTypes frontend healthy frontend/src/pages/misc/MimeTypes.tsx
/misc/HttpStatuses frontend healthy frontend/src/pages/misc/HttpStatuses.tsx
/misc/Lorem frontend healthy frontend/src/pages/misc/Lorem.tsx
/encoding/JwtViewer frontend healthy frontend/src/pages/encoding/JwtViewer.tsx
/encoding/Base64Page frontend healthy frontend/src/pages/encoding/Base64Page.tsx
/codec/UuidGenerator frontend healthy frontend/src/pages/codec/UuidGenerator.tsx
/codec/JwtSigner frontend healthy frontend/src/pages/codec/JwtSigner.tsx
/codec/CaseConverter frontend healthy frontend/src/pages/codec/CaseConverter.tsx
/codec/UrlCodec frontend healthy frontend/src/pages/codec/UrlCodec.tsx
/codec/HashTool frontend healthy frontend/src/pages/codec/HashTool.tsx
/convert/FormatConverter frontend healthy frontend/src/pages/convert/FormatConverter.tsx
/convert/JsonPath frontend healthy frontend/src/pages/convert/JsonPath.tsx
/convert/CurlConverter frontend healthy frontend/src/pages/convert/CurlConverter.tsx
/ frontend healthy frontend/src/App.tsx
/home frontend healthy frontend/src/App.tsx
/json-tools/json-validator frontend healthy frontend/src/App.tsx
/json-tools/json-schema-generator frontend healthy frontend/src/App.tsx
/json-tools/json-sample-generator frontend healthy frontend/src/App.tsx
/json-tools/json-converter frontend healthy frontend/src/App.tsx
/json-tools/json-parser frontend healthy frontend/src/App.tsx
/regex-tools/regex-checker frontend healthy frontend/src/App.tsx
/regex-tools/regex-generator frontend healthy frontend/src/App.tsx
/string-tools/diff-viewer frontend healthy frontend/src/App.tsx
/string-tools/counter frontend healthy frontend/src/App.tsx

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

LabelLayerStatusPath
GET /api/health api healthy backend/app/main.py
GET / api healthy backend/app/main.py
GET /{full_path:path} api healthy backend/app/main.py
GET /http-statuses api healthy backend/app/routers/misc.py
GET /mime-types api healthy backend/app/routers/misc.py
POST /lorem api healthy backend/app/routers/misc.py
POST /qr api healthy backend/app/routers/misc.py
POST /md-to-pdf api healthy backend/app/routers/document.py
POST /pdf-to-md api healthy backend/app/routers/document.py
POST /check api healthy backend/app/routers/regex_tools.py
POST /generate api healthy backend/app/routers/regex_tools.py
GET /types api healthy backend/app/routers/fake_data.py
POST /preview api healthy backend/app/routers/fake_data.py
POST /export api healthy backend/app/routers/fake_data.py
POST /diff api healthy backend/app/routers/string_tools.py
POST /count api healthy backend/app/routers/string_tools.py
POST /columns api healthy backend/app/routers/string_tools.py
POST /clean api healthy backend/app/routers/string_tools.py
POST /stats api healthy backend/app/routers/string_tools.py
POST /random-number api healthy backend/app/routers/string_tools.py
POST /random-string api healthy backend/app/routers/string_tools.py
POST /shuffle api healthy backend/app/routers/string_tools.py
POST /base64 api healthy backend/app/routers/encoding.py
POST /jwt api healthy backend/app/routers/encoding.py
POST /uuid/generate api healthy backend/app/routers/codec.py
POST /uuid/inspect api healthy backend/app/routers/codec.py
POST /hash api healthy backend/app/routers/codec.py
POST /hmac api healthy backend/app/routers/codec.py
POST /url api healthy backend/app/routers/codec.py
POST /url/parse api healthy backend/app/routers/codec.py
POST /case api healthy backend/app/routers/codec.py
POST /jwt/sign api healthy backend/app/routers/codec.py
POST /format api healthy backend/app/routers/convert.py
POST /jsonpath api healthy backend/app/routers/convert.py
POST /curl api healthy backend/app/routers/convert.py
POST /cron-next api healthy backend/app/routers/calc.py
POST /color api healthy backend/app/routers/calc.py
POST /contrast api healthy backend/app/routers/calc.py
POST /chmod api healthy backend/app/routers/calc.py
POST /cidr api healthy backend/app/routers/calc.py
POST /markdown api healthy backend/app/routers/calc.py
POST /convert api healthy backend/app/routers/time_tools.py
POST /cron api healthy backend/app/routers/time_tools.py
POST /validate api healthy backend/app/routers/json_tools.py
POST /schema api healthy backend/app/routers/json_tools.py
POST /sample api healthy backend/app/routers/json_tools.py
POST /parse api healthy backend/app/routers/json_tools.py

LabelLayerStatusPath
frontend software healthy frontend
src software healthy frontend/src
api software healthy frontend/src/api
components software healthy frontend/src/components
pages software healthy frontend/src/pages
document software healthy frontend/src/pages/document
json software healthy frontend/src/pages/json
regex software healthy frontend/src/pages/regex
calc software healthy frontend/src/pages/calc
string software healthy frontend/src/pages/string
home software healthy frontend/src/pages/home
fakeData software healthy frontend/src/pages/fakeData
time software healthy frontend/src/pages/time
misc software healthy frontend/src/pages/misc
encoding software healthy frontend/src/pages/encoding
codec software healthy frontend/src/pages/codec
convert software healthy frontend/src/pages/convert
hooks software healthy frontend/src/hooks
backend software healthy backend
tests software healthy backend/tests
app software healthy backend/app
services software healthy backend/app/services
schemas software healthy backend/app/schemas
routers software healthy backend/app/routers
samples software healthy samples
.github software healthy .github
workflows software healthy .github/workflows

LabelLayerStatusPath
auth::README.md security healthy README.md
auth::backend/app/routers/encoding.py security healthy backend/app/routers/encoding.py
auth::backend/app/schemas/codec.py security healthy backend/app/schemas/codec.py
auth::frontend/src/pages/encoding/JwtViewer.tsx security healthy frontend/src/pages/encoding/JwtViewer.tsx
auth::frontend/src/App.tsx security healthy frontend/src/App.tsx
auth::frontend/src/pages/codec/JwtSigner.tsx security healthy frontend/src/pages/codec/JwtSigner.tsx
auth::backend/app/routers/codec.py security healthy backend/app/routers/codec.py
auth::backend/app/services/fake_data.py security healthy backend/app/services/fake_data.py
auth::backend/tests/test_encoding_router.py security healthy backend/tests/test_encoding_router.py
auth::frontend/src/tools.ts security healthy frontend/src/tools.ts
auth::backend/tests/test_codec_router.py security healthy backend/tests/test_codec_router.py

LabelLayerStatusPath
127.0.0.1 network healthy README.md
10.0.0.0 network healthy frontend/src/pages/calc/Cidr.tsx
255.255.255.0 network healthy backend/tests/test_calc_router.py
10.0.0.255 network healthy backend/tests/test_calc_router.py
10.0.0.1 network healthy backend/tests/test_calc_router.py
10.0.0.254 network healthy backend/tests/test_calc_router.py
10.0.0.5 network healthy backend/tests/test_calc_router.py

LabelLayerStatusPath
gha::publish-package cicd healthy .github/workflows/publish-package.yml
gha::greetings cicd healthy .github/workflows/greetings.yml
gha::docker-image cicd healthy .github/workflows/docker-image.yml
gha::stale cicd healthy .github/workflows/stale.yml
gha::vulnerability-check cicd healthy .github/workflows/vulnerability-check.yml

LabelLayerStatusPath
publish cicd healthy .github/workflows/publish-package.yml
greeting cicd healthy .github/workflows/greetings.yml
build-and-push cicd healthy .github/workflows/docker-image.yml
stale cicd healthy .github/workflows/stale.yml
check_vulnerabilities cicd healthy .github/workflows/vulnerability-check.yml

LabelLayerStatusPath
port:8000 network healthy docker-compose-dev.yml
port:5173 network healthy docker-compose-dev.yml
port:80 network healthy docker-compose-prod.yml
port:443 network healthy docker-compose-prod.yml

LabelLayerStatusPath
GITHUB_TOKEN cicd healthy
DOCKER_USERNAME cicd healthy
GH_PACKAGES_TOKEN cicd healthy
DOCKER_PASSWORD cicd healthy

LabelLayerStatusPath
postgres data healthy README.md
redis data healthy README.md

LabelLayerStatusPath
image::Dockerfile hardware healthy Dockerfile
web hardware healthy docker-compose.yml

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

LabelLayerStatusPath
nginx network healthy README.md

LabelLayerStatusPath
gpu (detected) hardware healthy backend/app/services/fake_data.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/2b42c279-3b83-4b5b-acd2-ae6fbe5cf1ad/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/2b42c279-3b83-4b5b-acd2-ae6fbe5cf1ad/

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.