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.

braghettos/krateo-frontend

https://github.com/braghettos/krateo-frontend · scanned 2026-06-17 01:42 UTC (1 month, 1 week ago)

56 raw signals (0 security + 56 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 1 month, 1 week ago · v2 · last Δ -7.9 (diff) · 45 actionable findings from 1 signal source. 11 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 855 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
.env.example software healthy .env.example
stylelint.config.cjs software healthy stylelint.config.cjs
vite.config.ts software healthy vite.config.ts
jwt-temp.yaml software healthy jwt-temp.yaml
package-lock.json software healthy package-lock.json
README.md software healthy README.md
LICENSE software healthy LICENSE
package.json software healthy package.json
eslint.config.js software healthy eslint.config.js
index.html software healthy index.html
tsconfig.eslint.json software healthy tsconfig.eslint.json
index.css software healthy index.css
Dockerfile software healthy Dockerfile
pnpm-lock.yaml software healthy pnpm-lock.yaml
tsconfig.json software healthy tsconfig.json
apply-examples.ts software healthy scripts/apply-examples.ts
generate-types.ts software healthy scripts/generate-types.ts
apply-k8s-yamls.ts software healthy scripts/apply-k8s-yamls.ts
run-examples.ts software healthy scripts/run-examples.ts
validate-schemas.ts software healthy scripts/validate-schemas.ts
apply-crds.ts software healthy scripts/apply-crds.ts
get-access-token.ts software healthy scripts/get-access-token.ts
gen-crds.ts software healthy scripts/gen-crds.ts
update-readme-widgets.ts software healthy scripts/update-readme-widgets.ts
release-pullrequest.yaml software healthy .github/workflows/release-pullrequest.yaml
release-tag.yaml software healthy .github/workflows/release-tag.yaml
App.module.css software healthy src/App.module.css
index.tsx software healthy src/index.tsx
env.d.ts software healthy src/env.d.ts
App.tsx software healthy src/App.tsx
jq-expression.ts software healthy src/utils/jq-expression.ts
getAccessToken.ts software healthy src/utils/getAccessToken.ts
types.ts software healthy src/utils/types.ts
utils.ts software healthy src/utils/utils.ts
useHandleActions.ts software healthy src/hooks/useHandleActions.ts
useCatchError.tsx software healthy src/hooks/useCatchError.tsx
useGetEvents.ts software healthy src/hooks/useGetEvents.ts
useWidgetQuery.ts software healthy src/hooks/useWidgetQuery.ts
useProgressiveLoading.ts software healthy src/hooks/useProgressiveLoading.ts
useEvents.ts software healthy src/hooks/useEvents.ts
useApiFetch.ts software healthy src/hooks/useApiFetch.ts
Panel.menu.yaml software healthy src/examples/widgets/Panel/Panel.menu.yaml
Panel.example.yaml software healthy src/examples/widgets/Panel/Panel.example.yaml
FlowChart.menu.yaml software healthy src/examples/widgets/FlowChart/FlowChart.menu.yaml
FlowChart.example.yaml software healthy src/examples/widgets/FlowChart/FlowChart.example.yaml
EventList.example.yaml software healthy src/examples/widgets/EventList/EventList.example.yaml
EventList.menu.yaml software healthy src/examples/widgets/EventList/EventList.menu.yaml
Button.example.yaml software healthy src/examples/widgets/Button/Button.example.yaml
Button.menu.yaml software healthy src/examples/widgets/Button/Button.menu.yaml
Column.example.yaml software healthy src/examples/widgets/Column/Column.example.yaml

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

LabelLayerStatusPath
printConfigPlugin software healthy vite.config.ts:printConfigPlugin
applyYamlFile software healthy scripts/apply-examples.ts:applyYamlFile
applyExamples software healthy scripts/apply-examples.ts:applyExamples
walkDir software healthy scripts/generate-types.ts:walkDir
generateTypes software healthy scripts/generate-types.ts:generateTypes
getCurrentKubeContext software healthy scripts/apply-k8s-yamls.ts:getCurrentKubeContext
waitForEnter software healthy scripts/apply-k8s-yamls.ts:waitForEnter
confirmKubeContext software healthy scripts/apply-k8s-yamls.ts:confirmKubeContext
applyYamlFile software healthy scripts/apply-k8s-yamls.ts:applyYamlFile
applyYamlDirectory software healthy scripts/apply-k8s-yamls.ts:applyYamlDirectory
main software healthy scripts/apply-k8s-yamls.ts:main
startVite software healthy scripts/run-examples.ts:startVite
runScript software healthy scripts/run-examples.ts:runScript
main software healthy scripts/run-examples.ts:main
actions software healthy scripts/validate-schemas.ts:actions
applyYamlFile software healthy scripts/apply-crds.ts:applyYamlFile
main software healthy scripts/apply-crds.ts:main
getAvailableConfigs software healthy scripts/get-access-token.ts:getAvailableConfigs
getConfigApiUrl software healthy scripts/get-access-token.ts:getConfigApiUrl
selectConfig software healthy scripts/get-access-token.ts:selectConfig
getAccessToken software healthy scripts/get-access-token.ts:getAccessToken
data software healthy scripts/get-access-token.ts:data
main software healthy scripts/get-access-token.ts:main
ensureOutputDir software healthy scripts/gen-crds.ts:ensureOutputDir
moveFile software healthy scripts/gen-crds.ts:moveFile
runKrateoctl software healthy scripts/gen-crds.ts:runKrateoctl
main software healthy scripts/gen-crds.ts:main
toMarkdownTable software healthy scripts/update-readme-widgets.ts:toMarkdownTable
walk software healthy scripts/update-readme-widgets.ts:walk
formatSchemaToMarkdown software healthy scripts/update-readme-widgets.ts:formatSchemaToMarkdown
generateWidgetsSection software healthy scripts/update-readme-widgets.ts:generateWidgetsSection
updateReadme software healthy scripts/update-readme-widgets.ts:updateReadme
useResolveJqExpression software healthy src/utils/jq-expression.ts:useResolveJqExpression
getAccessToken software healthy src/utils/getAccessToken.ts:getAccessToken
getResourceRef software healthy src/utils/utils.ts:getResourceRef
getEndpointUrl software healthy src/utils/utils.ts:getEndpointUrl
getResourceEndpoint software healthy src/utils/utils.ts:getResourceEndpoint
formatISODate software healthy src/utils/utils.ts:formatISODate
getHeadersObject software healthy src/utils/utils.ts:getHeadersObject
parseNumberOrNull software healthy src/utils/utils.ts:parseNumberOrNull
returns software healthy src/hooks/useHandleActions.ts:returns
interpolateRedirectUrl software healthy src/hooks/useHandleActions.ts:interpolateRedirectUrl
updateNameNamespace software healthy src/hooks/useHandleActions.ts:updateNameNamespace
buildPayload software healthy src/hooks/useHandleActions.ts:buildPayload
useHandleAction software healthy src/hooks/useHandleActions.ts:useHandleAction
handleNavigate software healthy src/hooks/useHandleActions.ts:handleNavigate
handleAction software healthy src/hooks/useHandleActions.ts:handleAction
actionName software healthy src/hooks/useHandleActions.ts:actionName
useCatchError software healthy src/hooks/useCatchError.tsx:useCatchError
useGetEvents software healthy src/hooks/useGetEvents.ts:useGetEvents

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

LabelLayerStatusPath
image::Dockerfile hardware healthy Dockerfile
k8s::Secret::jwt-temp.yaml hardware healthy jwt-temp.yaml
k8s::NavMenuItem::src/examples/widgets/Panel/Panel.menu.yaml hardware healthy src/examples/widgets/Panel/Panel.menu.yaml
k8s::Page::src/examples/widgets/Panel/Panel.menu.yaml hardware healthy src/examples/widgets/Panel/Panel.menu.yaml
k8s::Column::src/examples/widgets/Panel/Panel.menu.yaml hardware healthy src/examples/widgets/Panel/Panel.menu.yaml
k8s::TabList::src/examples/widgets/Panel/Panel.menu.yaml hardware healthy src/examples/widgets/Panel/Panel.menu.yaml
k8s::Panel::src/examples/widgets/Panel/Panel.menu.yaml hardware healthy src/examples/widgets/Panel/Panel.menu.yaml
k8s::Panel::src/examples/widgets/Panel/Panel.example.yaml hardware healthy src/examples/widgets/Panel/Panel.example.yaml
k8s::NavMenuItem::src/examples/widgets/FlowChart/FlowChart.… hardware healthy src/examples/widgets/FlowChart/FlowChart.menu.yaml
k8s::Page::src/examples/widgets/FlowChart/FlowChart.menu.ya… hardware healthy src/examples/widgets/FlowChart/FlowChart.menu.yaml
k8s::Panel::src/examples/widgets/FlowChart/FlowChart.menu.y… hardware healthy src/examples/widgets/FlowChart/FlowChart.menu.yaml
k8s::FlowChart::src/examples/widgets/FlowChart/FlowChart.ex… hardware healthy src/examples/widgets/FlowChart/FlowChart.example.yaml
k8s::Filters::src/examples/widgets/EventList/EventList.exam… hardware healthy src/examples/widgets/EventList/EventList.example.yaml
k8s::EventList::src/examples/widgets/EventList/EventList.ex… hardware healthy src/examples/widgets/EventList/EventList.example.yaml
k8s::NavMenuItem::src/examples/widgets/EventList/EventList.… hardware healthy src/examples/widgets/EventList/EventList.menu.yaml
k8s::Page::src/examples/widgets/EventList/EventList.menu.ya… hardware healthy src/examples/widgets/EventList/EventList.menu.yaml
k8s::Panel::src/examples/widgets/EventList/EventList.menu.y… hardware healthy src/examples/widgets/EventList/EventList.menu.yaml
k8s::Button::src/examples/widgets/Button/Button.example.yaml hardware healthy src/examples/widgets/Button/Button.example.yaml
k8s::NavMenuItem::src/examples/widgets/Button/Button.menu.y… hardware healthy src/examples/widgets/Button/Button.menu.yaml
k8s::Page::src/examples/widgets/Button/Button.menu.yaml hardware healthy src/examples/widgets/Button/Button.menu.yaml
k8s::Column::src/examples/widgets/Button/Button.menu.yaml hardware healthy src/examples/widgets/Button/Button.menu.yaml
k8s::TabList::src/examples/widgets/Button/Button.menu.yaml hardware healthy src/examples/widgets/Button/Button.menu.yaml
k8s::Panel::src/examples/widgets/Button/Button.menu.yaml hardware healthy src/examples/widgets/Button/Button.menu.yaml
k8s::Column::src/examples/widgets/Column/Column.example.yaml hardware healthy src/examples/widgets/Column/Column.example.yaml
k8s::NavMenuItem::src/examples/widgets/Column/Column.menu.y… hardware healthy src/examples/widgets/Column/Column.menu.yaml
k8s::Page::src/examples/widgets/Column/Column.menu.yaml hardware healthy src/examples/widgets/Column/Column.menu.yaml
k8s::Panel::src/examples/widgets/Column/Column.menu.yaml hardware healthy src/examples/widgets/Column/Column.menu.yaml
k8s::BarChart::src/examples/widgets/BarChart/BarChart.examp… hardware healthy src/examples/widgets/BarChart/BarChart.example.yaml
k8s::NavMenuItem::src/examples/widgets/BarChart/BarChart.me… hardware healthy src/examples/widgets/BarChart/BarChart.menu.yaml
k8s::Page::src/examples/widgets/BarChart/BarChart.menu.yaml hardware healthy src/examples/widgets/BarChart/BarChart.menu.yaml
k8s::Panel::src/examples/widgets/BarChart/BarChart.menu.yaml hardware healthy src/examples/widgets/BarChart/BarChart.menu.yaml
k8s::NavMenuItem::src/examples/widgets/YamlViewer/YamlViewe… hardware healthy src/examples/widgets/YamlViewer/YamlViewer.menu.yaml
k8s::Page::src/examples/widgets/YamlViewer/YamlViewer.menu.… hardware healthy src/examples/widgets/YamlViewer/YamlViewer.menu.yaml
k8s::Panel::src/examples/widgets/YamlViewer/YamlViewer.menu… hardware healthy src/examples/widgets/YamlViewer/YamlViewer.menu.yaml
k8s::YamlViewer::src/examples/widgets/YamlViewer/YamlViewer… hardware healthy src/examples/widgets/YamlViewer/YamlViewer.example.yaml
k8s::Secret::src/examples/widgets/Form/Form.example.yaml hardware healthy src/examples/widgets/Form/Form.example.yaml
k8s::Button::src/examples/widgets/Form/Form.example.yaml hardware healthy src/examples/widgets/Form/Form.example.yaml
k8s::Form::src/examples/widgets/Form/Form.example.yaml hardware healthy src/examples/widgets/Form/Form.example.yaml
k8s::RESTAction::src/examples/widgets/Form/Form.example.yaml hardware healthy src/examples/widgets/Form/Form.example.yaml
k8s::NavMenuItem::src/examples/widgets/Form/Form.menu.yaml hardware healthy src/examples/widgets/Form/Form.menu.yaml
k8s::Page::src/examples/widgets/Form/Form.menu.yaml hardware healthy src/examples/widgets/Form/Form.menu.yaml
k8s::Column::src/examples/widgets/Form/Form.menu.yaml hardware healthy src/examples/widgets/Form/Form.menu.yaml
k8s::TabList::src/examples/widgets/Form/Form.menu.yaml hardware healthy src/examples/widgets/Form/Form.menu.yaml
k8s::Panel::src/examples/widgets/Form/Form.menu.yaml hardware healthy src/examples/widgets/Form/Form.menu.yaml
k8s::NavMenuItem::src/examples/widgets/Markdown/Markdown.me… hardware healthy src/examples/widgets/Markdown/Markdown.menu.yaml
k8s::Page::src/examples/widgets/Markdown/Markdown.menu.yaml hardware healthy src/examples/widgets/Markdown/Markdown.menu.yaml
k8s::Panel::src/examples/widgets/Markdown/Markdown.menu.yaml hardware healthy src/examples/widgets/Markdown/Markdown.menu.yaml
k8s::Markdown::src/examples/widgets/Markdown/Markdown.examp… hardware healthy src/examples/widgets/Markdown/Markdown.example.yaml
k8s::PieChart::src/examples/widgets/PieChart/PieChart.examp… hardware healthy src/examples/widgets/PieChart/PieChart.example.yaml
k8s::NavMenuItem::src/examples/widgets/PieChart/PieChart.me… hardware healthy src/examples/widgets/PieChart/PieChart.menu.yaml

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

LabelLayerStatusPath
scripts software healthy scripts
.github software healthy .github
workflows software healthy .github/workflows
src software healthy src
utils software healthy src/utils
hooks software healthy src/hooks
examples software healthy src/examples
widgets software healthy src/examples/widgets
Panel software healthy src/examples/widgets/Panel
FlowChart software healthy src/examples/widgets/FlowChart
EventList software healthy src/examples/widgets/EventList
Button software healthy src/examples/widgets/Button
Column software healthy src/examples/widgets/Column
BarChart software healthy src/examples/widgets/BarChart
YamlViewer software healthy src/examples/widgets/YamlViewer
Form software healthy src/examples/widgets/Form
Markdown software healthy src/examples/widgets/Markdown
PieChart software healthy src/examples/widgets/PieChart
Filters software healthy src/examples/widgets/Filters
ButtonGroup software healthy src/examples/widgets/ButtonGroup
Table software healthy src/examples/widgets/Table
TabList software healthy src/examples/widgets/TabList
DataGrid software healthy src/examples/widgets/DataGrid
Row software healthy src/examples/widgets/Row
LineChart software healthy src/examples/widgets/LineChart
Paragraph software healthy src/examples/widgets/Paragraph
context software healthy src/context
types software healthy src/types
k8s software healthy src/types/k8s
widgets software healthy src/widgets
Panel software healthy src/widgets/Panel
FlowChart software healthy src/widgets/FlowChart
FlowChartNodeElement software healthy src/widgets/FlowChart/FlowChartNodeElement
EventList software healthy src/widgets/EventList
Button software healthy src/widgets/Button
NavMenu software healthy src/widgets/NavMenu
Route software healthy src/widgets/Route
Column software healthy src/widgets/Column
BarChart software healthy src/widgets/BarChart
YamlViewer software healthy src/widgets/YamlViewer
Form software healthy src/widgets/Form
fields software healthy src/widgets/Form/fields
Markdown software healthy src/widgets/Markdown
RoutesLoader software healthy src/widgets/RoutesLoader
PieChart software healthy src/widgets/PieChart
Modal software healthy src/widgets/Modal
Drawer software healthy src/widgets/Drawer
Page software healthy src/widgets/Page
NavMenuItem software healthy src/widgets/NavMenuItem
Filters software healthy src/widgets/Filters

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

LabelLayerStatusPath
App frontend healthy src/App.tsx
Panel frontend healthy src/widgets/Panel/Panel.tsx
FlowChart frontend healthy src/widgets/FlowChart/FlowChart.tsx
FlowChartNodeElement frontend healthy src/widgets/FlowChart/FlowChartNodeElement/FlowChartNodeEle…
EventList frontend healthy src/widgets/EventList/EventList.tsx
Button frontend healthy src/widgets/Button/Button.tsx
Column frontend healthy src/widgets/Column/Column.tsx
BarChart frontend healthy src/widgets/BarChart/BarChart.tsx
YamlViewer frontend healthy src/widgets/YamlViewer/YamlViewer.tsx
Form frontend healthy src/widgets/Form/Form.tsx
FormGenerator frontend healthy src/widgets/Form/FormGenerator.tsx
AsyncSelect frontend healthy src/widgets/Form/fields/AsyncSelect.tsx
AutoComplete frontend healthy src/widgets/Form/fields/AutoComplete.tsx
Markdown frontend healthy src/widgets/Markdown/Markdown.tsx
PieChart frontend healthy src/widgets/PieChart/PieChart.tsx
Modal frontend healthy src/widgets/Modal/Modal.tsx
Drawer frontend healthy src/widgets/Drawer/Drawer.tsx
Filters frontend healthy src/widgets/Filters/Filters.tsx
ButtonGroup frontend healthy src/widgets/ButtonGroup/ButtonGroup.tsx
Table frontend healthy src/widgets/Table/Table.tsx
TabList frontend healthy src/widgets/TabList/TabList.tsx
DataGrid frontend healthy src/widgets/DataGrid/DataGrid.tsx
Row frontend healthy src/widgets/Row/Row.tsx
LineChart frontend healthy src/widgets/LineChart/LineChart.tsx
Paragraph frontend healthy src/widgets/Paragraph/Paragraph.tsx
BlueprintBuilder frontend healthy src/widgets/BlueprintBuilder/BlueprintBuilder.tsx
ResourcePalette frontend healthy src/widgets/BlueprintBuilder/components/ResourcePalette/Res…
BlueprintToolbar frontend healthy src/widgets/BlueprintBuilder/components/BlueprintToolbar/Bl…
HelmPreview frontend healthy src/widgets/BlueprintBuilder/components/HelmPreview/HelmPre…
BlueprintNode frontend healthy src/widgets/BlueprintBuilder/components/BlueprintNode/Bluep…
BlueprintCanvas frontend healthy src/widgets/BlueprintBuilder/components/BlueprintCanvas/Blu…
PropertyPanel frontend healthy src/widgets/BlueprintBuilder/components/PropertyPanel/Prope…
Sidebar frontend healthy src/components/Sidebar/Sidebar.tsx
UserMenu frontend healthy src/components/UserMenu/UserMenu.tsx
ListObjectFields frontend healthy src/components/ListObjectFields/ListObjectFields.tsx
ListObjectFields frontend healthy src/components/ListObjectFields/index.tsx
Notifications frontend healthy src/components/Notifications/Notifications.tsx
ListEditor frontend healthy src/components/ListEditor/index.tsx
ListEditor frontend healthy src/components/ListEditor/ListEditor.tsx
Breadcrumb frontend healthy src/components/Breadcrumb/Breadcrumb.tsx
WidgetPage frontend healthy src/components/WidgetPage/WidgetPage.tsx
WidgetRenderer frontend healthy src/components/WidgetRenderer/WidgetRenderer.tsx
Header frontend healthy src/components/Header/Header.tsx
FiltersProvider frontend healthy src/components/FiltesProvider/FiltersProvider.tsx
RichRow frontend healthy src/components/RichRow/RichRow.tsx
Page404 frontend healthy src/pages/Page404/Page404.tsx
Profile frontend healthy src/pages/Profile/Profile.tsx
Login frontend healthy src/pages/Login/Login.tsx
LoginForm frontend healthy src/pages/Login/LoginForm/LoginForm.tsx
SocialLogin frontend healthy src/pages/Login/SocialLogin/SocialLogin.tsx

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

LabelLayerStatusPath
port:4000 network healthy vite.config.ts
port:8080 network healthy Dockerfile
port:10 network healthy src/examples/widgets/FlowChart/FlowChart.example.yaml
port:11 network healthy src/examples/widgets/FlowChart/FlowChart.example.yaml
port:08 network healthy src/examples/widgets/FlowChart/FlowChart.example.yaml
port:09 network healthy src/examples/widgets/FlowChart/FlowChart.example.yaml
port:30 network healthy src/examples/widgets/FlowChart/FlowChart.example.yaml
port:45 network healthy src/examples/widgets/FlowChart/FlowChart.example.yaml
port:05 network healthy src/examples/widgets/FlowChart/FlowChart.example.yaml
port:12 network healthy src/examples/widgets/EventList/EventList.example.yaml
port:34 network healthy src/examples/widgets/EventList/EventList.example.yaml
port:20 network healthy src/examples/widgets/EventList/EventList.example.yaml
port:15 network healthy src/examples/widgets/Filters/Filters.menu.yaml
port:07 network healthy src/examples/widgets/Filters/Filters.menu.yaml
port:50 network healthy src/examples/widgets/Filters/Filters.menu.yaml
port:14 network healthy src/examples/widgets/Filters/Filters.menu.yaml
port:01 network healthy src/examples/widgets/LineChart/LineChart.example.yaml
port:02 network healthy src/examples/widgets/LineChart/LineChart.example.yaml
port:03 network healthy src/examples/widgets/LineChart/LineChart.example.yaml

LabelLayerStatusPath
/Page404/ frontend healthy src/pages/Page404/index.ts
/Page404/Page404 frontend healthy src/pages/Page404/Page404.tsx
/Profile/ frontend healthy src/pages/Profile/index.ts
/Profile/Profile frontend healthy src/pages/Profile/Profile.tsx
/Login/ frontend healthy src/pages/Login/index.ts
/Login/Login.types frontend healthy src/pages/Login/Login.types.ts
/Login/Login frontend healthy src/pages/Login/Login.tsx
/Login/LoginForm/ frontend healthy src/pages/Login/LoginForm/index.ts
/Login/LoginForm/LoginForm frontend healthy src/pages/Login/LoginForm/LoginForm.tsx
/Login/SocialLogin/ frontend healthy src/pages/Login/SocialLogin/index.ts
/Login/SocialLogin/SocialLogin frontend healthy src/pages/Login/SocialLogin/SocialLogin.tsx
/Auth/Auth frontend healthy src/pages/Auth/Auth.tsx

LabelLayerStatusPath
build cicd healthy .github/workflows/release-pullrequest.yaml
crds cicd healthy .github/workflows/release-pullrequest.yaml
build cicd healthy .github/workflows/release-tag.yaml
crds cicd healthy .github/workflows/release-tag.yaml

LabelLayerStatusPath
PAT cicd healthy
GHCR_REPO cicd healthy
GITHUB_TOKEN cicd healthy

LabelLayerStatusPath
name software healthy src/widgets/FlowChart/FlowChart.type.d.ts:name
name software healthy src/widgets/BlueprintBuilder/resourceSchemas/defaults.ts:na…

LabelLayerStatusPath
mongodb data healthy src/examples/widgets/Markdown/Markdown.example.yaml
postgresql data healthy src/examples/widgets/Markdown/Markdown.example.yaml

LabelLayerStatusPath
nginx network healthy Dockerfile
loadbalancer network healthy src/widgets/BlueprintBuilder/resourceSchemas/defaults.ts

LabelLayerStatusPath
gha::release-pullrequest cicd healthy .github/workflows/release-pullrequest.yaml
gha::release-tag cicd healthy .github/workflows/release-tag.yaml

LabelLayerStatusPath
braghettos__krateo-frontend software healthy /data/fable5_failed_archive/braghettos__krateo-frontend

LabelLayerStatusPath
kafka data healthy src/examples/widgets/Markdown/Markdown.example.yaml

LabelLayerStatusPath
ingress::src/widgets/BlueprintBuilder/helm/templateOther.ts network healthy src/widgets/BlueprintBuilder/helm/templateOther.ts

LabelLayerStatusPath
password_literal::scripts/get-access-token.ts security healthy scripts/get-access-token.ts

LabelLayerStatusPath
auth::jwt-temp.yaml security healthy jwt-temp.yaml
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/df33732c-5009-43c5-bccd-832b84d11e1a/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/df33732c-5009-43c5-bccd-832b84d11e1a/

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.