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.

teweldemat/wikimake

https://github.com/teweldemat/wikimake · scanned 2026-06-16 00:32 UTC (2 months, 2 weeks ago)

16 raw signals (0 security + 16 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 2 weeks ago · v1 · 15 actionable findings from 1 signal source. 1 repeated signal 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 194 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
README.md software healthy README.md
package.json software healthy package.json
next-env.d.ts software healthy next-env.d.ts
package-lock.json software healthy package-lock.json
tsconfig.json software healthy tsconfig.json
eslint.config.mjs software healthy eslint.config.mjs
AGENTS.md software healthy AGENTS.md
next.config.ts software healthy next.config.ts
convert-md-to-html.mjs software healthy scripts/convert-md-to-html.mjs
validate-content.mjs software healthy scripts/validate-content.mjs
ArticleIcon.tsx software healthy components/ArticleIcon.tsx
SearchResults.tsx software healthy components/SearchResults.tsx
HeaderSearch.tsx software healthy components/HeaderSearch.tsx
GitMetaLine.tsx software healthy components/GitMetaLine.tsx
Html.tsx software healthy components/Html.tsx
not-found.tsx software healthy app/not-found.tsx
globals.css software healthy app/globals.css
page.tsx software healthy app/page.tsx
layout.tsx software healthy app/layout.tsx
page.tsx software healthy app/contribute/page.tsx
page.tsx software healthy app/search/page.tsx
page.tsx software healthy app/tasks/page.tsx
page.tsx software healthy app/tasks/[slug]/page.tsx
page.tsx software healthy app/articles/page.tsx
page.tsx software healthy app/articles/[slug]/page.tsx
page.tsx software healthy app/talk/page.tsx
page.tsx software healthy app/talk/[slug]/page.tsx
content.ts software healthy lib/content.ts
git.ts software healthy lib/git.ts
search.ts software healthy lib/search.ts
index.html software healthy content/index.html
contribute.html software healthy content/contribute.html
keywords.json software healthy content/keywords.json
build-coil-pot.html software healthy content/tasks/build-coil-pot.html
measure-without-tools.html software healthy content/tasks/measure-without-tools.html
tie-basic-knots.html software healthy content/tasks/tie-basic-knots.html
measure-angles-without-tools.html software healthy content/tasks/measure-angles-without-tools.html
find-and-prepare-clay.html software healthy content/tasks/find-and-prepare-clay.html
fire-clay-pinch-pot.html software healthy content/tasks/fire-clay-pinch-pot.html
make-gorge-hook-handline.html software healthy content/tasks/make-gorge-hook-handline.html
make-green-wood-tongs.html software healthy content/tasks/make-green-wood-tongs.html
make-stone-flake-cutting-edge.html software healthy content/tasks/make-stone-flake-cutting-edge.html
make-charcoal-fuel.html software healthy content/tasks/make-charcoal-fuel.html
find-and-test-copper-ore.html software healthy content/tasks/find-and-test-copper-ore.html
make-clay-crucible.html software healthy content/tasks/make-clay-crucible.html
lash-objects-with-cordage.html software healthy content/tasks/lash-objects-with-cordage.html
build-small-clay-furnace.html software healthy content/tasks/build-small-clay-furnace.html
make-fire-hand-drill.html software healthy content/tasks/make-fire-hand-drill.html
make-copper-awl-metal-tool.html software healthy content/tasks/make-copper-awl-metal-tool.html
smelt-copper-prills.html software healthy content/tasks/smelt-copper-prills.html

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

LabelLayerStatusPath
rehypeExternalLinks software healthy scripts/convert-md-to-html.mjs:rehypeExternalLinks
findRepoRoot software healthy scripts/convert-md-to-html.mjs:findRepoRoot
convertFile software healthy scripts/convert-md-to-html.mjs:convertFile
main software healthy scripts/convert-md-to-html.mjs:main
findRepoRoot software healthy scripts/validate-content.mjs:findRepoRoot
validateBody software healthy scripts/validate-content.mjs:validateBody
safeInt software healthy scripts/validate-content.mjs:safeInt
normalizeSlug software healthy scripts/validate-content.mjs:normalizeSlug
normalizePrereqs software healthy scripts/validate-content.mjs:normalizePrereqs
loadVocabulary software healthy scripts/validate-content.mjs:loadVocabulary
validateKeywords software healthy scripts/validate-content.mjs:validateKeywords
main software healthy scripts/validate-content.mjs:main
ArticleIcon software healthy components/ArticleIcon.tsx:ArticleIcon
SearchResults software healthy components/SearchResults.tsx:SearchResults
HeaderSearch software healthy components/HeaderSearch.tsx:HeaderSearch
onSubmit software healthy components/HeaderSearch.tsx:onSubmit
isoDate software healthy components/GitMetaLine.tsx:isoDate
GitMetaLine software healthy components/GitMetaLine.tsx:GitMetaLine
Html software healthy components/Html.tsx:Html
NotFound software healthy app/not-found.tsx:NotFound
Home software healthy app/page.tsx:Home
RootLayout software healthy app/layout.tsx:RootLayout
ContributePage software healthy app/contribute/page.tsx:ContributePage
SearchPage software healthy app/search/page.tsx:SearchPage
isoDate software healthy app/tasks/page.tsx:isoDate
TasksIndex software healthy app/tasks/page.tsx:TasksIndex
generateStaticParams software healthy app/tasks/[slug]/page.tsx:generateStaticParams
generateMetadata software healthy app/tasks/[slug]/page.tsx:generateMetadata
TasksPage software healthy app/tasks/[slug]/page.tsx:TasksPage
isoDate software healthy app/articles/page.tsx:isoDate
ArticlesIndex software healthy app/articles/page.tsx:ArticlesIndex
generateStaticParams software healthy app/articles/[slug]/page.tsx:generateStaticParams
generateMetadata software healthy app/articles/[slug]/page.tsx:generateMetadata
ArticlePage software healthy app/articles/[slug]/page.tsx:ArticlePage
isoDate software healthy app/talk/page.tsx:isoDate
TalkIndex software healthy app/talk/page.tsx:TalkIndex
generateStaticParams software healthy app/talk/[slug]/page.tsx:generateStaticParams
generateMetadata software healthy app/talk/[slug]/page.tsx:generateMetadata
TalkPage software healthy app/talk/[slug]/page.tsx:TalkPage
resolveContentRoot software healthy lib/content.ts:resolveContentRoot
resolveArticlesDir software healthy lib/content.ts:resolveArticlesDir
resolveTalkDir software healthy lib/content.ts:resolveTalkDir
resolveTasksDir software healthy lib/content.ts:resolveTasksDir
readTextFile software healthy lib/content.ts:readTextFile
safeNumber software healthy lib/content.ts:safeNumber
parseArticleFile software healthy lib/content.ts:parseArticleFile
parseKeywords software healthy lib/content.ts:parseKeywords
parseNoteFile software healthy lib/content.ts:parseNoteFile
getHomePage software healthy lib/content.ts:getHomePage
getContributePage software healthy lib/content.ts:getContributePage

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

LabelLayerStatusPath
scripts software healthy scripts
components software healthy components
app software healthy app
contribute software healthy app/contribute
search software healthy app/search
tasks software healthy app/tasks
[slug] software healthy app/tasks/[slug]
articles software healthy app/articles
[slug] software healthy app/articles/[slug]
talk software healthy app/talk
[slug] software healthy app/talk/[slug]
lib software healthy lib
content software healthy content
tasks software healthy content/tasks
articles software healthy content/articles
talk software healthy content/talk
.github software healthy .github
workflows software healthy .github/workflows

LabelLayerStatusPath
ArticleIcon frontend healthy components/ArticleIcon.tsx
SearchResults frontend healthy components/SearchResults.tsx
HeaderSearch frontend healthy components/HeaderSearch.tsx
GitMetaLine frontend healthy components/GitMetaLine.tsx
Html frontend healthy components/Html.tsx
NotFound frontend healthy app/not-found.tsx
Home frontend healthy app/page.tsx
RootLayout frontend healthy app/layout.tsx
ContributePage frontend healthy app/contribute/page.tsx
SearchPage frontend healthy app/search/page.tsx
TasksIndex frontend healthy app/tasks/page.tsx
ArticlesIndex frontend healthy app/articles/page.tsx
TalkIndex frontend healthy app/talk/page.tsx

LabelLayerStatusPath
VERCEL_ORG_ID cicd healthy
VERCEL_PROJECT_ID cicd healthy
VERCEL_TOKEN cicd healthy

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

LabelLayerStatusPath
gha::vercel cicd healthy .github/workflows/vercel.yml

LabelLayerStatusPath
deploy cicd healthy .github/workflows/vercel.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/0058b646-8d49-43a1-8c0d-9c47caf8b105/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/0058b646-8d49-43a1-8c0d-9c47caf8b105/

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.