https://github.com/knadh/listmonk.git
· scanned 2026-05-17 19:44 UTC (2 weeks, 4 days ago)
· 10 languages
248 findings (84 legacy + 164 scanner) 0th percentile · Go · medium (20-100K LoC) Scanner says 67 (lower by 13)
Last scanned 2 weeks, 4 days ago · v2 · 84 findings from 1 source. Findings combine the legacy security pipeline AND the multi-layer engine (atlas, wiring, flows, ranked) AND verified AI agent contributions.
All 984 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.
| Label | Layer | Status | Path |
|---|---|---|---|
.goreleaser-nightly.yml |
software | healthy | .goreleaser-nightly.yml |
README.md |
software | healthy | README.md |
schema.sql |
software | healthy | schema.sql |
CONTRIBUTING.md |
software | healthy | CONTRIBUTING.md |
Dockerfile |
software | healthy | Dockerfile |
project.inlang.json |
software | healthy | project.inlang.json |
.goreleaser.yml |
software | healthy | .goreleaser.yml |
go.mod |
software | healthy | go.mod |
Makefile |
software | healthy | Makefile |
permissions.json |
software | healthy | permissions.json |
SECURITY.md |
software | healthy | SECURITY.md |
docker-compose.yml |
software | healthy | docker-compose.yml |
docker-entrypoint.sh |
software | healthy | docker-entrypoint.sh |
vite.config.js |
software | warning | frontend/vite.config.js |
babel.config.js |
software | warning | frontend/babel.config.js |
jsconfig.json |
software | healthy | frontend/jsconfig.json |
.eslintrc.js |
software | warning | frontend/.eslintrc.js |
README.md |
software | healthy | frontend/README.md |
package.json |
software | healthy | frontend/package.json |
index.html |
software | healthy | frontend/index.html |
cypress.config.js |
software | warning | frontend/cypress.config.js |
vite.config.ts |
software | warning | frontend/email-builder/vite.config.ts |
README.md |
software | healthy | frontend/email-builder/README.md |
package.json |
software | healthy | frontend/email-builder/package.json |
index.html |
software | healthy | frontend/email-builder/index.html |
tsconfig.json |
software | healthy | frontend/email-builder/tsconfig.json |
theme.ts |
software | warning | frontend/email-builder/src/theme.ts |
main.tsx |
software | healthy | frontend/email-builder/src/main.tsx |
vite-env.d.ts |
software | warning | frontend/email-builder/src/vite-env.d.ts |
utils.tsx |
software | healthy | frontend/email-builder/src/utils.tsx |
index.tsx |
software | healthy | frontend/email-builder/src/getConfiguration/index.tsx |
empty-email-message.ts |
software | warning | frontend/email-builder/src/getConfiguration/sample/empty-em… |
EditorBlock.tsx |
software | healthy | frontend/email-builder/src/documents/editor/EditorBlock.tsx |
core.tsx |
software | warning | frontend/email-builder/src/documents/editor/core.tsx |
EditorContext.tsx |
software | healthy | frontend/email-builder/src/documents/editor/EditorContext.t… |
EmailLayoutEditor.tsx |
software | healthy | frontend/email-builder/src/documents/blocks/EmailLayout/Ema… |
EmailLayoutPropsSchema.tsx |
software | warning | frontend/email-builder/src/documents/blocks/EmailLayout/Ema… |
zod.ts |
software | healthy | frontend/email-builder/src/documents/blocks/helpers/zod.ts |
TStyle.ts |
software | warning | frontend/email-builder/src/documents/blocks/helpers/TStyle.… |
fontFamily.ts |
software | warning | frontend/email-builder/src/documents/blocks/helpers/fontFam… |
index.tsx |
software | healthy | frontend/email-builder/src/documents/blocks/helpers/EditorC… |
BlockButton.tsx |
software | healthy | frontend/email-builder/src/documents/blocks/helpers/EditorC… |
DividerButton.tsx |
software | healthy | frontend/email-builder/src/documents/blocks/helpers/EditorC… |
index.tsx |
software | healthy | frontend/email-builder/src/documents/blocks/helpers/EditorC… |
buttons.tsx |
software | warning | frontend/email-builder/src/documents/blocks/helpers/EditorC… |
BlocksMenu.tsx |
software | healthy | frontend/email-builder/src/documents/blocks/helpers/EditorC… |
PlaceholderButton.tsx |
software | healthy | frontend/email-builder/src/documents/blocks/helpers/EditorC… |
TuneMenu.tsx |
software | healthy | frontend/email-builder/src/documents/blocks/helpers/block-w… |
ReaderBlockWrapper.tsx |
software | healthy | frontend/email-builder/src/documents/blocks/helpers/block-w… |
EditorBlockWrapper.tsx |
software | healthy | frontend/email-builder/src/documents/blocks/helpers/block-w… |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
isRendered |
software | healthy | frontend/email-builder/src/main.tsx:isRendered |
render |
software | healthy | frontend/email-builder/src/main.tsx:render |
renderHtmlWithMeta |
software | healthy | frontend/email-builder/src/utils.tsx:renderHtmlWithMeta |
getConfiguration |
software | healthy | frontend/email-builder/src/getConfiguration/index.tsx:getCo… |
useCurrentBlockId |
software | healthy | frontend/email-builder/src/documents/editor/EditorBlock.tsx… |
EditorBlock |
software | healthy | frontend/email-builder/src/documents/editor/EditorBlock.tsx… |
useDocument |
software | healthy | frontend/email-builder/src/documents/editor/EditorContext.t… |
subscribeDocument |
software | healthy | frontend/email-builder/src/documents/editor/EditorContext.t… |
useSelectedBlockId |
software | healthy | frontend/email-builder/src/documents/editor/EditorContext.t… |
useSelectedScreenSize |
software | healthy | frontend/email-builder/src/documents/editor/EditorContext.t… |
useSelectedMainTab |
software | healthy | frontend/email-builder/src/documents/editor/EditorContext.t… |
setSelectedMainTab |
software | healthy | frontend/email-builder/src/documents/editor/EditorContext.t… |
useSelectedSidebarTab |
software | healthy | frontend/email-builder/src/documents/editor/EditorContext.t… |
useInspectorDrawerOpen |
software | healthy | frontend/email-builder/src/documents/editor/EditorContext.t… |
useSamplesDrawerOpen |
software | healthy | frontend/email-builder/src/documents/editor/EditorContext.t… |
setSelectedBlockId |
software | healthy | frontend/email-builder/src/documents/editor/EditorContext.t… |
setSidebarTab |
software | healthy | frontend/email-builder/src/documents/editor/EditorContext.t… |
resetDocument |
software | healthy | frontend/email-builder/src/documents/editor/EditorContext.t… |
setDocument |
software | healthy | frontend/email-builder/src/documents/editor/EditorContext.t… |
toggleInspectorDrawerOpen |
software | healthy | frontend/email-builder/src/documents/editor/EditorContext.t… |
toggleSamplesDrawerOpen |
software | healthy | frontend/email-builder/src/documents/editor/EditorContext.t… |
setSelectedScreenSize |
software | healthy | frontend/email-builder/src/documents/editor/EditorContext.t… |
getFontFamily |
software | healthy | frontend/email-builder/src/documents/blocks/EmailLayout/Ema… |
EmailLayoutEditor |
software | healthy | frontend/email-builder/src/documents/blocks/EmailLayout/Ema… |
zColor |
software | healthy | frontend/email-builder/src/documents/blocks/helpers/zod.ts:… |
zFontFamily |
software | healthy | frontend/email-builder/src/documents/blocks/helpers/zod.ts:… |
zFontWeight |
software | healthy | frontend/email-builder/src/documents/blocks/helpers/zod.ts:… |
zTextAlign |
software | healthy | frontend/email-builder/src/documents/blocks/helpers/zod.ts:… |
zPadding |
software | healthy | frontend/email-builder/src/documents/blocks/helpers/zod.ts:… |
generateId |
software | healthy | frontend/email-builder/src/documents/blocks/helpers/EditorC… |
EditorChildrenIds |
software | healthy | frontend/email-builder/src/documents/blocks/helpers/EditorC… |
appendBlock |
software | healthy | frontend/email-builder/src/documents/blocks/helpers/EditorC… |
insertBlock |
software | healthy | frontend/email-builder/src/documents/blocks/helpers/EditorC… |
BlockTypeButton |
software | healthy | frontend/email-builder/src/documents/blocks/helpers/EditorC… |
DividerButton |
software | healthy | frontend/email-builder/src/documents/blocks/helpers/EditorC… |
listener |
software | healthy | frontend/email-builder/src/documents/blocks/helpers/EditorC… |
AddBlockButton |
software | healthy | frontend/email-builder/src/documents/blocks/helpers/EditorC… |
handleButtonClick |
software | healthy | frontend/email-builder/src/documents/blocks/helpers/EditorC… |
renderButton |
software | healthy | frontend/email-builder/src/documents/blocks/helpers/EditorC… |
BlocksMenu |
software | healthy | frontend/email-builder/src/documents/blocks/helpers/EditorC… |
onClose |
software | healthy | frontend/email-builder/src/documents/blocks/helpers/EditorC… |
onClick |
software | healthy | frontend/email-builder/src/documents/blocks/helpers/EditorC… |
PlaceholderButton |
software | healthy | frontend/email-builder/src/documents/blocks/helpers/EditorC… |
TuneMenu |
software | healthy | frontend/email-builder/src/documents/blocks/helpers/block-w… |
handleDeleteClick |
software | healthy | frontend/email-builder/src/documents/blocks/helpers/block-w… |
filterChildrenIds |
software | healthy | frontend/email-builder/src/documents/blocks/helpers/block-w… |
handleDuplicateClick |
software | healthy | frontend/email-builder/src/documents/blocks/helpers/block-w… |
cloneBlock |
software | healthy | frontend/email-builder/src/documents/blocks/helpers/block-w… |
insertAfter |
software | healthy | frontend/email-builder/src/documents/blocks/helpers/block-w… |
handleMoveClick |
software | healthy | frontend/email-builder/src/documents/blocks/helpers/block-w… |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
frontend |
software | healthy | frontend |
email-builder |
software | healthy | frontend/email-builder |
src |
software | healthy | frontend/email-builder/src |
getConfiguration |
software | healthy | frontend/email-builder/src/getConfiguration |
sample |
software | healthy | frontend/email-builder/src/getConfiguration/sample |
documents |
software | healthy | frontend/email-builder/src/documents |
editor |
software | healthy | frontend/email-builder/src/documents/editor |
blocks |
software | healthy | frontend/email-builder/src/documents/blocks |
EmailLayout |
software | healthy | frontend/email-builder/src/documents/blocks/EmailLayout |
helpers |
software | healthy | frontend/email-builder/src/documents/blocks/helpers |
EditorChildrenIds |
software | healthy | frontend/email-builder/src/documents/blocks/helpers/EditorC… |
AddBlockMenu |
software | healthy | frontend/email-builder/src/documents/blocks/helpers/EditorC… |
block-wrappers |
software | healthy | frontend/email-builder/src/documents/blocks/helpers/block-w… |
Container |
software | healthy | frontend/email-builder/src/documents/blocks/Container |
ColumnsContainer |
software | healthy | frontend/email-builder/src/documents/blocks/ColumnsContainer |
App |
software | healthy | frontend/email-builder/src/App |
InspectorDrawer |
software | healthy | frontend/email-builder/src/App/InspectorDrawer |
ConfigurationPanel |
software | healthy | frontend/email-builder/src/App/InspectorDrawer/Configuratio… |
input-panels |
software | healthy | frontend/email-builder/src/App/InspectorDrawer/Configuratio… |
helpers |
software | healthy | frontend/email-builder/src/App/InspectorDrawer/Configuratio… |
style-inputs |
software | healthy | frontend/email-builder/src/App/InspectorDrawer/Configuratio… |
inputs |
software | healthy | frontend/email-builder/src/App/InspectorDrawer/Configuratio… |
raw |
software | healthy | frontend/email-builder/src/App/InspectorDrawer/Configuratio… |
ColorInput |
software | healthy | frontend/email-builder/src/App/InspectorDrawer/Configuratio… |
TemplatePanel |
software | healthy | frontend/email-builder/src/App/TemplatePanel |
ImportJson |
software | healthy | frontend/email-builder/src/App/TemplatePanel/ImportJson |
DownloadJson |
software | healthy | frontend/email-builder/src/App/TemplatePanel/DownloadJson |
helper |
software | healthy | frontend/email-builder/src/App/TemplatePanel/helper |
fontello |
software | healthy | frontend/fontello |
cypress |
software | healthy | frontend/cypress |
support |
software | healthy | frontend/cypress/support |
e2e |
software | healthy | frontend/cypress/e2e |
plugins |
software | healthy | frontend/cypress/plugins |
public |
software | healthy | frontend/public |
static |
software | healthy | frontend/public/static |
tinymce |
software | healthy | frontend/public/static/tinymce |
lang |
software | healthy | frontend/public/static/tinymce/lang |
src |
software | healthy | frontend/src |
router |
software | healthy | frontend/src/router |
api |
software | healthy | frontend/src/api |
components |
software | healthy | frontend/src/components |
assets |
software | healthy | frontend/src/assets |
icons |
software | healthy | frontend/src/assets/icons |
store |
software | healthy | frontend/src/store |
views |
software | healthy | frontend/src/views |
settings |
software | healthy | frontend/src/views/settings |
models |
software | healthy | models |
.devcontainer |
software | healthy | .devcontainer |
i18n |
software | healthy | i18n |
static |
software | healthy | static |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
EditorBlock |
frontend | healthy | frontend/email-builder/src/documents/editor/EditorBlock.tsx |
EmailLayoutEditor |
frontend | healthy | frontend/email-builder/src/documents/blocks/EmailLayout/Ema… |
EmailLayoutPropsSchema |
frontend | healthy | frontend/email-builder/src/documents/blocks/EmailLayout/Ema… |
EditorChildrenIds |
frontend | healthy | frontend/email-builder/src/documents/blocks/helpers/EditorC… |
BlockTypeButton |
frontend | healthy | frontend/email-builder/src/documents/blocks/helpers/EditorC… |
DividerButton |
frontend | healthy | frontend/email-builder/src/documents/blocks/helpers/EditorC… |
AddBlockButton |
frontend | healthy | frontend/email-builder/src/documents/blocks/helpers/EditorC… |
BlocksMenu |
frontend | healthy | frontend/email-builder/src/documents/blocks/helpers/EditorC… |
PlaceholderButton |
frontend | healthy | frontend/email-builder/src/documents/blocks/helpers/EditorC… |
TuneMenu |
frontend | healthy | frontend/email-builder/src/documents/blocks/helpers/block-w… |
ReaderBlockWrapper |
frontend | healthy | frontend/email-builder/src/documents/blocks/helpers/block-w… |
EditorBlockWrapper |
frontend | healthy | frontend/email-builder/src/documents/blocks/helpers/block-w… |
ContainerPropsSchema |
frontend | healthy | frontend/email-builder/src/documents/blocks/Container/Conta… |
ContainerEditor |
frontend | healthy | frontend/email-builder/src/documents/blocks/Container/Conta… |
ColumnsContainerEditor |
frontend | healthy | frontend/email-builder/src/documents/blocks/ColumnsContaine… |
App |
frontend | healthy | frontend/email-builder/src/App/index.tsx |
StylesPanel |
frontend | healthy | frontend/email-builder/src/App/InspectorDrawer/StylesPanel.… |
InspectorDrawer |
frontend | healthy | frontend/email-builder/src/App/InspectorDrawer/index.tsx |
ToggleInspectorPanelButton |
frontend | healthy | frontend/email-builder/src/App/InspectorDrawer/ToggleInspec… |
ConfigurationPanel |
frontend | healthy | frontend/email-builder/src/App/InspectorDrawer/Configuratio… |
SpacerSidebarPanel |
frontend | healthy | frontend/email-builder/src/App/InspectorDrawer/Configuratio… |
ColumnsContainerPanel |
frontend | healthy | frontend/email-builder/src/App/InspectorDrawer/Configuratio… |
TextSidebarPanel |
frontend | healthy | frontend/email-builder/src/App/InspectorDrawer/Configuratio… |
DividerSidebarPanel |
frontend | healthy | frontend/email-builder/src/App/InspectorDrawer/Configuratio… |
ImageSidebarPanel |
frontend | healthy | frontend/email-builder/src/App/InspectorDrawer/Configuratio… |
HtmlSidebarPanel |
frontend | healthy | frontend/email-builder/src/App/InspectorDrawer/Configuratio… |
AvatarSidebarPanel |
frontend | healthy | frontend/email-builder/src/App/InspectorDrawer/Configuratio… |
EmailLayoutSidebarFields |
frontend | healthy | frontend/email-builder/src/App/InspectorDrawer/Configuratio… |
ContainerSidebarPanel |
frontend | healthy | frontend/email-builder/src/App/InspectorDrawer/Configuratio… |
HeadingSidebarPanel |
frontend | healthy | frontend/email-builder/src/App/InspectorDrawer/Configuratio… |
ButtonSidebarPanel |
frontend | healthy | frontend/email-builder/src/App/InspectorDrawer/Configuratio… |
BaseSidebarPanel |
frontend | healthy | frontend/email-builder/src/App/InspectorDrawer/Configuratio… |
MultiStylePropertyPanel |
frontend | healthy | frontend/email-builder/src/App/InspectorDrawer/Configuratio… |
SingleStylePropertyPanel |
frontend | healthy | frontend/email-builder/src/App/InspectorDrawer/Configuratio… |
SliderInput |
frontend | healthy | frontend/email-builder/src/App/InspectorDrawer/Configuratio… |
BooleanInput |
frontend | healthy | frontend/email-builder/src/App/InspectorDrawer/Configuratio… |
TextDimensionInput |
frontend | healthy | frontend/email-builder/src/App/InspectorDrawer/Configuratio… |
PaddingInput |
frontend | healthy | frontend/email-builder/src/App/InspectorDrawer/Configuratio… |
FontWeightInput |
frontend | healthy | frontend/email-builder/src/App/InspectorDrawer/Configuratio… |
TextInput |
frontend | healthy | frontend/email-builder/src/App/InspectorDrawer/Configuratio… |
FontSizeInput |
frontend | healthy | frontend/email-builder/src/App/InspectorDrawer/Configuratio… |
TextAlignInput |
frontend | healthy | frontend/email-builder/src/App/InspectorDrawer/Configuratio… |
RadioGroupInput |
frontend | healthy | frontend/email-builder/src/App/InspectorDrawer/Configuratio… |
ColumnWidthsInput |
frontend | healthy | frontend/email-builder/src/App/InspectorDrawer/Configuratio… |
RawSliderInput |
frontend | healthy | frontend/email-builder/src/App/InspectorDrawer/Configuratio… |
Picker |
frontend | healthy | frontend/email-builder/src/App/InspectorDrawer/Configuratio… |
Swatch |
frontend | healthy | frontend/email-builder/src/App/InspectorDrawer/Configuratio… |
ColorInput |
frontend | healthy | frontend/email-builder/src/App/InspectorDrawer/Configuratio… |
ColorInput |
frontend | healthy | frontend/email-builder/src/App/InspectorDrawer/Configuratio… |
HtmlPanel |
frontend | healthy | frontend/email-builder/src/App/TemplatePanel/HtmlPanel.tsx |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
auth::i18n/sl.json |
security | healthy | i18n/sl.json |
auth::i18n/vi.json |
security | healthy | i18n/vi.json |
auth::i18n/el.json |
security | healthy | i18n/el.json |
auth::i18n/en.json |
security | healthy | i18n/en.json |
auth::i18n/hu.json |
security | healthy | i18n/hu.json |
auth::i18n/fi.json |
security | healthy | i18n/fi.json |
auth::i18n/pt.json |
security | healthy | i18n/pt.json |
auth::cmd/auth.go |
security | healthy | cmd/auth.go |
auth::i18n/jp.json |
security | healthy | i18n/jp.json |
auth::i18n/cy.json |
security | healthy | i18n/cy.json |
auth::docs/docs/mkdocs.yml |
security | healthy | docs/docs/mkdocs.yml |
auth::i18n/pl.json |
security | healthy | i18n/pl.json |
auth::i18n/ca.json |
security | healthy | i18n/ca.json |
auth::i18n/ro.json |
security | healthy | i18n/ro.json |
auth::i18n/cs-cz.json |
security | healthy | i18n/cs-cz.json |
auth::i18n/ml.json |
security | healthy | i18n/ml.json |
auth::i18n/eo.json |
security | healthy | i18n/eo.json |
auth::internal/migrations/v4.0.0.go |
security | healthy | internal/migrations/v4.0.0.go |
auth::i18n/de.json |
security | healthy | i18n/de.json |
auth::cmd/settings.go |
security | healthy | cmd/settings.go |
auth::i18n/zh-TW.json |
security | healthy | i18n/zh-TW.json |
auth::cmd/handlers.go |
security | healthy | cmd/handlers.go |
auth::i18n/nl.json |
security | healthy | i18n/nl.json |
auth::cmd/init.go |
security | healthy | cmd/init.go |
auth::i18n/it.json |
security | healthy | i18n/it.json |
auth::internal/migrations/v5.1.0.go |
security | healthy | internal/migrations/v5.1.0.go |
auth::i18n/he.json |
security | healthy | i18n/he.json |
auth::go.mod |
security | healthy | go.mod |
auth::i18n/tr.json |
security | healthy | i18n/tr.json |
auth::i18n/fr-CA.json |
security | healthy | i18n/fr-CA.json |
auth::i18n/ko.json |
security | healthy | i18n/ko.json |
auth::i18n/zh-CN.json |
security | healthy | i18n/zh-CN.json |
auth::i18n/ru.json |
security | healthy | i18n/ru.json |
auth::i18n/no.json |
security | healthy | i18n/no.json |
auth::i18n/es.json |
security | healthy | i18n/es.json |
auth::i18n/pt-BR.json |
security | healthy | i18n/pt-BR.json |
auth::i18n/ar.json |
security | healthy | i18n/ar.json |
auth::models/settings.go |
security | healthy | models/settings.go |
auth::i18n/fr.json |
security | healthy | i18n/fr.json |
auth::i18n/sk.json |
security | healthy | i18n/sk.json |
auth::i18n/se.json |
security | healthy | i18n/se.json |
auth::i18n/da.json |
security | healthy | i18n/da.json |
auth::i18n/bg.json |
security | healthy | i18n/bg.json |
auth::internal/auth/auth.go |
security | healthy | internal/auth/auth.go |
auth::i18n/uk.json |
security | healthy | i18n/uk.json |
auth::internal/migrations/v5.0.0.go |
security | healthy | internal/migrations/v5.0.0.go |
| Label | Layer | Status | Path |
|---|---|---|---|
/404 |
frontend | healthy | frontend/src/router/index.js |
/ |
frontend | healthy | frontend/src/router/index.js |
/lists |
frontend | healthy | frontend/src/router/index.js |
/lists/forms |
frontend | healthy | frontend/src/router/index.js |
/lists/:id |
frontend | healthy | frontend/src/router/index.js |
/subscribers |
frontend | healthy | frontend/src/router/index.js |
/subscribers/import |
frontend | healthy | frontend/src/router/index.js |
/subscribers/bounces |
frontend | healthy | frontend/src/router/index.js |
/subscribers/lists/:listID |
frontend | healthy | frontend/src/router/index.js |
/subscribers/:id |
frontend | healthy | frontend/src/router/index.js |
/campaigns |
frontend | healthy | frontend/src/router/index.js |
/campaigns/media |
frontend | healthy | frontend/src/router/index.js |
/campaigns/templates |
frontend | healthy | frontend/src/router/index.js |
/campaigns/analytics |
frontend | healthy | frontend/src/router/index.js |
/campaigns/:id |
frontend | healthy | frontend/src/router/index.js |
/user/profile |
frontend | healthy | frontend/src/router/index.js |
/settings |
frontend | healthy | frontend/src/router/index.js |
/settings/logs |
frontend | healthy | frontend/src/router/index.js |
/users |
frontend | healthy | frontend/src/router/index.js |
/users/roles/users |
frontend | healthy | frontend/src/router/index.js |
/users/roles/lists |
frontend | healthy | frontend/src/router/index.js |
/settings/maintenance |
frontend | healthy | frontend/src/router/index.js |
| Label | Layer | Status | Path |
|---|---|---|---|
subscribers |
data | healthy | schema.sql |
lists |
data | healthy | schema.sql |
subscriber_lists |
data | healthy | schema.sql |
templates |
data | healthy | schema.sql |
campaigns |
data | healthy | schema.sql |
campaign_lists |
data | healthy | schema.sql |
campaign_views |
data | healthy | schema.sql |
media |
data | healthy | schema.sql |
campaign_media |
data | healthy | schema.sql |
links |
data | healthy | schema.sql |
link_clicks |
data | healthy | schema.sql |
settings |
data | healthy | schema.sql |
bounces |
data | healthy | schema.sql |
roles |
data | healthy | schema.sql |
users |
data | healthy | schema.sql |
sessions |
data | healthy | schema.sql |
| Label | Layer | Status | Path |
|---|---|---|---|
port:15 |
network | healthy | .goreleaser-nightly.yml |
port:04 |
network | healthy | .goreleaser-nightly.yml |
port:07 |
network | healthy | .goreleaser-nightly.yml |
port:9000 |
network | healthy | Dockerfile |
port:5432 |
network | healthy | docker-compose.yml |
port:8070 |
network | healthy | dev/docker-compose.yml |
port:8080 |
network | healthy | dev/docker-compose.yml |
port:1025 |
network | healthy | dev/docker-compose.yml |
port:8025 |
network | healthy | dev/docker-compose.yml |
| Label | Layer | Status | Path |
|---|---|---|---|
image::Dockerfile |
hardware | healthy | Dockerfile |
app |
hardware | healthy | docker-compose.yml |
db |
hardware | healthy | docker-compose.yml |
adminer |
hardware | healthy | dev/docker-compose.yml |
mailhog |
hardware | healthy | dev/docker-compose.yml |
db |
hardware | healthy | dev/docker-compose.yml |
front |
hardware | healthy | dev/docker-compose.yml |
backend |
hardware | healthy | dev/docker-compose.yml |
| Label | Layer | Status | Path |
|---|---|---|---|
build |
cicd | healthy | .github/workflows/build-sanity.yml |
check |
cicd | healthy | .github/workflows/nightly.yml |
nightly |
cicd | healthy | .github/workflows/nightly.yml |
goreleaser |
cicd | healthy | .github/workflows/release.yml |
stale |
cicd | healthy | .github/workflows/issues.yml |
review |
cicd | healthy | .github/workflows/hodor-review.yml |
deploy |
cicd | healthy | .github/workflows/github-pages.yml |
| Label | Layer | Status | Path |
|---|---|---|---|
gha::build-sanity |
cicd | healthy | .github/workflows/build-sanity.yml |
gha::nightly |
cicd | healthy | .github/workflows/nightly.yml |
gha::release |
cicd | healthy | .github/workflows/release.yml |
gha::issues |
cicd | healthy | .github/workflows/issues.yml |
gha::hodor-review |
cicd | healthy | .github/workflows/hodor-review.yml |
gha::github-pages |
cicd | healthy | .github/workflows/github-pages.yml |
| Label | Layer | Status | Path |
|---|---|---|---|
password_literal::frontend/cypress.config.js |
security | healthy | frontend/cypress.config.js |
password_literal::frontend/cypress/plugins/index.js |
security | healthy | frontend/cypress/plugins/index.js |
password_literal::internal/notifs/notifs.go |
security | healthy | internal/notifs/notifs.go |
password_literal::dev/config.toml |
security | healthy | dev/config.toml |
| Label | Layer | Status | Path |
|---|---|---|---|
DOCKERHUB_USERNAME |
cicd | healthy | — |
LLM_API_KEY |
cicd | healthy | — |
DOCKERHUB_TOKEN |
cicd | healthy | — |
GITHUB_TOKEN |
cicd | healthy | — |
| Label | Layer | Status | Path |
|---|---|---|---|
selector |
software | healthy | frontend/cypress/support/commands.js:selector |
Utils |
software | healthy | frontend/src/utils.js:Utils |
| Label | Layer | Status | Path |
|---|---|---|---|
postgres |
data | healthy | go.mod |
postgresql |
data | healthy | docker-compose.yml |
| Label | Layer | Status | Path |
|---|---|---|---|
repobility-clone-ck0gb31b |
software | healthy | /tmp/repobility-clone-ck0gb31b |
| Label | Layer | Status | Path |
|---|---|---|---|
127.0.0.1 |
network | healthy | docker-compose.yml |
| Label | Layer | Status | Path |
|---|---|---|---|
vps::aws |
hardware | healthy | i18n/zh-TW.json |
This page is publicly accessible at:
https://repobility.com/scan/5f9e7ac5-52c8-4ef1-8003-12908491c992/
To check status programmatically (no auth required):
curl -s https://repobility.com/api/v1/public/scan/5f9e7ac5-52c8-4ef1-8003-12908491c992/
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.