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.

Wick-Lim/helper

https://github.com/Wick-Lim/helper · scanned 2026-06-16 00:57 UTC (2 months, 1 week ago)

44 raw signals (0 security + 44 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 1 week ago · v1 · 44 actionable findings from 1 signal source. 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 372 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
start_engine software healthy modal_llm.py:49
generate software healthy modal_llm.py:60
generate_with_tools software healthy modal_llm.py:124
fastapi_app software healthy modal_llm.py:173
chat_endpoint software healthy modal_llm.py:186
test software healthy modal_llm.py:222
run_test software healthy modal_llm.py:226
with software healthy tests/pii-masking.test.ts:with
parseSSE software healthy tests/helpers.ts:parseSSE
chat software healthy tests/helpers.ts:chat
fetchJson software healthy tests/helpers.ts:fetchJson
putJson software healthy tests/helpers.ts:putJson
dockerExec software healthy tests/helpers.ts:dockerExec
sid software healthy tests/helpers.ts:sid
initializeDatabase software healthy src/index.ts:initializeDatabase
ensureTempDirectory software healthy src/index.ts:ensureTempDirectory
main software healthy src/index.ts:main
handleRoute software healthy src/webui/app.js:handleRoute
checkHealth software healthy src/webui/app.js:checkHealth
showView software healthy src/webui/app.js:showView
handleScroll software healthy src/webui/app.js:handleScroll
loadInitialHistory software healthy src/webui/app.js:loadInitialHistory
loadMoreHistory software healthy src/webui/app.js:loadMoreHistory
renderMessages software healthy src/webui/app.js:renderMessages
sendMessage software healthy src/webui/app.js:sendMessage
loadTimeline software healthy src/webui/app.js:loadTimeline
loadMoreTimeline software healthy src/webui/app.js:loadMoreTimeline
renderTimelineItem software healthy src/webui/app.js:renderTimelineItem
loadThoughts software healthy src/webui/app.js:loadThoughts
loadMoreThoughts software healthy src/webui/app.js:loadMoreThoughts
renderThought software healthy src/webui/app.js:renderThought
loadMemory software healthy src/webui/app.js:loadMemory
loadTasks software healthy src/webui/app.js:loadTasks
loadMoreTasks software healthy src/webui/app.js:loadMoreTasks
renderTask software healthy src/webui/app.js:renderTask
setFilesDir software healthy src/webui/app.js:setFilesDir
loadFiles software healthy src/webui/app.js:loadFiles
renderFileRow software healthy src/webui/app.js:renderFileRow
openFileModal software healthy src/webui/app.js:openFileModal
closeFileModal software healthy src/webui/app.js:closeFileModal
openTaskDetail software healthy src/webui/app.js:openTaskDetail
renderTaskDetail software healthy src/webui/app.js:renderTaskDetail
renderToolCall software healthy src/webui/app.js:renderToolCall
closeTaskModal software healthy src/webui/app.js:closeTaskModal
stringifyValue software healthy src/webui/app.js:stringifyValue
truncate software healthy src/webui/app.js:truncate
formatSize software healthy src/webui/app.js:formatSize
loadStats software healthy src/webui/app.js:loadStats
formatValue software healthy src/webui/app.js:formatValue
scrollToBottom software healthy src/webui/app.js:scrollToBottom

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

LabelLayerStatusPath
modal_llm.py software healthy modal_llm.py
bun.lock software healthy bun.lock
README.md software healthy README.md
package.json software healthy package.json
Dockerfile software healthy Dockerfile
tsconfig.json software healthy tsconfig.json
entrypoint.sh software healthy entrypoint.sh
pii-masking.test.ts software healthy tests/pii-masking.test.ts
constants.test.ts software healthy tests/constants.test.ts
helpers.ts software healthy tests/helpers.ts
security.test.ts software healthy tests/security.test.ts
config.test.ts software healthy tests/config.test.ts
stuck-detector.test.ts software healthy tests/stuck-detector.test.ts
scenarios.test.ts software healthy tests/scenarios.test.ts
ratelimit.test.ts software healthy tests/ratelimit.test.ts
index.ts software healthy src/index.ts
index.html software healthy src/webui/index.html
app.js software healthy src/webui/app.js
files.ts software healthy src/api/files.ts
server.ts software healthy src/api/server.ts
routes.ts software healthy src/api/routes.ts
bot.ts software healthy src/telegram/bot.ts
render.ts software healthy src/cli/render.ts
commands.ts software healthy src/cli/commands.ts
repl.ts software healthy src/cli/repl.ts
planner.ts software healthy src/agent/planner.ts
executor.ts software healthy src/agent/executor.ts
prompts.ts software healthy src/agent/prompts.ts
stuck-detector.ts software healthy src/agent/stuck-detector.ts
agent.ts software healthy src/agent/agent.ts
consciousness.ts software healthy src/agent/consciousness.ts
registry.ts software healthy src/tools/registry.ts
web.ts software healthy src/tools/web.ts
shell.ts software healthy src/tools/shell.ts
code.ts software healthy src/tools/code.ts
wait.ts software healthy src/tools/wait.ts
file.ts software healthy src/tools/file.ts
browser.ts software healthy src/tools/browser.ts
memory.ts software healthy src/tools/memory.ts
survival.ts software healthy src/db/survival.ts
config.ts software healthy src/db/config.ts
schema.ts software healthy src/db/schema.ts
tasks.ts software healthy src/db/tasks.ts
index.ts software healthy src/db/index.ts
growth.ts software healthy src/db/growth.ts
memory.ts software healthy src/db/memory.ts
embeddings.ts software healthy src/core/embeddings.ts
ratelimit.ts software healthy src/core/ratelimit.ts
constants.ts software healthy src/core/constants.ts
types.ts software healthy src/core/types.ts

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

LabelLayerStatusPath
tests software healthy tests
src software healthy src
webui software healthy src/webui
api software healthy src/api
telegram software healthy src/telegram
cli software healthy src/cli
agent software healthy src/agent
tools software healthy src/tools
db software healthy src/db
core software healthy src/core
llm software healthy src/llm

LabelLayerStatusPath
Model software healthy modal_llm.py:47
ChatRequest software healthy modal_llm.py:179
StuckDetector software healthy src/agent/stuck-detector.ts:StuckDetector
ToolRegistry software healthy src/tools/registry.ts:ToolRegistry
RateLimiter software healthy src/core/ratelimit.ts:RateLimiter
AgentError software healthy src/core/errors.ts:AgentError
RetryableError software healthy src/core/errors.ts:RetryableError
FatalError software healthy src/core/errors.ts:FatalError
StuckError software healthy src/core/errors.ts:StuckError
ToolError software healthy src/core/errors.ts:ToolError

LabelLayerStatusPath
/etc/passwd frontend healthy tests/security.test.ts
/.dockerenv frontend healthy tests/security.test.ts
/workspace/.env frontend healthy tests/security.test.ts
/workspace/id_rsa frontend healthy tests/security.test.ts
/workspace/../../../etc/passwd frontend healthy tests/security.test.ts
/tmp/test-write.txt frontend healthy tests/security.test.ts

LabelLayerStatusPath
127.0.0.1 network healthy entrypoint.sh
192.168.1.1 network healthy tests/pii-masking.test.ts
10.0.0.1 network healthy tests/security.test.ts

LabelLayerStatusPath
sqlite data healthy README.md
mysql data healthy tests/security.test.ts

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

LabelLayerStatusPath
POST /chat api healthy modal_llm.py

LabelLayerStatusPath
port:3000 network healthy README.md

LabelLayerStatusPath
image::Dockerfile hardware healthy Dockerfile

LabelLayerStatusPath
gpu (detected) hardware healthy modal_llm.py
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/d6032992-8fd2-4bf2-9820-483379333a4d/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/d6032992-8fd2-4bf2-9820-483379333a4d/

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.