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.

z3d/Starter-App-Dotnet-0

https://github.com/z3d/Starter-App-Dotnet-0 · scanned 2026-06-16 01:10 UTC (2 months, 1 week ago)

11 raw signals (0 security + 11 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 1 week ago · v1 · 11 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 525 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
global.json software healthy global.json
README.md software healthy README.md
CLAUDE.md software healthy CLAUDE.md
.gitleaks.toml software healthy .gitleaks.toml
ASPIRE_SETUP_COMPLETE.md software healthy ASPIRE_SETUP_COMPLETE.md
LICENSE software healthy LICENSE
AGENTS.md software healthy AGENTS.md
README.md software healthy tests/k6/README.md
run-perf.sh software healthy tests/k6/run-perf.sh
load.js software healthy tests/k6/load.js
smoke.js software healthy tests/k6/smoke.js
customers.js software healthy tests/k6/lib/customers.js
products.js software healthy tests/k6/lib/products.js
orders.js software healthy tests/k6/lib/orders.js
config.js software healthy tests/k6/lib/config.js
perf-seed.sql software healthy tests/k6/seed/perf-seed.sql
run-dast.sh software healthy dast/run-dast.sh
README.md software healthy dast/README.md
automation.yaml software healthy dast/automation.yaml
DERIVATION-PRUNING.md software healthy docs/DERIVATION-PRUNING.md
ARCHITECTURE_REVIEW.md software healthy docs/ARCHITECTURE_REVIEW.md
REVIEW_2026-06-10.md software healthy docs/REVIEW_2026-06-10.md
MODULAR-MONOLITH-APPROACHES.md software healthy docs/MODULAR-MONOLITH-APPROACHES.md
ROADMAP.md software healthy docs/ROADMAP.md
ANALYSISMODE_ALL_EVALUATION.md software healthy docs/ANALYSISMODE_ALL_EVALUATION.md
API-ENDPOINTS.md software healthy docs/API-ENDPOINTS.md
2026-04-03-k6-load-tests-design.md software healthy docs/superpowers/specs/2026-04-03-k6-load-tests-design.md
README.md software healthy docs/03-docker-setup/README.md
README.md software healthy docs/02-postgres-setup/README.md
event-replay.md software healthy docs/runbooks/event-replay.md
README.md software healthy docs/05-aspire-setup/README.md
ARCHITECTURE_REVIEW-2026-06-archive.md software healthy docs/reviews/ARCHITECTURE_REVIEW-2026-06-archive.md
README.md software healthy docs/investigations/README.md
knowledge-base.json software healthy docs/investigations/outbox-dlq/knowledge-base.json
README.md software healthy docs/01-dotnet-setup/README.md
README.md software healthy docs/exemplars/command-handlers/README.md
README.md software healthy docs/exemplars/ef-configurations/README.md
README.md software healthy docs/exemplars/query-handlers/README.md
smoke-test.sh software healthy scripts/smoke-test.sh
README.md software healthy scripts/reporting/README.md
owner-scope-distribution.sql software healthy scripts/reporting/owner-scope-distribution.sql
orders-by-status-over-time.sql software healthy scripts/reporting/orders-by-status-over-time.sql
job-run-history.sql software healthy scripts/reporting/job-run-history.sql
outbox-health.sql software healthy scripts/reporting/outbox-health.sql
settings.json software healthy .claude/settings.json
SKILL.md software healthy .claude/skills/cqrs-patterns/SKILL.md
SKILL.md software healthy .claude/skills/testing-strategy/SKILL.md
SKILL.md software healthy .claude/skills/technology-stack/SKILL.md
SKILL.md software healthy .claude/skills/api-design/SKILL.md
SKILL.md software healthy .claude/skills/development-workflow/SKILL.md

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

LabelLayerStatusPath
tests software healthy tests
k6 software healthy tests/k6
lib software healthy tests/k6/lib
seed software healthy tests/k6/seed
dast software healthy dast
docs software healthy docs
superpowers software healthy docs/superpowers
specs software healthy docs/superpowers/specs
03-docker-setup software healthy docs/03-docker-setup
02-postgres-setup software healthy docs/02-postgres-setup
runbooks software healthy docs/runbooks
05-aspire-setup software healthy docs/05-aspire-setup
reviews software healthy docs/reviews
investigations software healthy docs/investigations
outbox-dlq software healthy docs/investigations/outbox-dlq
01-dotnet-setup software healthy docs/01-dotnet-setup
exemplars software healthy docs/exemplars
command-handlers software healthy docs/exemplars/command-handlers
ef-configurations software healthy docs/exemplars/ef-configurations
query-handlers software healthy docs/exemplars/query-handlers
scripts software healthy scripts
reporting software healthy scripts/reporting
.claude software healthy .claude
skills software healthy .claude/skills
cqrs-patterns software healthy .claude/skills/cqrs-patterns
testing-strategy software healthy .claude/skills/testing-strategy
technology-stack software healthy .claude/skills/technology-stack
api-design software healthy .claude/skills/api-design
development-workflow software healthy .claude/skills/development-workflow
skill-authoring software healthy .claude/skills/skill-authoring
ddd-implementation software healthy .claude/skills/ddd-implementation
data-access software healthy .claude/skills/data-access
architecture-review software healthy .claude/skills/architecture-review
.github software healthy .github
workflows software healthy .github/workflows
src software healthy src
StarterApp.Tests software healthy src/StarterApp.Tests
Application software healthy src/StarterApp.Tests/Application
Commands software healthy src/StarterApp.Tests/Application/Commands
Domain software healthy src/StarterApp.Tests/Domain
Infrastructure software healthy src/StarterApp.Tests/Infrastructure
Outbox software healthy src/StarterApp.Tests/Infrastructure/Outbox
Payloads software healthy src/StarterApp.Tests/Infrastructure/Payloads
Mediator software healthy src/StarterApp.Tests/Infrastructure/Mediator
Identity software healthy src/StarterApp.Tests/Infrastructure/Identity
Persistence software healthy src/StarterApp.Tests/Infrastructure/Persistence
Functions software healthy src/StarterApp.Tests/Infrastructure/Functions
Caching software healthy src/StarterApp.Tests/Infrastructure/Caching
Contracts software healthy src/StarterApp.Tests/Contracts
snapshots software healthy src/StarterApp.Tests/Contracts/snapshots

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

LabelLayerStatusPath
setup software healthy tests/k6/load.js:setup
browseScenario software healthy tests/k6/load.js:browseScenario
orderScenario software healthy tests/k6/load.js:orderScenario
createCustomer software healthy tests/k6/lib/customers.js:createCustomer
getCustomer software healthy tests/k6/lib/customers.js:getCustomer
listCustomers software healthy tests/k6/lib/customers.js:listCustomers
updateCustomer software healthy tests/k6/lib/customers.js:updateCustomer
deleteCustomer software healthy tests/k6/lib/customers.js:deleteCustomer
createProduct software healthy tests/k6/lib/products.js:createProduct
getProduct software healthy tests/k6/lib/products.js:getProduct
listProducts software healthy tests/k6/lib/products.js:listProducts
updateProduct software healthy tests/k6/lib/products.js:updateProduct
deleteProduct software healthy tests/k6/lib/products.js:deleteProduct
createOrder software healthy tests/k6/lib/orders.js:createOrder
getOrder software healthy tests/k6/lib/orders.js:getOrder
getOrdersByCustomer software healthy tests/k6/lib/orders.js:getOrdersByCustomer
getOrdersByStatus software healthy tests/k6/lib/orders.js:getOrdersByStatus
updateOrderStatus software healthy tests/k6/lib/orders.js:updateOrderStatus
cancelOrder software healthy tests/k6/lib/orders.js:cancelOrder
jsonParams software healthy tests/k6/lib/config.js:jsonParams
tagParams software healthy tests/k6/lib/config.js:tagParams
uniqueSuffix software healthy tests/k6/lib/config.js:uniqueSuffix
randomItem software healthy tests/k6/lib/config.js:randomItem
randomInt software healthy tests/k6/lib/config.js:randomInt

LabelLayerStatusPath
analyze cicd healthy .github/workflows/codeql.yml
build cicd healthy .github/workflows/ci.yml
integration cicd healthy .github/workflows/ci.yml
aspire cicd healthy .github/workflows/ci.yml
docker-build cicd healthy .github/workflows/ci.yml
gitleaks cicd healthy .github/workflows/secret-scan.yml
perf cicd healthy .github/workflows/perf.yml
dast cicd healthy .github/workflows/dast.yml

LabelLayerStatusPath
port:04 network healthy .github/workflows/codeql.yml
port:256 network healthy .github/workflows/secret-scan.yml
port:551 network healthy .github/workflows/secret-scan.yml
port:02 network healthy .github/workflows/perf.yml
port:03 network healthy .github/workflows/perf.yml
port:8080 network healthy src/StarterApp.Api/Dockerfile
port:548 network healthy src/StarterApp.Api/Dockerfile

LabelLayerStatusPath
products data healthy src/StarterApp.DbMigrator/Scripts/0001_CreatePostgresSchema…
customers data healthy src/StarterApp.DbMigrator/Scripts/0001_CreatePostgresSchema…
orders data healthy src/StarterApp.DbMigrator/Scripts/0001_CreatePostgresSchema…
order_items data healthy src/StarterApp.DbMigrator/Scripts/0001_CreatePostgresSchema…
outbox_messages data healthy src/StarterApp.DbMigrator/Scripts/0001_CreatePostgresSchema…
job_runs data healthy src/StarterApp.DbMigrator/Scripts/0003_CreateJobRuns.sql

LabelLayerStatusPath
gha::codeql cicd healthy .github/workflows/codeql.yml
gha::ci cicd healthy .github/workflows/ci.yml
gha::secret-scan cicd healthy .github/workflows/secret-scan.yml
gha::perf cicd healthy .github/workflows/perf.yml
gha::dast cicd healthy .github/workflows/dast.yml

LabelLayerStatusPath
postgresql data healthy README.md
redis data healthy README.md
postgres data healthy README.md

LabelLayerStatusPath
image::src/StarterApp.Api/Dockerfile hardware healthy src/StarterApp.Api/Dockerfile
image::src/StarterApp.DbMigrator/Dockerfile hardware healthy src/StarterApp.DbMigrator/Dockerfile
image::src/StarterApp.Functions/Dockerfile hardware healthy src/StarterApp.Functions/Dockerfile

LabelLayerStatusPath
127.0.0.1 network healthy tests/k6/run-perf.sh
172.17.0.1 network healthy dast/run-dast.sh

LabelLayerStatusPath
auth::CLAUDE.md security healthy CLAUDE.md
auth::AGENTS.md security healthy AGENTS.md

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

LabelLayerStatusPath
vps::azure hardware healthy README.md
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/b30424eb-3054-4192-b58c-b2d8f0fb0efc/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/b30424eb-3054-4192-b58c-b2d8f0fb0efc/

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.