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.

leyu-data-collection-platform/leyu-backend

https://github.com/leyu-data-collection-platform/leyu-backend.git · scanned 2026-05-16 17:59 UTC (3 weeks, 3 days ago) · 10 languages

350 raw signals (80 security + 270 graph) 17th percentile · Typescript · medium (20-100K LoC) System graph score 68 (lower by 12)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 3 weeks, 3 days ago · v2 · 35 actionable findings from 1 signal source. 45 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 1119 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
AppController software healthy src/app.controller.ts:AppController
AppService software healthy src/app.service.ts:AppService
AppModule software healthy src/app.module.ts:AppModule
BaseDataModule software healthy src/base_data/base_data.module.ts:BaseDataModule
AnnotationTypeSanitized software healthy src/base_data/sanitize.ts:AnnotationTypeSanitized
CountrySanitized software healthy src/base_data/sanitize.ts:CountrySanitized
DataSetAnnotationSanitized software healthy src/base_data/sanitize.ts:DataSetAnnotationSanitized
LanguageSanitized software healthy src/base_data/sanitize.ts:LanguageSanitized
DialectSanitized software healthy src/base_data/sanitize.ts:DialectSanitized
FlagTypeSanitized software healthy src/base_data/sanitize.ts:FlagTypeSanitized
OrganizationSanitized software healthy src/base_data/sanitize.ts:OrganizationSanitized
RegionSanitized software healthy src/base_data/sanitize.ts:RegionSanitized
RejectionTypeSanitized software healthy src/base_data/sanitize.ts:RejectionTypeSanitized
SectorSanitized software healthy src/base_data/sanitize.ts:SectorSanitized
ZoneSanitized software healthy src/base_data/sanitize.ts:ZoneSanitized
CreateWoredaDto software healthy src/base_data/dto/Woreda.dto.ts:CreateWoredaDto
UpdateWoredaDto software healthy src/base_data/dto/Woreda.dto.ts:UpdateWoredaDto
CreateFlagTypeDto software healthy src/base_data/dto/RejectionType.dto.ts:CreateFlagTypeDto
CreateRejectionTypeDto software healthy src/base_data/dto/RejectionType.dto.ts:CreateRejectionTypeD…
UpdateRejectionTypeDto software healthy src/base_data/dto/RejectionType.dto.ts:UpdateRejectionTypeD…
AddLanguageDto software healthy src/base_data/dto/RejectionType.dto.ts:AddLanguageDto
CreateAnnotationDto software healthy src/base_data/dto/Annotation.dto.ts:CreateAnnotationDto
CreateAnnotationTypeDto software healthy src/base_data/dto/Annotation.dto.ts:CreateAnnotationTypeDto
CreateOrganizationDto software healthy src/base_data/dto/Organization.dto.ts:CreateOrganizationDto
UpdateOrganizationDto software healthy src/base_data/dto/Organization.dto.ts:UpdateOrganizationDto
CreateLanguageDto software healthy src/base_data/dto/Language.dto.ts:CreateLanguageDto
UpdateLanguageDto software healthy src/base_data/dto/Language.dto.ts:UpdateLanguageDto
UpdateCityDto software healthy src/base_data/dto/City.dto.ts:UpdateCityDto
CreateCityDto software healthy src/base_data/dto/City.dto.ts:CreateCityDto
SearchCityDto software healthy src/base_data/dto/City.dto.ts:SearchCityDto
CreateZoneDto software healthy src/base_data/dto/Zone.dto.ts:CreateZoneDto
UpdateZoneDto software healthy src/base_data/dto/Zone.dto.ts:UpdateZoneDto
CreateSectorDto software healthy src/base_data/dto/Sector.dto.ts:CreateSectorDto
UpdateSectorDto software healthy src/base_data/dto/Sector.dto.ts:UpdateSectorDto
CreateCountryDto software healthy src/base_data/dto/Country.dto.ts:CreateCountryDto
UpdateCountryDto software healthy src/base_data/dto/Country.dto.ts:UpdateCountryDto
SearchCountryDto software healthy src/base_data/dto/Country.dto.ts:SearchCountryDto
CreateDialectDto software healthy src/base_data/dto/Dialect.dto.ts:CreateDialectDto
UpdateDialectDto software healthy src/base_data/dto/Dialect.dto.ts:UpdateDialectDto
GetDialectDto software healthy src/base_data/dto/Dialect.dto.ts:GetDialectDto
AlternativeNamesDto software healthy src/base_data/dto/index.dto.ts:AlternativeNamesDto
CreateRegionDto software healthy src/base_data/dto/Region.dto.ts:CreateRegionDto
UpdateRegionDto software healthy src/base_data/dto/Region.dto.ts:UpdateRegionDto
SearchRegionDto software healthy src/base_data/dto/Region.dto.ts:SearchRegionDto
DataSetAnnotationController software healthy src/base_data/controller/DataSetAnnotation.controller.ts:Da…
RejectionTypeController software healthy src/base_data/controller/RejectionType.controller.ts:Reject…
CountryController software healthy src/base_data/controller/Country.controller.ts:CountryContr…
DialectController software healthy src/base_data/controller/Dialect.controller.ts:DialectContr…
OrganizationController software healthy src/base_data/controller/Organization.controller.ts:Organiz…
LanguageController software healthy src/base_data/controller/Language.controller.ts:LanguageCon…

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

LabelLayerStatusPath
RABBITMQ_GUIDELINES.md software healthy RABBITMQ_GUIDELINES.md
tsconfig.build.json software healthy tsconfig.build.json
README.md software healthy README.md
pnpm-lock.yaml software healthy pnpm-lock.yaml
package.json software healthy package.json
docker-compose.yaml software healthy docker-compose.yaml
CONTRIBUTING.md software healthy CONTRIBUTING.md
Dockerfile software healthy Dockerfile
package-lock.json software healthy package-lock.json
REDIS_GUIDELINES.md software healthy REDIS_GUIDELINES.md
nest-cli.json software healthy nest-cli.json
.env.example software healthy .env.example
tsconfig.json software healthy tsconfig.json
CODE_OF_CONDUCT.md software healthy CODE_OF_CONDUCT.md
SECURITY.md software healthy SECURITY.md
app.e2e-spec.ts software warning test/app.e2e-spec.ts
jest-e2e.json software healthy test/jest-e2e.json
app.controller.ts software healthy src/app.controller.ts
app.controller.spec.ts software warning src/app.controller.spec.ts
main.ts software healthy src/main.ts
swagger-spec.json software healthy src/swagger-spec.json
app.service.ts software healthy src/app.service.ts
app.module.ts software healthy src/app.module.ts
base_data.module.ts software healthy src/base_data/base_data.module.ts
sanitize.ts software healthy src/base_data/sanitize.ts
Woreda.dto.ts software healthy src/base_data/dto/Woreda.dto.ts
RejectionType.dto.ts software healthy src/base_data/dto/RejectionType.dto.ts
Annotation.dto.ts software healthy src/base_data/dto/Annotation.dto.ts
Organization.dto.ts software healthy src/base_data/dto/Organization.dto.ts
Language.dto.ts software healthy src/base_data/dto/Language.dto.ts
City.dto.ts software healthy src/base_data/dto/City.dto.ts
Zone.dto.ts software healthy src/base_data/dto/Zone.dto.ts
Sector.dto.ts software healthy src/base_data/dto/Sector.dto.ts
Country.dto.ts software healthy src/base_data/dto/Country.dto.ts
Dialect.dto.ts software healthy src/base_data/dto/Dialect.dto.ts
index.dto.ts software healthy src/base_data/dto/index.dto.ts
Region.dto.ts software healthy src/base_data/dto/Region.dto.ts
DataSetAnnotation.controller.ts software healthy src/base_data/controller/DataSetAnnotation.controller.ts
RejectionType.controller.ts software healthy src/base_data/controller/RejectionType.controller.ts
index.ts software healthy src/base_data/controller/index.ts
Country.controller.ts software healthy src/base_data/controller/Country.controller.ts
Dialect.controller.ts software healthy src/base_data/controller/Dialect.controller.ts
Organization.controller.ts software healthy src/base_data/controller/Organization.controller.ts
Language.controller.ts software healthy src/base_data/controller/Language.controller.ts
Sector.controller.ts software healthy src/base_data/controller/Sector.controller.ts
Zone.controller.ts software healthy src/base_data/controller/Zone.controller.ts
AnnotationType.controller.ts software healthy src/base_data/controller/AnnotationType.controller.ts
FlagType.controller.ts software healthy src/base_data/controller/FlagType.controller.ts
Region.controller.ts software healthy src/base_data/controller/Region.controller.ts
Sector.service.ts software healthy src/base_data/service/Sector.service.ts

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

LabelLayerStatusPath
GET /hello api healthy src/app.controller.ts
GET /image/:path api healthy src/app.controller.ts
USE /admin/queues api healthy src/main.ts
GET /setting/annotation/paginate api healthy src/base_data/controller/DataSetAnnotation.controller.ts
GET /setting/annotation/:id api healthy src/base_data/controller/DataSetAnnotation.controller.ts
PUT /setting/annotation/:id api healthy src/base_data/controller/DataSetAnnotation.controller.ts
POST /setting/annotation/add-alternative-name/:id api healthy src/base_data/controller/DataSetAnnotation.controller.ts
PUT /setting/annotation/update-alternative-name/:id api healthy src/base_data/controller/DataSetAnnotation.controller.ts
DELETE /setting/annotation/:id api healthy src/base_data/controller/DataSetAnnotation.controller.ts
GET /setting/rejection-type/paginate api healthy src/base_data/controller/RejectionType.controller.ts
GET /setting/rejection-type/:id api healthy src/base_data/controller/RejectionType.controller.ts
PUT /setting/rejection-type/:id api healthy src/base_data/controller/RejectionType.controller.ts
POST /setting/rejection-type/add-alternative-name/:id api healthy src/base_data/controller/RejectionType.controller.ts
PUT /setting/rejection-type/update-alternative-name/:id api healthy src/base_data/controller/RejectionType.controller.ts
DELETE /setting/rejection-type/:id api healthy src/base_data/controller/RejectionType.controller.ts
GET /setting/country/all api healthy src/base_data/controller/Country.controller.ts
GET /setting/country api healthy src/base_data/controller/Country.controller.ts
GET /setting/country/:id api healthy src/base_data/controller/Country.controller.ts
PUT /setting/country/:id api healthy src/base_data/controller/Country.controller.ts
POST /setting/country/add-alternative-name/:id api healthy src/base_data/controller/Country.controller.ts
PUT /setting/country/update-alternative-name/:id api healthy src/base_data/controller/Country.controller.ts
DELETE /setting/country/:id api healthy src/base_data/controller/Country.controller.ts
GET /setting/dialect api healthy src/base_data/controller/Dialect.controller.ts
GET /setting/dialect/all api healthy src/base_data/controller/Dialect.controller.ts
GET /setting/dialect/language/:language_id api healthy src/base_data/controller/Dialect.controller.ts
GET /setting/dialect/:id api healthy src/base_data/controller/Dialect.controller.ts
POST /setting/dialect/add-alternative-name/:id api healthy src/base_data/controller/Dialect.controller.ts
PUT /setting/dialect/update-alternative-name/:id api healthy src/base_data/controller/Dialect.controller.ts
PUT /setting/dialect/:id api healthy src/base_data/controller/Dialect.controller.ts
DELETE /setting/dialect/:id api healthy src/base_data/controller/Dialect.controller.ts
GET /setting/organization api healthy src/base_data/controller/Organization.controller.ts
GET /setting/organization/all api healthy src/base_data/controller/Organization.controller.ts
GET /setting/organization/:id api healthy src/base_data/controller/Organization.controller.ts
PUT /setting/organization/:id api healthy src/base_data/controller/Organization.controller.ts
POST /setting/organization/add-alternative-name/:id api healthy src/base_data/controller/Organization.controller.ts
PUT /setting/organization/update-alternative-name/:id api healthy src/base_data/controller/Organization.controller.ts
DELETE /setting/organization/:id api healthy src/base_data/controller/Organization.controller.ts
GET /setting/language api healthy src/base_data/controller/Language.controller.ts
GET /setting/language/all api healthy src/base_data/controller/Language.controller.ts
GET /setting/language/:id api healthy src/base_data/controller/Language.controller.ts
PUT /setting/language/:id api healthy src/base_data/controller/Language.controller.ts
POST /setting/language/add-alternative-name/:id api healthy src/base_data/controller/Language.controller.ts
PUT /setting/language/update-alternative-name/:id api healthy src/base_data/controller/Language.controller.ts
DELETE /setting/language/:id api healthy src/base_data/controller/Language.controller.ts
GET /setting/sector api healthy src/base_data/controller/Sector.controller.ts
GET /setting/sector/all api healthy src/base_data/controller/Sector.controller.ts
GET /setting/sector/:id api healthy src/base_data/controller/Sector.controller.ts
PUT /setting/sector/:id api healthy src/base_data/controller/Sector.controller.ts
POST /setting/sector/add-alternative-name/:id api healthy src/base_data/controller/Sector.controller.ts
PUT /setting/sector/update-alternative-name/:id api healthy src/base_data/controller/Sector.controller.ts

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

LabelLayerStatusPath
test software healthy test
src software healthy src
base_data software healthy src/base_data
dto software healthy src/base_data/dto
controller software healthy src/base_data/controller
service software healthy src/base_data/service
entities software healthy src/base_data/entities
email software healthy src/email
i18n software healthy src/i18n
om software healthy src/i18n/om
en software healthy src/i18n/en
am software healthy src/i18n/am
background_task software healthy src/background_task
service software healthy src/background_task/service
config software healthy src/config
auth software healthy src/auth
dto software healthy src/auth/dto
controller software healthy src/auth/controller
service software healthy src/auth/service
decorators software healthy src/auth/decorators
throttler software healthy src/auth/throttler
entities software healthy src/auth/entities
guard software healthy src/auth/guard
middleware software healthy src/middleware
generated software healthy src/generated
events software healthy src/events
health software healthy src/health
common software healthy src/common
dto software healthy src/common/dto
interceptors software healthy src/common/interceptors
controllers software healthy src/common/controllers
service software healthy src/common/service
entities software healthy src/common/entities
filters software healthy src/common/filters
task_distribution software healthy src/task_distribution
dto software healthy src/task_distribution/dto
rto software healthy src/task_distribution/rto
enitities software healthy src/task_distribution/enitities
controllers software healthy src/task_distribution/controllers
service software healthy src/task_distribution/service
data_set software healthy src/data_set
dto software healthy src/data_set/dto
controller software healthy src/data_set/controller
rto software healthy src/data_set/rto
service software healthy src/data_set/service
entities software healthy src/data_set/entities
utils software healthy src/utils
security software healthy src/utils/security
types software healthy src/utils/types
events software healthy src/utils/events

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

LabelLayerStatusPath
bootstrap software healthy src/main.ts:bootstrap
preferredLanguage software healthy src/base_data/controller/Country.controller.ts:preferredLan…
preferred_language software healthy src/base_data/controller/Dialect.controller.ts:preferred_la…
preferred_language software healthy src/base_data/controller/Organization.controller.ts:preferr…
preferred_language software healthy src/base_data/controller/Language.controller.ts:preferred_l…
preferredLanguage software healthy src/base_data/controller/Zone.controller.ts:preferredLangua…
preferredLanguage software healthy src/base_data/controller/Region.controller.ts:preferredLang…
calculates software healthy src/background_task/service/ReviewerSubmissionScoring.servi…
is software healthy src/background_task/service/ReviewerSubmissionScoring.servi…
offset software healthy src/auth/service/User.service.ts:offset
generateReferralCode software healthy src/auth/service/User.service.ts:generateReferralCode
Roles software healthy src/auth/decorators/roles.decorator.ts:Roles
canActivate software healthy src/auth/guard/jwt-auth.guard.ts:canActivate
is software healthy src/auth/guard/otp-throttler.guard.ts:is
applyRelations software healthy src/common/service/pagination.service.ts:applyRelations
translatedRejectionReasons software healthy src/task_distribution/rto/Task.rto.ts:translatedRejectionRe…
skip software healthy src/task_distribution/service/ReviewerTasks.service.ts:skip
male_percent_required software healthy src/task_distribution/service/TaskRedistribution.service.ts…
female_percent_required software healthy src/task_distribution/service/TaskRedistribution.service.ts…
offset software healthy src/task_distribution/service/ContributorMicroTask.service.…
offset software healthy src/task_distribution/service/MicroTaskStatistics.service.t…
offset software healthy src/task_distribution/service/TaskDistributionMonitoring.se…
skip software healthy src/task_distribution/service/GetTask.service.ts:skip
early software healthy src/task_distribution/service/ReviewerTaskDistribution.serv…
shuffle software healthy src/task_distribution/service/ReviewerTaskDistribution.serv…
offset software healthy src/data_set/service/MicroTask.service.ts:offset
offset software healthy src/data_set/service/DataSet.service.ts:offset
skip software healthy src/data_set/service/DataSet.service.ts:skip
checkIfMicroTasIskRejectedAndTotalAttempts software healthy src/utils/MicroTask.util.ts:checkIfMicroTasIskRejectedAndTo…
getMicroTaskStatus software healthy src/utils/MicroTask.util.ts:getMicroTaskStatus
getTaskStatus software healthy src/utils/MicroTask.util.ts:getTaskStatus
paginate software healthy src/utils/paginate.util.ts:paginate
distributeTaskAmongNewContributors software healthy src/utils/TaskDistribution.util.ts:distributeTaskAmongNewCo…
distributeTaskAmongNewContributorsGenderBased software healthy src/utils/TaskDistribution.util.ts:distributeTaskAmongNewCo…
hashPassword software healthy src/utils/security/credential.util.ts:hashPassword
verifyPassword software healthy src/utils/security/credential.util.ts:verifyPassword
takes software healthy src/cache/CacheService.service.ts:takes
that software healthy src/cache/CacheService.service.ts:that
sign software healthy src/finance/service/SantimPay.service.ts:sign
signES256 software healthy src/finance/service/SantimPay.service.ts:signES256
bootstrap software healthy src/seeders/run-seeder.ts:bootstrap
seedCountries software healthy src/seeders/seed.helper.ts:seedCountries
clearCountries software healthy src/seeders/seed.helper.ts:clearCountries
seedRegions software healthy src/seeders/seed.helper.ts:seedRegions
clearRegions software healthy src/seeders/seed.helper.ts:clearRegions
seedRejectionTypes software healthy src/seeders/seed.helper.ts:seedRejectionTypes
clearRejectionTypes software healthy src/seeders/seed.helper.ts:clearRejectionTypes
seedLanguages software healthy src/seeders/seed.helper.ts:seedLanguages
clearLanguages software healthy src/seeders/seed.helper.ts:clearLanguages
seedDialects software healthy src/seeders/seed.helper.ts:seedDialects

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

LabelLayerStatusPath
auth::src/finance/controller/Transaction.controller.ts security healthy src/finance/controller/Transaction.controller.ts
auth::src/task_distribution/controllers/TaskDistribution.co… security healthy src/task_distribution/controllers/TaskDistribution.controll…
auth::src/auth/service/User.service.ts security healthy src/auth/service/User.service.ts
auth::src/project/controller/Project.controller.ts security healthy src/project/controller/Project.controller.ts
auth::src/project/controller/TaskType.controller.ts security healthy src/project/controller/TaskType.controller.ts
auth::src/base_data/controller/Region.controller.ts security healthy src/base_data/controller/Region.controller.ts
auth::src/project/controller/Facilitator.controller.ts security healthy src/project/controller/Facilitator.controller.ts
auth::src/statistics/controllers/ReviewerStatistics.control… security healthy src/statistics/controllers/ReviewerStatistics.controller.ts
auth::src/common/controllers/ActivityLog.controller.ts security healthy src/common/controllers/ActivityLog.controller.ts
auth::src/base_data/controller/Sector.controller.ts security healthy src/base_data/controller/Sector.controller.ts
auth::src/auth/jwt.strategy.ts security healthy src/auth/jwt.strategy.ts
auth::.env.example security healthy .env.example
auth::src/common/controllers/Test.controller.ts security healthy src/common/controllers/Test.controller.ts
auth::src/finance/controller/ScoreValue.controller.ts security healthy src/finance/controller/ScoreValue.controller.ts
auth::src/auth/controller/auth.controller.ts security healthy src/auth/controller/auth.controller.ts
auth::src/statistics/controllers/ProjectStatistics.controll… security healthy src/statistics/controllers/ProjectStatistics.controller.ts
auth::src/data_set/controller/MicroTask.controller.ts security healthy src/data_set/controller/MicroTask.controller.ts
auth::src/swagger-spec.json security healthy src/swagger-spec.json
auth::src/data_set/controller/FlagReason.controller.ts security healthy src/data_set/controller/FlagReason.controller.ts
auth::src/task_distribution/controllers/ReviewerTask.contro… security healthy src/task_distribution/controllers/ReviewerTask.controller.ts
auth::src/task_distribution/controllers/TaskDistributionMon… security healthy src/task_distribution/controllers/TaskDistributionMonitorin…
auth::src/base_data/controller/FlagType.controller.ts security healthy src/base_data/controller/FlagType.controller.ts
auth::src/base_data/controller/Organization.controller.ts security healthy src/base_data/controller/Organization.controller.ts
auth::src/base_data/controller/RejectionType.controller.ts security healthy src/base_data/controller/RejectionType.controller.ts
auth::src/auth/service/auth.service.ts security healthy src/auth/service/auth.service.ts
auth::src/project/controller/InvitationLink.controller.ts security healthy src/project/controller/InvitationLink.controller.ts
auth::package.json security healthy package.json
auth::src/finance/service/SantimPay.service.ts security healthy src/finance/service/SantimPay.service.ts
auth::src/base_data/controller/DataSetAnnotation.controller… security healthy src/base_data/controller/DataSetAnnotation.controller.ts
auth::src/project/controller/Task.controller.ts security healthy src/project/controller/Task.controller.ts
auth::src/finance/controller/Wallet.controller.ts security healthy src/finance/controller/Wallet.controller.ts
auth::src/base_data/controller/Country.controller.ts security healthy src/base_data/controller/Country.controller.ts
auth::src/common/controllers/Notification.controller.ts security healthy src/common/controllers/Notification.controller.ts
auth::src/base_data/controller/Language.controller.ts security healthy src/base_data/controller/Language.controller.ts
auth::src/auth/auth.module.ts security healthy src/auth/auth.module.ts
auth::src/base_data/controller/Dialect.controller.ts security healthy src/base_data/controller/Dialect.controller.ts
auth::src/auth/controller/user.controller.ts security healthy src/auth/controller/user.controller.ts
auth::src/data_set/controller/DataSet.controller.ts security healthy src/data_set/controller/DataSet.controller.ts
auth::src/auth/guard/jwt-auth.guard.ts security healthy src/auth/guard/jwt-auth.guard.ts
auth::src/base_data/controller/Zone.controller.ts security healthy src/base_data/controller/Zone.controller.ts
auth::src/statistics/controllers/SuperAdminStatistics.contr… security healthy src/statistics/controllers/SuperAdminStatistics.controller.…
auth::src/cache/CacheController.controller.ts security healthy src/cache/CacheController.controller.ts
auth::src/base_data/controller/AnnotationType.controller.ts security healthy src/base_data/controller/AnnotationType.controller.ts

LabelLayerStatusPath
port:5433 network healthy docker-compose.yaml
port:5432 network healthy docker-compose.yaml
port:6379 network healthy docker-compose.yaml
port:5672 network healthy docker-compose.yaml
port:15672 network healthy docker-compose.yaml
port:3000 network healthy docker-compose.yaml

LabelLayerStatusPath
mysql data healthy pnpm-lock.yaml
redis data healthy pnpm-lock.yaml
mongodb data healthy pnpm-lock.yaml
postgres data healthy pnpm-lock.yaml
postgresql data healthy docker-compose.yaml

LabelLayerStatusPath
image::Dockerfile hardware healthy Dockerfile
postgres hardware healthy docker-compose.yaml
redis hardware healthy docker-compose.yaml
rabbitmq hardware healthy docker-compose.yaml
app hardware healthy docker-compose.yaml

LabelLayerStatusPath
1710000000000-InitialMigration.ts data healthy src/database/migrations/1710000000000-InitialMigration.ts
1775141590497-migration.ts data healthy src/database/migrations/1775141590497-migration.ts
1778112017083-migration.ts data healthy src/migrations/1778112017083-migration.ts

LabelLayerStatusPath
rabbitmq data healthy pnpm-lock.yaml
bullmq data healthy pnpm-lock.yaml

LabelLayerStatusPath
vps::aws hardware healthy pnpm-lock.yaml
vps::gcp hardware healthy pnpm-lock.yaml

LabelLayerStatusPath
password_literal::src/auth/service/User.service.ts security healthy src/auth/service/User.service.ts
password_literal::src/utils/constants/ActivityLog.actions.ts security healthy src/utils/constants/ActivityLog.actions.ts

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

LabelLayerStatusPath
/ frontend healthy src/health/health.controller.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/6c5a106f-90dc-4a48-8512-e9510a7801a0/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/6c5a106f-90dc-4a48-8512-e9510a7801a0/

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.