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.

byrzohod/climasite

https://github.com/byrzohod/climasite · scanned 2026-06-17 01:44 UTC (1 month, 1 week ago)

64 raw signals (0 security + 64 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 1 month, 1 week ago · v2 · last Δ -24.5 (diff) · 39 actionable findings from 1 signal source. 25 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 1397 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
CLAUDE.md software healthy CLAUDE.md
AGENTS.md software healthy AGENTS.md
CHANGELOG.md software healthy CHANGELOG.md
railway.api.toml software healthy railway.api.toml
railway.toml software healthy railway.toml
docker-compose.yml software healthy docker-compose.yml
.mcp.json software healthy .mcp.json
PROJECT_MEMORY.md software healthy .codex/PROJECT_MEMORY.md
SKILL.md software healthy .codex/skills/climasite-db-migrate/SKILL.md
SKILL.md software healthy .codex/skills/climasite-seo-review/SKILL.md
SKILL.md software healthy .codex/skills/climasite-security-review/SKILL.md
SKILL.md software healthy .codex/skills/climasite-release/SKILL.md
SKILL.md software healthy .codex/skills/climasite-code-review/SKILL.md
SKILL.md software healthy .codex/skills/climasite-ui-ux/SKILL.md
SKILL.md software healthy .codex/skills/climasite-workflow/SKILL.md
SKILL.md software healthy .codex/skills/climasite-deploy-checklist/SKILL.md
SKILL.md software healthy .codex/skills/climasite-ui-qa/SKILL.md
WishlistHandlersTests.cs software healthy tests/ClimaSite.Application.Tests/Features/Wishlist/Wishlis…
RecommendationScoringServiceTests.cs software healthy tests/ClimaSite.Application.Tests/Features/Products/Scoring…
GetUserOrdersQueryTests.cs software healthy tests/ClimaSite.Application.Tests/Features/Orders/Queries/G…
GetOrderByIdQueryTests.cs software healthy tests/ClimaSite.Application.Tests/Features/Orders/Queries/G…
CancelOrderCommandTests.cs software healthy tests/ClimaSite.Application.Tests/Features/Orders/Commands/…
ReorderCommandHandlerTests.cs software healthy tests/ClimaSite.Application.Tests/Features/Orders/Commands/…
CreateOrderCommandHandlerTests.cs software healthy tests/ClimaSite.Application.Tests/Features/Orders/Commands/…
HandleStripeWebhookCommandTests.cs software healthy tests/ClimaSite.Application.Tests/Features/Payments/Command…
LoginCommandHandlerTests.cs software healthy tests/ClimaSite.Application.Tests/Features/Auth/Commands/Lo…
RefreshTokenCommandHandlerTests.cs software healthy tests/ClimaSite.Application.Tests/Features/Auth/Commands/Re…
RegisterCommandHandlerTests.cs software healthy tests/ClimaSite.Application.Tests/Features/Auth/Commands/Re…
MockDbContext.cs software healthy tests/ClimaSite.Application.Tests/TestHelpers/MockDbContext…
ForgotPasswordCommandHandlerTests.cs software healthy tests/ClimaSite.Application.Tests/Auth/Handlers/ForgotPassw…
ReviewTests.cs software healthy tests/ClimaSite.Core.Tests/Entities/ReviewTests.cs
NotificationTests.cs software healthy tests/ClimaSite.Core.Tests/Entities/NotificationTests.cs
CartTests.cs software healthy tests/ClimaSite.Core.Tests/Entities/CartTests.cs
CategoryTests.cs software healthy tests/ClimaSite.Core.Tests/Entities/CategoryTests.cs
ProductTranslationTests.cs software healthy tests/ClimaSite.Core.Tests/Entities/ProductTranslationTests…
WishlistTests.cs software healthy tests/ClimaSite.Core.Tests/Entities/WishlistTests.cs
AddressTests.cs software healthy tests/ClimaSite.Core.Tests/Entities/AddressTests.cs
ProductTests.cs software healthy tests/ClimaSite.Core.Tests/Entities/ProductTests.cs
ReviewVoteTests.cs software healthy tests/ClimaSite.Core.Tests/Entities/ReviewVoteTests.cs
OrderTests.cs software healthy tests/ClimaSite.Core.Tests/Entities/OrderTests.cs
AGENTS.md software healthy tests/ClimaSite.E2E/AGENTS.md
.last-run.json software healthy tests/ClimaSite.E2E/test-results/.last-run.json
WishlistTests.cs software healthy tests/ClimaSite.E2E/Tests/Wishlist/WishlistTests.cs
ProductFilteringTests.cs software healthy tests/ClimaSite.E2E/Tests/Products/ProductFilteringTests.cs
ProductBrowsingTests.cs software healthy tests/ClimaSite.E2E/Tests/Products/ProductBrowsingTests.cs
ProductCatalogTests.cs software healthy tests/ClimaSite.E2E/Tests/Products/ProductCatalogTests.cs
MegaMenuTests.cs software healthy tests/ClimaSite.E2E/Tests/Navigation/MegaMenuTests.cs
UserJourneyTests.cs software healthy tests/ClimaSite.E2E/Tests/Journeys/UserJourneyTests.cs
CompletePurchaseTests.cs software healthy tests/ClimaSite.E2E/Tests/Journeys/CompletePurchaseTests.cs
CheckoutTests.cs software healthy tests/ClimaSite.E2E/Tests/Checkout/CheckoutTests.cs

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

LabelLayerStatusPath
.codex software healthy .codex
skills software healthy .codex/skills
climasite-db-migrate software healthy .codex/skills/climasite-db-migrate
climasite-seo-review software healthy .codex/skills/climasite-seo-review
climasite-security-review software healthy .codex/skills/climasite-security-review
climasite-release software healthy .codex/skills/climasite-release
climasite-code-review software healthy .codex/skills/climasite-code-review
climasite-ui-ux software healthy .codex/skills/climasite-ui-ux
climasite-workflow software healthy .codex/skills/climasite-workflow
climasite-deploy-checklist software healthy .codex/skills/climasite-deploy-checklist
climasite-ui-qa software healthy .codex/skills/climasite-ui-qa
tests software healthy tests
ClimaSite.Application.Tests software healthy tests/ClimaSite.Application.Tests
Features software healthy tests/ClimaSite.Application.Tests/Features
Wishlist software healthy tests/ClimaSite.Application.Tests/Features/Wishlist
Products software healthy tests/ClimaSite.Application.Tests/Features/Products
Scoring software healthy tests/ClimaSite.Application.Tests/Features/Products/Scoring
Orders software healthy tests/ClimaSite.Application.Tests/Features/Orders
Queries software healthy tests/ClimaSite.Application.Tests/Features/Orders/Queries
Commands software healthy tests/ClimaSite.Application.Tests/Features/Orders/Commands
Payments software healthy tests/ClimaSite.Application.Tests/Features/Payments
Commands software healthy tests/ClimaSite.Application.Tests/Features/Payments/Commands
Auth software healthy tests/ClimaSite.Application.Tests/Features/Auth
Commands software healthy tests/ClimaSite.Application.Tests/Features/Auth/Commands
TestHelpers software healthy tests/ClimaSite.Application.Tests/TestHelpers
Auth software healthy tests/ClimaSite.Application.Tests/Auth
Handlers software healthy tests/ClimaSite.Application.Tests/Auth/Handlers
ClimaSite.Core.Tests software healthy tests/ClimaSite.Core.Tests
Entities software healthy tests/ClimaSite.Core.Tests/Entities
ClimaSite.E2E software healthy tests/ClimaSite.E2E
test-results software healthy tests/ClimaSite.E2E/test-results
Tests software healthy tests/ClimaSite.E2E/Tests
Wishlist software healthy tests/ClimaSite.E2E/Tests/Wishlist
Products software healthy tests/ClimaSite.E2E/Tests/Products
Navigation software healthy tests/ClimaSite.E2E/Tests/Navigation
Journeys software healthy tests/ClimaSite.E2E/Tests/Journeys
Checkout software healthy tests/ClimaSite.E2E/Tests/Checkout
Admin software healthy tests/ClimaSite.E2E/Tests/Admin
Reviews software healthy tests/ClimaSite.E2E/Tests/Reviews
Account software healthy tests/ClimaSite.E2E/Tests/Account
Orders software healthy tests/ClimaSite.E2E/Tests/Orders
Authentication software healthy tests/ClimaSite.E2E/Tests/Authentication
Accessibility software healthy tests/ClimaSite.E2E/Tests/Accessibility
Pages software healthy tests/ClimaSite.E2E/Tests/Pages
Internationalization software healthy tests/ClimaSite.E2E/Tests/Internationalization
Home software healthy tests/ClimaSite.E2E/Tests/Home
Settings software healthy tests/ClimaSite.E2E/Tests/Settings
Cart software healthy tests/ClimaSite.E2E/Tests/Cart
Infrastructure software healthy tests/ClimaSite.E2E/Infrastructure
PageObjects software healthy tests/ClimaSite.E2E/PageObjects

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

LabelLayerStatusPath
AppComponent software healthy src/ClimaSite.Web/src/app/app.component.ts:AppComponent
CustomHttpLoader software healthy src/ClimaSite.Web/src/app/app.config.ts:CustomHttpLoader
LoginComponent software healthy src/ClimaSite.Web/src/app/auth/components/login/login.compo…
FakeTranslateLoader software healthy src/ClimaSite.Web/src/app/auth/components/login/login.compo…
RegisterComponent software healthy src/ClimaSite.Web/src/app/auth/components/register/register…
ResetPasswordComponent software healthy src/ClimaSite.Web/src/app/auth/components/reset-password/re…
ForgotPasswordComponent software healthy src/ClimaSite.Web/src/app/auth/components/forgot-password/f…
AuthService software healthy src/ClimaSite.Web/src/app/auth/services/auth.service.ts:Aut…
MainLayoutComponent software healthy src/ClimaSite.Web/src/app/core/layout/main-layout/main-layo…
MockTrustBadgeStripComponent software healthy src/ClimaSite.Web/src/app/core/layout/main-layout/main-layo…
MockPaymentTrustStripComponent software healthy src/ClimaSite.Web/src/app/core/layout/main-layout/main-layo…
MockBottomNavComponent software healthy src/ClimaSite.Web/src/app/core/layout/main-layout/main-layo…
HeaderComponent software healthy src/ClimaSite.Web/src/app/core/layout/header/header.compone…
MockTrustBadgeStripComponent software healthy src/ClimaSite.Web/src/app/core/layout/footer/footer.compone…
MockPaymentTrustStripComponent software healthy src/ClimaSite.Web/src/app/core/layout/footer/footer.compone…
FooterComponent software healthy src/ClimaSite.Web/src/app/core/layout/footer/footer.compone…
ReviewService software healthy src/ClimaSite.Web/src/app/core/services/review.service.ts:R…
ComparisonService software healthy src/ClimaSite.Web/src/app/core/services/comparison.service.…
WishlistService software healthy src/ClimaSite.Web/src/app/core/services/wishlist.service.ts…
PaymentService software healthy src/ClimaSite.Web/src/app/core/services/payment.service.ts:…
ProductService software healthy src/ClimaSite.Web/src/app/core/services/product.service.ts:…
CategoryService software healthy src/ClimaSite.Web/src/app/core/services/category.service.ts…
PromotionService software healthy src/ClimaSite.Web/src/app/core/services/promotion.service.t…
RecentlyViewedService software healthy src/ClimaSite.Web/src/app/core/services/recently-viewed.ser…
ModerationService software healthy src/ClimaSite.Web/src/app/core/services/moderation.service.…
AddressService software healthy src/ClimaSite.Web/src/app/core/services/address.service.ts:…
ConfettiService software healthy src/ClimaSite.Web/src/app/core/services/confetti.service.ts…
CartService software healthy src/ClimaSite.Web/src/app/core/services/cart.service.ts:Car…
ThemeService software healthy src/ClimaSite.Web/src/app/core/services/theme.service.ts:Th…
StructuredDataService software healthy src/ClimaSite.Web/src/app/core/services/structured-data.ser…
AnimationService software healthy src/ClimaSite.Web/src/app/core/services/animation.service.t…
CheckoutService software healthy src/ClimaSite.Web/src/app/core/services/checkout.service.ts…
FlyingCartService software healthy src/ClimaSite.Web/src/app/core/services/flying-cart.service…
cartIcon software healthy src/ClimaSite.Web/src/app/core/services/flying-cart.service…
after software healthy src/ClimaSite.Web/src/app/core/services/flying-cart.service…
LanguageService software healthy src/ClimaSite.Web/src/app/core/services/language.service.ts…
BrandService software healthy src/ClimaSite.Web/src/app/core/services/brand.service.ts:Br…
AboutComponent software healthy src/ClimaSite.Web/src/app/features/about/about.component.ts…
CheckoutComponent software healthy src/ClimaSite.Web/src/app/features/checkout/checkout.compon…
OrderConfirmationComponent software healthy src/ClimaSite.Web/src/app/features/checkout/order-confirmat…
BrandsListComponent software healthy src/ClimaSite.Web/src/app/features/brands/brands-list/brand…
BrandDetailComponent software healthy src/ClimaSite.Web/src/app/features/brands/brand-detail/bran…
CartComponent software healthy src/ClimaSite.Web/src/app/features/cart/cart.component.ts:C…
OrderDetailsComponent software healthy src/ClimaSite.Web/src/app/features/account/order-details/or…
ProfileComponent software healthy src/ClimaSite.Web/src/app/features/account/profile/profile.…
AccountDashboardComponent software healthy src/ClimaSite.Web/src/app/features/account/account-dashboar…
MockEmptyStateComponent software healthy src/ClimaSite.Web/src/app/features/account/orders/orders.co…
OrdersComponent software healthy src/ClimaSite.Web/src/app/features/account/orders/orders.co…
FakeTranslateLoader software healthy src/ClimaSite.Web/src/app/features/account/addresses/addres…
AddressesComponent software healthy src/ClimaSite.Web/src/app/features/account/addresses/addres…

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

LabelLayerStatusPath
walk software healthy src/ClimaSite.Web/scripts/check-i18n.mjs:walk
getTranslationValue software healthy src/ClimaSite.Web/scripts/check-i18n.mjs:getTranslationValue
getProductionFiles software healthy src/ClimaSite.Web/scripts/check-i18n.mjs:getProductionFiles
collectStaticTranslationKeys software healthy src/ClimaSite.Web/scripts/check-i18n.mjs:collectStaticTrans…
extractTemplates software healthy src/ClimaSite.Web/scripts/check-i18n.mjs:extractTemplates
normalizeText software healthy src/ClimaSite.Web/scripts/check-i18n.mjs:normalizeText
isLikelyVisibleCopy software healthy src/ClimaSite.Web/scripts/check-i18n.mjs:isLikelyVisibleCopy
visitTemplateNode software healthy src/ClimaSite.Web/scripts/check-i18n.mjs:visitTemplateNode
collectHardcodedTemplateText software healthy src/ClimaSite.Web/scripts/check-i18n.mjs:collectHardcodedTe…
isTranslationKey software healthy src/ClimaSite.Web/scripts/check-i18n.mjs:isTranslationKey
collectSignalErrorUsage software healthy src/ClimaSite.Web/scripts/check-i18n.mjs:collectSignalError…
main software healthy src/ClimaSite.Web/scripts/check-i18n.mjs:main
createTranslateLoader software healthy src/ClimaSite.Web/src/app/app.config.ts:createTranslateLoad…
getAuthService software healthy src/ClimaSite.Web/src/app/auth/interceptors/auth.intercepto…
isRecord software healthy src/ClimaSite.Web/src/app/core/utils/translation-key.util.t…
isTranslationKey software healthy src/ClimaSite.Web/src/app/core/utils/translation-key.util.t…
toTranslationKey software healthy src/ClimaSite.Web/src/app/core/utils/translation-key.util.t…
apiErrorToTranslationKey software healthy src/ClimaSite.Web/src/app/core/utils/translation-key.util.t…
createProduct software healthy src/ClimaSite.Web/src/app/core/services/product.service.spe…
createProductBrief software healthy src/ClimaSite.Web/src/app/core/services/product.service.spe…
angle software healthy src/ClimaSite.Web/src/app/core/services/confetti.service.ts…
nextIndex software healthy src/ClimaSite.Web/src/app/core/services/theme.service.ts:ne…
verticalVisible software healthy src/ClimaSite.Web/src/app/core/services/animation.service.t…
horizontalVisible software healthy src/ClimaSite.Web/src/app/core/services/animation.service.t…
midX software healthy src/ClimaSite.Web/src/app/core/services/flying-cart.service…
animate software healthy src/ClimaSite.Web/src/app/core/services/flying-cart.service…
configure software healthy src/ClimaSite.Web/src/app/core/services/wishlist.service.sp…
createProduct software healthy src/ClimaSite.Web/src/app/features/home-v3/home-v3.componen…
paint software healthy src/ClimaSite.Web/src/app/features/home-v3/components/room-…
t software healthy src/ClimaSite.Web/src/app/features/home-v3/components/room-…
token software healthy src/ClimaSite.Web/src/app/features/home-v3/components/room-…
configure software healthy src/ClimaSite.Web/src/app/features/wishlist/wishlist.compon…
createComponent software healthy src/ClimaSite.Web/src/app/features/products/product-detail/…
formatted software healthy src/ClimaSite.Web/src/app/features/products/product-card/pr…
animate software healthy src/ClimaSite.Web/src/app/shared/directives/count-up.direct…
formatDate software healthy src/ClimaSite.Web/src/app/shared/components/stock-delivery/…
xPercent software healthy src/ClimaSite.Web/src/app/shared/components/product-gallery…
yPercent software healthy src/ClimaSite.Web/src/app/shared/components/product-gallery…
wouldOverflow software healthy src/ClimaSite.Web/src/app/shared/components/mega-menu/mega-…
deltaX software healthy src/ClimaSite.Web/src/app/shared/components/button/button.c…
deltaY software healthy src/ClimaSite.Web/src/app/shared/components/button/button.c…
createCartServiceMock software healthy src/ClimaSite.Web/src/app/shared/components/mini-cart-drawe…
isIconRegistered software healthy src/ClimaSite.Web/src/app/shared/components/icon/icon-regis…

LabelLayerStatusPath
password_literal::src/ClimaSite.Web/src/app/auth/components… security healthy src/ClimaSite.Web/src/app/auth/components/login/login.compo…
password_literal::src/ClimaSite.Web/src/app/features/accoun… security healthy src/ClimaSite.Web/src/app/features/account/profile/profile.…
password_literal::src/ClimaSite.Web/src/app/features/accoun… security healthy src/ClimaSite.Web/src/app/features/account/profile/profile.…
password_literal::src/ClimaSite.Web/src/app/features/accoun… security healthy src/ClimaSite.Web/src/app/features/account/profile/profile.…
password_literal::src/ClimaSite.Web/src/app/features/accoun… security healthy src/ClimaSite.Web/src/app/features/account/profile/profile.…
password_literal::src/ClimaSite.Web/src/app/features/accoun… security healthy src/ClimaSite.Web/src/app/features/account/profile/profile.…
password_literal::src/ClimaSite.Web/src/app/features/accoun… security healthy src/ClimaSite.Web/src/app/features/account/profile/profile.…
password_literal::src/ClimaSite.Web/src/app/features/accoun… security healthy src/ClimaSite.Web/src/app/features/account/profile/profile.…
password_literal::src/ClimaSite.Web/src/app/features/accoun… security healthy src/ClimaSite.Web/src/app/features/account/profile/profile.…
password_literal::src/ClimaSite.Web/src/app/features/accoun… security healthy src/ClimaSite.Web/src/app/features/account/profile/profile.…
password_literal::src/ClimaSite.Web/src/app/features/accoun… security healthy src/ClimaSite.Web/src/app/features/account/profile/profile.…
password_literal::src/ClimaSite.Web/src/app/features/accoun… security healthy src/ClimaSite.Web/src/app/features/account/profile/profile.…
password_literal::src/ClimaSite.Web/src/app/features/accoun… security healthy src/ClimaSite.Web/src/app/features/account/profile/profile.…
password_literal::src/ClimaSite.Web/src/app/features/accoun… security healthy src/ClimaSite.Web/src/app/features/account/profile/profile.…
password_literal::src/ClimaSite.Web/src/app/features/accoun… security healthy src/ClimaSite.Web/src/app/features/account/profile/profile.…
password_literal::src/ClimaSite.Web/src/app/features/accoun… security healthy src/ClimaSite.Web/src/app/features/account/profile/profile.…
password_literal::src/ClimaSite.Web/src/app/features/accoun… security healthy src/ClimaSite.Web/src/app/features/account/profile/profile.…
password_literal::src/ClimaSite.Web/src/app/features/accoun… security healthy src/ClimaSite.Web/src/app/features/account/profile/profile.…
password_literal::src/ClimaSite.Web/src/app/features/accoun… security healthy src/ClimaSite.Web/src/app/features/account/profile/profile.…

LabelLayerStatusPath
127.0.0.1 network healthy src/ClimaSite.Api/appsettings.json
03.03.06.058 network healthy src/ClimaSite.Web/src/app/core/layout/header/header.compone…
414.336.75.75 network healthy src/ClimaSite.Web/src/app/core/layout/header/header.compone…
7.228.75.75 network healthy src/ClimaSite.Web/src/app/core/layout/header/header.compone…
2.695.272.273 network healthy src/ClimaSite.Web/src/app/core/layout/footer/footer.compone…
1.5.75.75 network healthy src/ClimaSite.Web/src/app/features/brands/brands-list/brand…
4.035.75.75 network healthy src/ClimaSite.Web/src/app/features/brands/brands-list/brand…
3.5.5.5 network healthy src/ClimaSite.Web/src/app/features/products/product-card/pr…
5.5.5.5 network healthy src/ClimaSite.Web/src/app/features/products/product-card/pr…
1.412.75.75 network healthy src/ClimaSite.Web/src/app/shared/components/product-consuma…
6.2.75.75 network healthy src/ClimaSite.Web/src/app/shared/components/product-consuma…
3.074.149.198 network healthy src/ClimaSite.Web/src/app/shared/components/share-product/s…
4.487.709.306 network healthy src/ClimaSite.Web/src/app/shared/components/share-product/s…
1.694.625.712 network healthy src/ClimaSite.Web/src/app/shared/components/share-product/s…
1.871.118.571 network healthy src/ClimaSite.Web/src/app/shared/components/share-product/s…
3.741.982.998 network healthy src/ClimaSite.Web/src/app/shared/components/share-product/s…

LabelLayerStatusPath
port:5433 network healthy docker-compose.yml
port:5432 network healthy docker-compose.yml
port:6379 network healthy docker-compose.yml
port:9000 network healthy docker-compose.yml
port:9001 network healthy docker-compose.yml
port:5050 network healthy docker-compose.yml
port:80 network healthy docker-compose.yml
port:4200 network healthy .github/workflows/test.yml
port:8080 network healthy src/ClimaSite.Api/Dockerfile

LabelLayerStatusPath
image::src/ClimaSite.Api/Dockerfile hardware healthy src/ClimaSite.Api/Dockerfile
image::src/ClimaSite.Web/Dockerfile hardware healthy src/ClimaSite.Web/Dockerfile
postgres hardware healthy docker-compose.yml
redis hardware healthy docker-compose.yml
minio hardware healthy docker-compose.yml
pgadmin hardware healthy docker-compose.yml

LabelLayerStatusPath
unit-tests cicd healthy .github/workflows/test.yml
integration-tests cicd healthy .github/workflows/test.yml
frontend-tests cicd healthy .github/workflows/test.yml
build cicd healthy .github/workflows/test.yml
e2e-tests cicd healthy .github/workflows/test.yml
test-summary cicd healthy .github/workflows/test.yml

LabelLayerStatusPath
postgresql data healthy CLAUDE.md
redis data healthy CLAUDE.md
postgres data healthy AGENTS.md

LabelLayerStatusPath
auth::CLAUDE.md security healthy CLAUDE.md
auth::.codex/skills/climasite-security-review/SKILL.md security healthy .codex/skills/climasite-security-review/SKILL.md
auth::.claude/skills/security-review/SKILL.md security healthy .claude/skills/security-review/SKILL.md

LabelLayerStatusPath
DOTNET_VERSION cicd healthy
NODE_VERSION cicd healthy

LabelLayerStatusPath
byrzohod__climasite software healthy /data/fable5_failed_archive/byrzohod__climasite

LabelLayerStatusPath
nginx network healthy src/ClimaSite.Web/docker-entrypoint.sh

LabelLayerStatusPath
gpu (detected) hardware healthy CLAUDE.md

LabelLayerStatusPath
gha::test cicd healthy .github/workflows/test.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/99225c4b-2b49-4215-ae08-6e32454bbb26/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/99225c4b-2b49-4215-ae08-6e32454bbb26/

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.