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.

BerkUnalDev/full-rollout

https://github.com/BerkUnalDev/full-rollout · scanned 2026-06-17 01:20 UTC (1 month, 2 weeks ago)

6 raw signals (0 security + 6 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 1 month, 2 weeks ago · v2 · 6 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 179 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
generateGameName software healthy src/engine/names.ts:generateGameName
generatePersonName software healthy src/engine/names.ts:generatePersonName
serialize software healthy src/engine/save.ts:serialize
deserialize software healthy src/engine/save.ts:deserialize
speedOf software healthy src/engine/constants.ts:speedOf
maxGamesFor software healthy src/engine/studio.ts:maxGamesFor
nextUpgradeCost software healthy src/engine/studio.ts:nextUpgradeCost
rollRequiredLevel software healthy src/engine/studio.ts:rollRequiredLevel
member software healthy src/engine/newGame.ts:member
newGame software healthy src/engine/newGame.ts:newGame
qaCompleteFor software healthy src/engine/releases.ts:qaCompleteFor
computeNextVersion software healthy src/engine/releases.ts:computeNextVersion
canCutRelease software healthy src/engine/releases.ts:canCutRelease
performCut software healthy src/engine/releases.ts:performCut
shipCuttingReleases software healthy src/engine/releases.ts:shipCuttingReleases
arriveReports software healthy src/engine/releases.ts:arriveReports
decidable software healthy src/engine/releases.ts:decidable
applyFullRollout software healthy src/engine/releases.ts:applyFullRollout
applyPullBack software healthy src/engine/releases.ts:applyPullBack
weekToCW software healthy src/engine/week.ts:weekToCW
week software healthy src/engine/week.ts:week
cwLabel software healthy src/engine/week.ts:cwLabel
generateInboxItem software healthy src/engine/inbox.ts:generateInboxItem
acceptInboxItem software healthy src/engine/inbox.ts:acceptInboxItem
declineInboxItem software healthy src/engine/inbox.ts:declineInboxItem
generateWeeklyInbox software healthy src/engine/inbox.ts:generateWeeklyInbox
checkDeadlines software healthy src/engine/inbox.ts:checkDeadlines
genId software healthy src/engine/generators.ts:genId
nextTicketKey software healthy src/engine/generators.ts:nextTicketKey
createTicket software healthy src/engine/generators.ts:createTicket
effortFor software healthy src/engine/generators.ts:effortFor
genStoryConcept software healthy src/engine/generators.ts:genStoryConcept
genBugTitle software healthy src/engine/generators.ts:genBugTitle
genCandidate software healthy src/engine/generators.ts:genCandidate
genOffer software healthy src/engine/generators.ts:genOffer
refreshMarket software healthy src/engine/generators.ts:refreshMarket
clamp software healthy src/engine/quality.ts:clamp
round1 software healthy src/engine/quality.ts:round1
computeQuality software healthy src/engine/quality.ts:computeQuality
deriveReportCard software healthy src/engine/quality.ts:deriveReportCard
endWeek software healthy src/engine/endWeek.ts:endWeek
memberStats software healthy src/engine/team.ts:memberStats
applyAction software healthy src/engine/actions.ts:applyAction
getTicket software healthy src/engine/actions.ts:getTicket
freeMemberFromTicket software healthy src/engine/actions.ts:freeMemberFromTicket
returnToQueue software healthy src/engine/actions.ts:returnToQueue
runDevPhase software healthy src/engine/work.ts:runDevPhase
runQaPhase software healthy src/engine/work.ts:runQaPhase
runEconomy software healthy src/engine/economy.ts:runEconomy
companyValue software healthy src/engine/economy.ts:companyValue

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

LabelLayerStatusPath
vite.config.ts software healthy vite.config.ts
package-lock.json software healthy package-lock.json
README.md software healthy README.md
package.json software healthy package.json
index.html software healthy index.html
tsconfig.json software healthy tsconfig.json
main.tsx software healthy src/main.tsx
index.ts software healthy src/engine/index.ts
names.ts software healthy src/engine/names.ts
save.ts software healthy src/engine/save.ts
constants.ts software healthy src/engine/constants.ts
data.ts software healthy src/engine/data.ts
studio.ts software healthy src/engine/studio.ts
newGame.ts software healthy src/engine/newGame.ts
releases.ts software healthy src/engine/releases.ts
week.ts software healthy src/engine/week.ts
inbox.ts software healthy src/engine/inbox.ts
generators.ts software healthy src/engine/generators.ts
quality.ts software healthy src/engine/quality.ts
endWeek.ts software healthy src/engine/endWeek.ts
types.ts software healthy src/engine/types.ts
team.ts software healthy src/engine/team.ts
actions.ts software healthy src/engine/actions.ts
rng.ts software healthy src/engine/rng.ts
work.ts software healthy src/engine/work.ts
economy.ts software healthy src/engine/economy.ts
techdebt-inbox.test.ts software healthy src/engine/__tests__/techdebt-inbox.test.ts
quality.test.ts software healthy src/engine/__tests__/quality.test.ts
week.test.ts software healthy src/engine/__tests__/week.test.ts
economy.test.ts software healthy src/engine/__tests__/economy.test.ts
names.test.ts software healthy src/engine/__tests__/names.test.ts
work.test.ts software healthy src/engine/__tests__/work.test.ts
helpers.ts software healthy src/engine/__tests__/helpers.ts
studio.test.ts software healthy src/engine/__tests__/studio.test.ts
studio-actions.test.ts software healthy src/engine/__tests__/studio-actions.test.ts
inbox.test.ts software healthy src/engine/__tests__/inbox.test.ts
techdebt-work.test.ts software healthy src/engine/__tests__/techdebt-work.test.ts
team.test.ts software healthy src/engine/__tests__/team.test.ts
actions.test.ts software healthy src/engine/__tests__/actions.test.ts
rng.test.ts software healthy src/engine/__tests__/rng.test.ts
releases.test.ts software healthy src/engine/__tests__/releases.test.ts
endWeek.test.ts software healthy src/engine/__tests__/endWeek.test.ts
report-history.test.ts software healthy src/engine/__tests__/report-history.test.ts
save.test.ts software healthy src/engine/__tests__/save.test.ts
rm-capacity.test.ts software healthy src/engine/__tests__/rm-capacity.test.ts
newGame.test.ts software healthy src/engine/__tests__/newGame.test.ts
market.test.ts software healthy src/engine/__tests__/market.test.ts
format.ts software healthy src/ui/format.ts
theme.css software healthy src/ui/theme.css
App.tsx software healthy src/ui/App.tsx

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

LabelLayerStatusPath
src software healthy src
engine software healthy src/engine
__tests__ software healthy src/engine/__tests__
ui software healthy src/ui
screens software healthy src/ui/screens
components software healthy src/ui/components
docs software healthy docs
superpowers software healthy docs/superpowers
specs software healthy docs/superpowers/specs
plans software healthy docs/superpowers/plans
.claude software healthy .claude

LabelLayerStatusPath
BerkUnalDev__full-rollout software healthy /data/fable5_failed_archive/BerkUnalDev__full-rollout

LabelLayerStatusPath
Rng software healthy src/engine/rng.ts:Rng
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/b487fe4a-785f-4411-aa5b-3174b23ade95/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/b487fe4a-785f-4411-aa5b-3174b23ade95/

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.