https://github.com/Spillgebees/transmodel-validator
· scanned 2026-06-16 00:19 UTC (2 months, 2 weeks ago)
27 raw signals (0 security + 27 graph)
Last scanned 2 months, 2 weeks ago · v1 · 27 actionable findings from 1 signal source. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.
All 307 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.
| Label | Layer | Status | Path |
|---|---|---|---|
detectFormat |
software | healthy | packages/shared/src/detect.ts:detectFormat |
consistencyError |
software | healthy | packages/shared/src/errors.ts:consistencyError |
qualityError |
software | healthy | packages/shared/src/errors.ts:qualityError |
notFoundError |
software | healthy | packages/shared/src/errors.ts:notFoundError |
generalError |
software | healthy | packages/shared/src/errors.ts:generalError |
skippedInfo |
software | healthy | packages/shared/src/errors.ts:skippedInfo |
xsdError |
software | healthy | packages/shared/src/errors.ts:xsdError |
formatXsdMessage |
software | healthy | packages/shared/src/errors.ts:formatXsdMessage |
run |
software | healthy | packages/cli/test/cli.test.ts:run |
printUsage |
software | healthy | packages/cli/src/args.ts:printUsage |
parseCliArgs |
software | healthy | packages/cli/src/args.ts:parseCliArgs |
main |
software | healthy | packages/cli/src/index.ts:main |
formatJson |
software | healthy | packages/cli/src/output/json.ts:formatJson |
formatCsv |
software | healthy | packages/cli/src/output/csv.ts:formatCsv |
csvRow |
software | healthy | packages/cli/src/output/csv.ts:csvRow |
escapeCsvField |
software | healthy | packages/cli/src/output/csv.ts:escapeCsvField |
formatOutput |
software | healthy | packages/cli/src/output/index.ts:formatOutput |
formatPretty |
software | healthy | packages/cli/src/output/pretty.ts:formatPretty |
formatXml |
software | healthy | packages/cli/src/output/xml.ts:formatXml |
escapeXml |
software | healthy | packages/cli/src/output/xml.ts:escapeXml |
getRouter |
software | healthy | packages/web/src/router.tsx:getRouter |
getSchemasForFormat |
software | healthy | packages/web/src/components/ConfigCard.tsx:getSchemasForFor… |
getRulesForFormat |
software | healthy | packages/web/src/components/ConfigCard.tsx:getRulesForFormat |
getRuleNamesForFormat |
software | healthy | packages/web/src/components/ConfigCard.tsx:getRuleNamesForF… |
arrayBufferToBase64 |
software | healthy | packages/web/src/components/ConfigCard.tsx:arrayBufferToBas… |
ConfigCard |
software | healthy | packages/web/src/components/ConfigCard.tsx:ConfigCard |
result |
software | healthy | packages/web/src/components/ConfigCard.tsx:result |
SearchableXsdPicker |
software | healthy | packages/web/src/components/ConfigCard.tsx:SearchableXsdPic… |
handleClickOutside |
software | healthy | packages/web/src/components/ConfigCard.tsx:handleClickOutsi… |
selectItem |
software | healthy | packages/web/src/components/ConfigCard.tsx:selectItem |
handleKeyDown |
software | healthy | packages/web/src/components/ConfigCard.tsx:handleKeyDown |
getSchemaLabel |
software | healthy | packages/web/src/components/ConfigCard.tsx:getSchemaLabel |
hasMultipleFormats |
software | healthy | packages/web/src/components/ConfigCard.tsx:hasMultipleForma… |
SchemaVersionPicker |
software | healthy | packages/web/src/components/ConfigCard.tsx:SchemaVersionPic… |
InlineMarkdown |
software | healthy | packages/web/src/components/InlineMarkdown.tsx:InlineMarkdo… |
XmlViewer |
software | healthy | packages/web/src/components/XmlViewer.tsx:XmlViewer |
XmlSyntax |
software | healthy | packages/web/src/components/XmlViewer.tsx:XmlSyntax |
tokenClass |
software | healthy | packages/web/src/components/XmlViewer.tsx:tokenClass |
tokenizeXml |
software | healthy | packages/web/src/components/XmlViewer.tsx:tokenizeXml |
isArchiveFile |
software | healthy | packages/web/src/components/FileDropZone.tsx:isArchiveFile |
FileDropZone |
software | healthy | packages/web/src/components/FileDropZone.tsx:FileDropZone |
migrateIfNeeded |
software | healthy | packages/web/src/lib/sessions.ts:migrateIfNeeded |
getSessions |
software | healthy | packages/web/src/lib/sessions.ts:getSessions |
getSession |
software | healthy | packages/web/src/lib/sessions.ts:getSession |
saveSession |
software | healthy | packages/web/src/lib/sessions.ts:saveSession |
clearSessions |
software | healthy | packages/web/src/lib/sessions.ts:clearSessions |
walk |
software | healthy | packages/web/src/lib/validation.functions.ts:walk |
Home |
software | healthy | packages/web/src/routes/index.tsx:Home |
handleValidate |
software | healthy | packages/web/src/routes/index.tsx:handleValidate |
CheckCircleIcon |
software | healthy | packages/web/src/routes/index.tsx:CheckCircleIcon |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
renovate.json |
software | healthy | renovate.json |
README.md |
software | healthy | README.md |
pnpm-lock.yaml |
software | healthy | pnpm-lock.yaml |
package.json |
software | healthy | package.json |
Dockerfile |
software | healthy | Dockerfile |
pnpm-workspace.yaml |
software | healthy | pnpm-workspace.yaml |
tsconfig.json |
software | healthy | tsconfig.json |
LICENSE |
software | healthy | LICENSE |
biome.json |
software | healthy | biome.json |
AGENTS.md |
software | healthy | AGENTS.md |
docker-compose.yml |
software | healthy | docker-compose.yml |
package.json |
software | healthy | packages/shared/package.json |
tsconfig.json |
software | healthy | packages/shared/tsconfig.json |
descriptors.ts |
software | healthy | packages/shared/src/descriptors.ts |
index.ts |
software | healthy | packages/shared/src/index.ts |
detect.test.ts |
software | healthy | packages/shared/src/detect.test.ts |
detect.ts |
software | healthy | packages/shared/src/detect.ts |
types.ts |
software | healthy | packages/shared/src/types.ts |
errors.ts |
software | healthy | packages/shared/src/errors.ts |
errors.test.ts |
software | healthy | packages/shared/src/errors.test.ts |
package.json |
software | healthy | packages/cli/package.json |
tsconfig.json |
software | healthy | packages/cli/tsconfig.json |
cli.test.ts |
software | healthy | packages/cli/test/cli.test.ts |
args.ts |
software | healthy | packages/cli/src/args.ts |
index.ts |
software | healthy | packages/cli/src/index.ts |
json.ts |
software | healthy | packages/cli/src/output/json.ts |
csv.ts |
software | healthy | packages/cli/src/output/csv.ts |
index.ts |
software | healthy | packages/cli/src/output/index.ts |
pretty.ts |
software | healthy | packages/cli/src/output/pretty.ts |
xml.ts |
software | healthy | packages/cli/src/output/xml.ts |
vite.config.ts |
software | healthy | packages/web/vite.config.ts |
package.json |
software | healthy | packages/web/package.json |
tsconfig.json |
software | healthy | packages/web/tsconfig.json |
router.tsx |
software | healthy | packages/web/src/router.tsx |
routeTree.gen.ts |
software | healthy | packages/web/src/routeTree.gen.ts |
server.ts |
software | healthy | packages/web/src/server.ts |
ConfigCard.tsx |
software | healthy | packages/web/src/components/ConfigCard.tsx |
InlineMarkdown.tsx |
software | healthy | packages/web/src/components/InlineMarkdown.tsx |
XmlViewer.tsx |
software | healthy | packages/web/src/components/XmlViewer.tsx |
FileDropZone.tsx |
software | healthy | packages/web/src/components/FileDropZone.tsx |
constants.ts |
software | healthy | packages/web/src/lib/constants.ts |
sessions.ts |
software | healthy | packages/web/src/lib/sessions.ts |
types.ts |
software | healthy | packages/web/src/lib/types.ts |
validation.functions.ts |
software | healthy | packages/web/src/lib/validation.functions.ts |
index.tsx |
software | healthy | packages/web/src/routes/index.tsx |
__root.tsx |
software | healthy | packages/web/src/routes/__root.tsx |
results.$sessionId.tsx |
software | healthy | packages/web/src/routes/results.$sessionId.tsx |
history.tsx |
software | healthy | packages/web/src/routes/history.tsx |
validate.tsx |
software | healthy | packages/web/src/routes/api/validate.tsx |
app.css |
software | healthy | packages/web/src/styles/app.css |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
packages |
software | healthy | packages |
shared |
software | healthy | packages/shared |
src |
software | healthy | packages/shared/src |
cli |
software | healthy | packages/cli |
test |
software | healthy | packages/cli/test |
src |
software | healthy | packages/cli/src |
output |
software | healthy | packages/cli/src/output |
web |
software | healthy | packages/web |
src |
software | healthy | packages/web/src |
components |
software | healthy | packages/web/src/components |
lib |
software | healthy | packages/web/src/lib |
routes |
software | healthy | packages/web/src/routes |
api |
software | healthy | packages/web/src/routes/api |
styles |
software | healthy | packages/web/src/styles |
core |
software | healthy | packages/core |
src |
software | healthy | packages/core/src |
archive |
software | healthy | packages/core/src/archive |
rules |
software | healthy | packages/core/src/rules |
netex |
software | healthy | packages/core/src/rules/netex |
xml |
software | healthy | packages/core/src/xml |
schema |
software | healthy | packages/core/src/schema |
profiles |
software | healthy | packages/core/src/profiles |
.github |
software | healthy | .github |
workflows |
software | healthy | .github/workflows |
| Label | Layer | Status | Path |
|---|---|---|---|
11.387.599.111 |
network | healthy | packages/web/src/routes/__root.tsx |
3.492.997.107 |
network | healthy | packages/web/src/routes/__root.tsx |
3.176.77.84 |
network | healthy | packages/web/src/routes/__root.tsx |
5.921.43.372 |
network | healthy | packages/web/src/routes/__root.tsx |
319.192.694.801 |
network | healthy | packages/web/src/routes/__root.tsx |
| Label | Layer | Status | Path |
|---|---|---|---|
/history |
frontend | healthy | packages/web/src/routeTree.gen.ts |
/ |
frontend | healthy | packages/web/src/routeTree.gen.ts |
/results/$sessionId |
frontend | healthy | packages/web/src/routeTree.gen.ts |
/api/validate |
frontend | healthy | packages/web/src/routeTree.gen.ts |
| Label | Layer | Status | Path |
|---|---|---|---|
port:3000 |
network | healthy | README.md |
port:256 |
network | healthy | Dockerfile |
port:5373 |
network | healthy | Dockerfile |
| Label | Layer | Status | Path |
|---|---|---|---|
build-and-test |
cicd | healthy | .github/workflows/ci.yml |
docker |
cicd | healthy | .github/workflows/ci.yml |
zizmor |
cicd | healthy | .github/workflows/zizmor.yml |
| Label | Layer | Status | Path |
|---|---|---|---|
redis |
data | healthy | pnpm-lock.yaml |
mongodb |
data | healthy | pnpm-lock.yaml |
| Label | Layer | Status | Path |
|---|---|---|---|
image::Dockerfile |
hardware | healthy | Dockerfile |
web |
hardware | healthy | docker-compose.yml |
| Label | Layer | Status | Path |
|---|---|---|---|
gha::ci |
cicd | healthy | .github/workflows/ci.yml |
gha::zizmor |
cicd | healthy | .github/workflows/zizmor.yml |
| Label | Layer | Status | Path |
|---|---|---|---|
repobility-clone-al951vfj |
software | healthy | /tmp/repobility-clone-al951vfj |
| Label | Layer | Status | Path |
|---|---|---|---|
vps::azure |
hardware | healthy | pnpm-lock.yaml |
This page is publicly accessible at:
https://repobility.com/scan/b8215f2b-2e99-4704-9ff4-0d6cc3c1c2b8/
To check status programmatically (no auth required):
curl -s https://repobility.com/api/v1/public/scan/b8215f2b-2e99-4704-9ff4-0d6cc3c1c2b8/
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.