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.

simon1400/barbitch-strapi

https://github.com/simon1400/barbitch-strapi · scanned 2026-06-16 00:13 UTC (2 months, 2 weeks ago)

28 raw signals (0 security + 28 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 2 weeks ago · v1 · 28 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 659 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
types software healthy types
generated software healthy types/generated
config software healthy config
scripts software healthy scripts
backups software healthy scripts/backups
patches software healthy patches
.github software healthy .github
workflows software healthy .github/workflows
src software healthy src
api software healthy src/api
blog software healthy src/api/blog
routes software healthy src/api/blog/routes
controllers software healthy src/api/blog/controllers
services software healthy src/api/blog/services
content-types software healthy src/api/blog/content-types
blog software healthy src/api/blog/content-types/blog
shift software healthy src/api/shift
routes software healthy src/api/shift/routes
controllers software healthy src/api/shift/controllers
services software healthy src/api/shift/services
content-types software healthy src/api/shift/content-types
shift software healthy src/api/shift/content-types/shift
blog-topic software healthy src/api/blog-topic
routes software healthy src/api/blog-topic/routes
controllers software healthy src/api/blog-topic/controllers
services software healthy src/api/blog-topic/services
content-types software healthy src/api/blog-topic/content-types
blog-topic software healthy src/api/blog-topic/content-types/blog-topic
tax software healthy src/api/tax
routes software healthy src/api/tax/routes
controllers software healthy src/api/tax/controllers
services software healthy src/api/tax/services
content-types software healthy src/api/tax/content-types
tax software healthy src/api/tax/content-types/tax
avans software healthy src/api/avans
routes software healthy src/api/avans/routes
controllers software healthy src/api/avans/controllers
services software healthy src/api/avans/services
content-types software healthy src/api/avans/content-types
avans software healthy src/api/avans/content-types/avans
chat-message software healthy src/api/chat-message
routes software healthy src/api/chat-message/routes
controllers software healthy src/api/chat-message/controllers
services software healthy src/api/chat-message/services
content-types software healthy src/api/chat-message/content-types
chat-message software healthy src/api/chat-message/content-types/chat-message
navigation software healthy src/api/navigation
routes software healthy src/api/navigation/routes
controllers software healthy src/api/navigation/controllers
services software healthy src/api/navigation/services

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

LabelLayerStatusPath
ecosystem.config.js software healthy ecosystem.config.js
package.json software healthy package.json
package-lock.json software healthy package-lock.json
tsconfig.json software healthy tsconfig.json
contentTypes.d.ts software healthy types/generated/contentTypes.d.ts
components.d.ts software healthy types/generated/components.d.ts
api.ts software healthy config/api.ts
cron-tasks.ts software healthy config/cron-tasks.ts
plugins.ts software healthy config/plugins.ts
middlewares.ts software healthy config/middlewares.ts
server.ts software healthy config/server.ts
database.ts software healthy config/database.ts
admin.ts software healthy config/admin.ts
restore-from-backup.js software healthy scripts/restore-from-backup.js
backup-files-table.js software healthy scripts/backup-files-table.js
migrate-local-to-imagekit.js software healthy scripts/migrate-local-to-imagekit.js
files-backup-2025-11-03T09-52-32.json software healthy scripts/backups/files-backup-2025-11-03T09-52-32.json
fix-imagekit-null-formats.js software healthy patches/fix-imagekit-null-formats.js
fix-relation-picker.js software healthy patches/fix-relation-picker.js
deploy.yml software healthy .github/workflows/deploy.yml
index.ts software healthy src/index.ts
blog.ts software healthy src/api/blog/routes/blog.ts
blog.ts software healthy src/api/blog/controllers/blog.ts
blog.ts software healthy src/api/blog/services/blog.ts
schema.json software healthy src/api/blog/content-types/blog/schema.json
shift.ts software healthy src/api/shift/routes/shift.ts
shift.ts software healthy src/api/shift/controllers/shift.ts
shift.ts software healthy src/api/shift/services/shift.ts
schema.json software healthy src/api/shift/content-types/shift/schema.json
blog-topic.ts software healthy src/api/blog-topic/routes/blog-topic.ts
blog-topic.ts software healthy src/api/blog-topic/controllers/blog-topic.ts
blog-topic.ts software healthy src/api/blog-topic/services/blog-topic.ts
schema.json software healthy src/api/blog-topic/content-types/blog-topic/schema.json
tax.ts software healthy src/api/tax/routes/tax.ts
tax.ts software healthy src/api/tax/controllers/tax.ts
tax.ts software healthy src/api/tax/services/tax.ts
schema.json software healthy src/api/tax/content-types/tax/schema.json
avans.ts software healthy src/api/avans/routes/avans.ts
avans.ts software healthy src/api/avans/controllers/avans.ts
avans.ts software healthy src/api/avans/services/avans.ts
schema.json software healthy src/api/avans/content-types/avans/schema.json
chat-message.ts software healthy src/api/chat-message/routes/chat-message.ts
chat-message.ts software healthy src/api/chat-message/controllers/chat-message.ts
chat-message.ts software healthy src/api/chat-message/services/chat-message.ts
schema.json software healthy src/api/chat-message/content-types/chat-message/schema.json
navigation.ts software healthy src/api/navigation/routes/navigation.ts
navigation.ts software healthy src/api/navigation/controllers/navigation.ts
navigation.ts software healthy src/api/navigation/services/navigation.ts
schema.json software healthy src/api/navigation/content-types/navigation/schema.json
offer.ts software healthy src/api/offer/routes/offer.ts

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

LabelLayerStatusPath
restoreFromBackup software healthy scripts/restore-from-backup.js:restoreFromBackup
backupFilesTable software healthy scripts/backup-files-table.js:backupFilesTable
migrate software healthy scripts/migrate-local-to-imagekit.js:migrate
to software healthy patches/fix-imagekit-null-formats.js:to
patchFile software healthy patches/fix-relation-picker.js:patchFile
__m software healthy patches/fix-relation-picker.js:__m
__dialect software healthy patches/fix-relation-picker.js:__dialect
__col software healthy patches/fix-relation-picker.js:__col
patchVoucherFilter software healthy patches/fix-relation-picker.js:patchVoucherFilter
that software healthy src/index.ts:that
isPreviousMonth software healthy src/api/cash/content-types/cash/lifecycles.ts:isPreviousMon…
getFlowItemsSum software healthy src/api/cash/content-types/cash/lifecycles.ts:getFlowItemsS…
computeProfit software healthy src/api/cash/content-types/cash/lifecycles.ts:computeProfit
validateSum software healthy src/api/cash/content-types/cash/lifecycles.ts:validateSum
truncate software healthy src/api/client-error-log/controllers/client-error-log.ts:tr…
buildHash software healthy src/api/client-error-log/controllers/client-error-log.ts:bu…
imageFile software healthy src/api/chat/controllers/chat.ts:imageFile
fileId software healthy src/api/chat/controllers/chat.ts:fileId
data software healthy src/api/chat/services/chat.ts:data
fileInfo software healthy src/api/chat/services/chat.ts:fileInfo
pragueDateStr software healthy src/api/digest/services/digest.ts:pragueDateStr
pragueTime software healthy src/api/digest/services/digest.ts:pragueTime
fmtDateCz software healthy src/api/digest/services/digest.ts:fmtDateCz
fmtMoney software healthy src/api/digest/services/digest.ts:fmtMoney
fmtSigned software healthy src/api/digest/services/digest.ts:fmtSigned
diffLabel software healthy src/api/digest/services/digest.ts:diffLabel
fmtH software healthy src/api/digest/services/digest.ts:fmtH
num software healthy src/api/digest/services/digest.ts:num
rateForMonth software healthy src/api/digest/services/digest.ts:rateForMonth
addGeneric software healthy src/api/digest/services/digest.ts:addGeneric
find software healthy src/api/digest/services/digest.ts:find
sumOf software healthy src/api/digest/services/digest.ts:sumOf
events software healthy src/api/digest/services/digest.ts:events
hist software healthy src/api/digest/services/digest.ts:hist
hm software healthy src/api/digest/services/digest.ts:hm
findTopic software healthy src/api/blog-ai/controllers/blog-ai.ts:findTopic
updateTopicStatus software healthy src/api/blog-ai/controllers/blog-ai.ts:updateTopicStatus
getWeekDate software healthy src/api/blog-ai/controllers/blog-ai.ts:getWeekDate
getOpenAI software healthy src/api/blog-ai/services/blog-ai.ts:getOpenAI
getExistingPosts software healthy src/api/blog-ai/services/blog-ai.ts:getExistingPosts
getExistingTopics software healthy src/api/blog-ai/services/blog-ai.ts:getExistingTopics
analyzeAndGeneratePlan software healthy src/api/blog-ai/services/blog-ai.ts:analyzeAndGeneratePlan
findTopicByDocId software healthy src/api/blog-ai/services/blog-ai.ts:findTopicByDocId
generateArticle software healthy src/api/blog-ai/services/blog-ai.ts:generateArticle
internalLinks software healthy src/api/blog-ai/services/blog-ai.ts:internalLinks
generateAndUploadImage software healthy src/api/blog-ai/services/blog-ai.ts:generateAndUploadImage
dominantEmoji software healthy src/api/service-provided/content-types/service-provided/lif…
parseSaleRate software healthy src/api/service-provided/content-types/service-provided/lif…
computeFlags software healthy src/api/service-provided/content-types/service-provided/lif…
r software healthy src/api/service-provided/content-types/service-provided/lif…

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

LabelLayerStatusPath
/BackupPage frontend healthy src/plugins/backup/admin/pages/BackupPage.tsx
/shift-revert frontend healthy src/api/shift-revert/routes/shift-revert.ts
/client-error-logs/report frontend healthy src/api/client-error-log/routes/custom.ts
/chat/send frontend healthy src/api/chat/routes/chat.ts
/chat/messages frontend healthy src/api/chat/routes/chat.ts
/chat/file frontend healthy src/api/chat/routes/chat.ts
/chat/webhook frontend healthy src/api/chat/routes/chat.ts
/admin-users/login frontend healthy src/api/admin-user/routes/custom-routes.ts
/admin-users/check-status/:id frontend healthy src/api/admin-user/routes/custom-routes.ts
/admin-users/administrator-data/:username frontend healthy src/api/admin-user/routes/custom-routes.ts
/digest/send frontend healthy src/api/digest/routes/digest.ts
/blog-ai/generate-plan frontend healthy src/api/blog-ai/routes/blog-ai.ts
/blog-ai/generate-article/:topicId frontend healthy src/api/blog-ai/routes/blog-ai.ts
/blog-ai/topics/:topicId/approve frontend healthy src/api/blog-ai/routes/blog-ai.ts
/blog-ai/topics/:topicId/reject frontend healthy src/api/blog-ai/routes/blog-ai.ts
/blog-ai/topics/:topicId/update frontend healthy src/api/blog-ai/routes/blog-ai.ts
/blog-ai/plans/:planId frontend healthy src/api/blog-ai/routes/blog-ai.ts
/ frontend healthy src/api/blog-ai/services/blog-ai.ts
/book frontend healthy src/api/blog-ai/services/blog-ai.ts
/cenik frontend healthy src/api/blog-ai/services/blog-ai.ts
/kontakt frontend healthy src/api/blog-ai/services/blog-ai.ts
/darkovy-voucher frontend healthy src/api/blog-ai/services/blog-ai.ts
/blog frontend healthy src/api/blog-ai/services/blog-ai.ts
/service/oboci frontend healthy src/api/blog-ai/services/blog-ai.ts
/service/rasy frontend healthy src/api/blog-ai/services/blog-ai.ts
/service/manikura frontend healthy src/api/blog-ai/services/blog-ai.ts
/review-sync/sync frontend healthy src/api/review-sync/routes/review-sync.ts
/download frontend healthy src/plugins/backup/server/routes/index.ts

LabelLayerStatusPath
sqlite data healthy config/database.ts
mysql data healthy config/database.ts
postgres data healthy config/database.ts
postgresql data healthy src/index.ts
redis data healthy src/middlewares/rate-limit-login.ts

LabelLayerStatusPath
SERVER_HOST cicd healthy
SERVER_USER cicd healthy
SERVER_SSH_KEY cicd healthy
SERVER_PORT cicd healthy

LabelLayerStatusPath
BackupPage frontend healthy src/admin/extensions/backup/BackupPage.tsx
TimeSlotInput frontend healthy src/admin/extensions/timeSlot/TimeSlotInput.tsx
BackupPage frontend healthy src/plugins/backup/admin/pages/BackupPage.tsx

LabelLayerStatusPath
auth::src/api/admin-user/controllers/admin-user.ts security healthy src/api/admin-user/controllers/admin-user.ts
auth::src/utils/admin-jwt.ts security healthy src/utils/admin-jwt.ts

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

LabelLayerStatusPath
port:1350 network healthy ecosystem.config.js

LabelLayerStatusPath
127.0.0.1 network healthy src/index.ts

LabelLayerStatusPath
nginx network healthy src/index.ts

LabelLayerStatusPath
gha::deploy cicd healthy .github/workflows/deploy.yml

LabelLayerStatusPath
deploy cicd healthy .github/workflows/deploy.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/3b63f5da-a46a-4a06-9178-c89aff44893c/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/3b63f5da-a46a-4a06-9178-c89aff44893c/

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.