Repository control
Who controls the complete source repository?
Verify: Confirm that your team has administrator access to the repository account, full history, branches, and collaborator settings.
Check whether your app can still be built, deployed, restored, and maintained if the builder changes its limits or stops fitting your team.
Scope
Six ownership checks
Time
About three minutes
Input
Controlled choices only
Repository control
Verify: Confirm that your team has administrator access to the repository account, full history, branches, and collaborator settings.
Reproducible local build
Verify: Use a clean folder or machine, follow only the documented setup, and verify the development and production build commands.
Dependency visibility
Verify: Inventory runtime packages, environment-variable names, generated services, background jobs, and external APIs without recording secret values.
Independent deployment
Verify: Deploy the same commit to a second target and verify secrets, domains, scheduled jobs, webhooks, and rollback behavior.
Data portability
Verify: Export records and uploaded files, restore them into a clean target, and compare relationships, metadata, and file access.
Ongoing source synchronization
Verify: Change the same disposable branch in both workflows, then inspect merge behavior, overwritten files, history, and conflict recovery.
Complete all six checks to see a result band and the smallest evidence gaps to close next.
Plan labels and export buttons are useful clues. Operational evidence is stronger: repeat the work outside the environment that generated the app.
Clone
Use a clean checkout from an account your team controls.
Build
Run development and production commands without the builder UI.
Deploy
Ship the same commit to a second infrastructure target.
Restore
Export and restore records, relationships, metadata, and files.
10-12
Strong ownership
Maintain the evidence with periodic drills.
6-9
Conditional ownership
Close the riskiest gaps before the app becomes harder to move.
0-5
High dependency
Create and test a continuity plan before the next launch milestone.
Not by itself. A useful ownership claim also needs a reproducible build, visible dependencies, an independent deployment path, portable data, and a safe ongoing repository workflow.
No. Platform dependence can be an acceptable tradeoff while validating a product. The score tells you which continuity risks to prove before the app becomes expensive to move.
There is no account, project name, free-text field, cookie, or saved browser state. Useful Mint records anonymous controlled option IDs and result bands so repeated ownership problems can guide future research and tools.