https://github.com/ZVN-DEV/darkmown
· scanned 2026-06-16 01:13 UTC (2 months, 1 week ago)
17 raw signals (0 security + 17 graph)
Last scanned 2 months, 1 week ago · v1 · 17 actionable findings from 1 signal source. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.
All 324 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 |
|---|---|---|---|
tokens |
software | healthy | editors/vscode/test/tokenize.test.mjs:tokens |
scoped |
software | healthy | editors/vscode/test/tokenize.test.mjs:scoped |
discoverRoutes |
software | healthy | types/router.d.ts:discoverRoutes |
routeFromFile |
software | healthy | types/router.d.ts:routeFromFile |
outputPathForRoute |
software | healthy | types/router.d.ts:outputPathForRoute |
createPaths |
software | healthy | types/config.d.ts:createPaths |
isHiddenName |
software | healthy | types/config.d.ts:isHiddenName |
compilePage |
software | healthy | types/compiler.d.ts:compilePage |
compileDocument |
software | healthy | types/compiler.d.ts:compileDocument |
parseFrontmatter |
software | healthy | types/compiler.d.ts:parseFrontmatter |
loopKeyOf |
software | healthy | types/compiler.d.ts:loopKeyOf |
escapeHtml |
software | healthy | types/compiler.d.ts:escapeHtml |
initProject |
software | healthy | types/scaffold.d.ts:initProject |
serve |
software | healthy | types/statics.d.ts:serve |
resolvePublicFile |
software | healthy | types/statics.d.ts:resolvePublicFile |
contentType |
software | healthy | types/statics.d.ts:contentType |
compileSkin |
software | healthy | types/skin.d.ts:compileSkin |
buildSite |
software | healthy | types/builder.d.ts:buildSite |
stripRuntimeComments |
software | healthy | types/builder.d.ts:stripRuntimeComments |
injectDevClient |
software | healthy | types/dev.d.ts:injectDevClient |
devClientScript |
software | healthy | types/dev.d.ts:devClientScript |
fixture |
software | healthy | tests/unit-pipeline.test.js:fixture |
write |
software | healthy | tests/unit-pipeline.test.js:write |
compile |
software | healthy | tests/unit-pipeline.test.js:compile |
compileThrows |
software | healthy | tests/unit-pipeline.test.js:compileThrows |
fixture |
software | healthy | tests/filter.test.js:fixture |
write |
software | healthy | tests/filter.test.js:write |
fixture |
software | healthy | tests/unit-router.test.js:fixture |
write |
software | healthy | tests/unit-router.test.js:write |
fixture |
software | healthy | tests/compiler.test.js:fixture |
write |
software | healthy | tests/compiler.test.js:write |
fixture |
software | healthy | tests/unit-interpolation.test.js:fixture |
write |
software | healthy | tests/unit-interpolation.test.js:write |
compile |
software | healthy | tests/unit-interpolation.test.js:compile |
fixture |
software | healthy | tests/router.test.js:fixture |
write |
software | healthy | tests/router.test.js:write |
compile |
software | healthy | tests/unit-regression.test.js:compile |
fixture |
software | healthy | tests/frontmatter.test.js:fixture |
write |
software | healthy | tests/frontmatter.test.js:write |
fixture |
software | healthy | tests/unit-grammar.test.js:fixture |
write |
software | healthy | tests/unit-grammar.test.js:write |
compile |
software | healthy | tests/unit-grammar.test.js:compile |
compileThrows |
software | healthy | tests/unit-grammar.test.js:compileThrows |
call |
software | healthy | tests/unit-grammar.test.js:call |
freshDir |
software | healthy | tests/cli-e2e.test.js:freshDir |
cleanup |
software | healthy | tests/cli-e2e.test.js:cleanup |
runCli |
software | healthy | tests/cli-e2e.test.js:runCli |
startServer |
software | healthy | tests/cli-e2e.test.js:startServer |
httpGet |
software | healthy | tests/cli-e2e.test.js:httpGet |
mulberry32 |
software | healthy | tests/fuzz.test.js:mulberry32 |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
playwright.config.js |
software | healthy | playwright.config.js |
vercel.json |
software | healthy | vercel.json |
README.md |
software | healthy | README.md |
CLAUDE.md |
software | healthy | CLAUDE.md |
package.json |
software | healthy | package.json |
wrangler.toml |
software | healthy | wrangler.toml |
CONTRIBUTING.md |
software | healthy | CONTRIBUTING.md |
package-lock.json |
software | healthy | package-lock.json |
tsconfig.json |
software | healthy | tsconfig.json |
LICENSE |
software | healthy | LICENSE |
CODE_OF_CONDUCT.md |
software | healthy | CODE_OF_CONDUCT.md |
SECURITY.md |
software | healthy | SECURITY.md |
AGENTS.md |
software | healthy | AGENTS.md |
CHANGELOG.md |
software | healthy | CHANGELOG.md |
tsconfig.types.json |
software | healthy | tsconfig.types.json |
README.md |
software | healthy | editors/vscode/README.md |
package.json |
software | healthy | editors/vscode/package.json |
package-lock.json |
software | healthy | editors/vscode/package-lock.json |
language-configuration.json |
software | healthy | editors/vscode/language-configuration.json |
skin-language-configuration.json |
software | healthy | editors/vscode/skin-language-configuration.json |
CHANGELOG.md |
software | healthy | editors/vscode/CHANGELOG.md |
tokenize.test.mjs |
software | healthy | editors/vscode/test/tokenize.test.mjs |
skin.tmLanguage.json |
software | healthy | editors/vscode/syntaxes/skin.tmLanguage.json |
darkmown.tmLanguage.json |
software | healthy | editors/vscode/syntaxes/darkmown.tmLanguage.json |
darkmown.json |
software | healthy | editors/vscode/snippets/darkmown.json |
router.d.ts |
software | healthy | types/router.d.ts |
config.d.ts |
software | healthy | types/config.d.ts |
compiler.d.ts |
software | healthy | types/compiler.d.ts |
scaffold.d.ts |
software | healthy | types/scaffold.d.ts |
statics.d.ts |
software | healthy | types/statics.d.ts |
skin.d.ts |
software | healthy | types/skin.d.ts |
builder.d.ts |
software | healthy | types/builder.d.ts |
index.d.ts |
software | healthy | types/index.d.ts |
dev.d.ts |
software | healthy | types/dev.d.ts |
unit-pipeline.test.js |
software | healthy | tests/unit-pipeline.test.js |
server.test.js |
software | healthy | tests/server.test.js |
pack.test.js |
software | healthy | tests/pack.test.js |
filter.test.js |
software | healthy | tests/filter.test.js |
unit-router.test.js |
software | healthy | tests/unit-router.test.js |
skin.test.js |
software | healthy | tests/skin.test.js |
compiler.test.js |
software | healthy | tests/compiler.test.js |
unit-skin.test.js |
software | healthy | tests/unit-skin.test.js |
unit-interpolation.test.js |
software | healthy | tests/unit-interpolation.test.js |
router.test.js |
software | healthy | tests/router.test.js |
unit-regression.test.js |
software | healthy | tests/unit-regression.test.js |
frontmatter.test.js |
software | healthy | tests/frontmatter.test.js |
unit-grammar.test.js |
software | healthy | tests/unit-grammar.test.js |
cli-e2e.test.js |
software | healthy | tests/cli-e2e.test.js |
fuzz.test.js |
software | healthy | tests/fuzz.test.js |
row-actions.test.js |
software | healthy | tests/row-actions.test.js |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
editors |
software | healthy | editors |
vscode |
software | healthy | editors/vscode |
test |
software | healthy | editors/vscode/test |
syntaxes |
software | healthy | editors/vscode/syntaxes |
snippets |
software | healthy | editors/vscode/snippets |
types |
software | healthy | types |
tests |
software | healthy | tests |
e2e |
software | healthy | tests/e2e |
api |
software | healthy | api |
docs |
software | healthy | docs |
strategy |
software | healthy | docs/strategy |
superpowers |
software | healthy | docs/superpowers |
specs |
software | healthy | docs/superpowers/specs |
site |
software | healthy | site |
pages |
software | healthy | site/pages |
_ |
software | healthy | site/_ |
bench |
software | healthy | bench |
.github |
software | healthy | .github |
ISSUE_TEMPLATE |
software | healthy | .github/ISSUE_TEMPLATE |
workflows |
software | healthy | .github/workflows |
src |
software | healthy | src |
| Label | Layer | Status | Path |
|---|---|---|---|
test |
cicd | healthy | .github/workflows/ci.yml |
coverage |
cicd | healthy | .github/workflows/ci.yml |
typecheck |
cicd | healthy | .github/workflows/ci.yml |
e2e |
cicd | healthy | .github/workflows/ci.yml |
build |
cicd | healthy | .github/workflows/ci.yml |
size |
cicd | healthy | .github/workflows/ci.yml |
audit |
cicd | healthy | .github/workflows/ci.yml |
extension |
cicd | healthy | .github/workflows/ci.yml |
publish |
cicd | healthy | .github/workflows/release.yml |
| Label | Layer | Status | Path |
|---|---|---|---|
plus |
software | healthy | tests/unit-pipeline.test.js:plus |
ClassList |
software | healthy | tests/runtime-dom.test.js:ClassList |
El |
software | healthy | tests/runtime-dom.test.js:El |
Fragment |
software | healthy | tests/runtime-dom.test.js:Fragment |
| Label | Layer | Status | Path |
|---|---|---|---|
/data |
frontend | healthy | site/pages/data.js |
/ |
frontend | healthy | site/pages/index.js |
| Label | Layer | Status | Path |
|---|---|---|---|
gha::ci |
cicd | healthy | .github/workflows/ci.yml |
gha::release |
cicd | healthy | .github/workflows/release.yml |
| Label | Layer | Status | Path |
|---|---|---|---|
GITHUB_TOKEN |
cicd | healthy | — |
NPM_TOKEN |
cicd | healthy | — |
| Label | Layer | Status | Path |
|---|---|---|---|
repobility-clone-ecpcc2qj |
software | healthy | /tmp/repobility-clone-ecpcc2qj |
| Label | Layer | Status | Path |
|---|---|---|---|
127.0.0.1 |
network | healthy | tests/cli-e2e.test.js |
This page is publicly accessible at:
https://repobility.com/scan/5ab8bb63-1d78-4f33-a0e1-d4184f642f14/
To check status programmatically (no auth required):
curl -s https://repobility.com/api/v1/public/scan/5ab8bb63-1d78-4f33-a0e1-d4184f642f14/
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.