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.

ardacelep/gemma-agent

https://github.com/ardacelep/gemma-agent · scanned 2026-06-17 01:34 UTC (1 month, 2 weeks ago)

13 raw signals (0 security + 13 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 1 month, 2 weeks ago · v2 · last Δ +6.5 (diff) · 13 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 257 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
main software healthy esbuild.js:main
adds software healthy tests/completionClean.test.mjs:adds
openCmdPopover software healthy media/chat.js:openCmdPopover
closeCmdPopover software healthy media/chat.js:closeCmdPopover
renderCmdPopover software healthy media/chat.js:renderCmdPopover
positionCmdPopover software healthy media/chat.js:positionCmdPopover
applyCmdSelection software healthy media/chat.js:applyCmdSelection
updateCmdPopover software healthy media/chat.js:updateCmdPopover
renderChips software healthy media/chat.js:renderChips
sendMessage software healthy media/chat.js:sendMessage
togglePopover software healthy media/chat.js:togglePopover
renderPopover software healthy media/chat.js:renderPopover
positionPopover software healthy media/chat.js:positionPopover
truncateModel software healthy media/chat.js:truncateModel
applyBackendState software healthy media/chat.js:applyBackendState
renderSetup software healthy media/chat.js:renderSetup
providerIdForUrl software healthy media/chat.js:providerIdForUrl
setAgentMode software healthy media/chat.js:setAgentMode
applyFeatures software healthy media/chat.js:applyFeatures
hideEmpty software healthy media/chat.js:hideEmpty
setInputDisabled software healthy media/chat.js:setInputDisabled
scrollToBottom software healthy media/chat.js:scrollToBottom
scrollToBottomIfSticky software healthy media/chat.js:scrollToBottomIfSticky
scheduleChunk software healthy media/chat.js:scheduleChunk
flushPendingChunks software healthy media/chat.js:flushPendingChunks
showThinkingIndicator software healthy media/chat.js:showThinkingIndicator
removeThinkingIndicator software healthy media/chat.js:removeThinkingIndicator
appendUserMessage software healthy media/chat.js:appendUserMessage
startAssistantBubble software healthy media/chat.js:startAssistantBubble
finalizeAssistantBubble software healthy media/chat.js:finalizeAssistantBubble
appendNotice software healthy media/chat.js:appendNotice
appendError software healthy media/chat.js:appendError
addRegenerateButton software healthy media/chat.js:addRegenerateButton
appendToolCard software healthy media/chat.js:appendToolCard
resolveToolApproval software healthy media/chat.js:resolveToolApproval
finalizeToolCard software healthy media/chat.js:finalizeToolCard
card software healthy media/chat.js:card
showCheckpointBar software healthy media/chat.js:showCheckpointBar
renderCheckpointBar software healthy media/chat.js:renderCheckpointBar
markCheckpointRestored software healthy media/chat.js:markCheckpointRestored
if software healthy media/chat.js:if
highlight software healthy media/chat.js:highlight
span software healthy media/chat.js:span
plain software healthy media/chat.js:plain
renderMarkdown software healthy media/chat.js:renderMarkdown
lang software healthy media/chat.js:lang
renderInline software healthy media/chat.js:renderInline
escapeHtml software healthy media/chat.js:escapeHtml
restoreSession software healthy media/chat.js:restoreSession
renderFinalizedToolCard software healthy media/chat.js:renderFinalizedToolCard

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

LabelLayerStatusPath
CLAUDE.md software healthy CLAUDE.md
esbuild.js software healthy esbuild.js
package-lock.json software healthy package-lock.json
README.md software healthy README.md
LICENSE software healthy LICENSE
package.json software healthy package.json
tsconfig.json software healthy tsconfig.json
completionClean.test.mjs software healthy tests/completionClean.test.mjs
scmUtils.test.mjs software healthy tests/scmUtils.test.mjs
toolCallParser.test.mjs software healthy tests/toolCallParser.test.mjs
instructions.test.mjs software healthy tests/instructions.test.mjs
chunker.test.mjs software healthy tests/chunker.test.mjs
contextWindow.test.mjs software healthy tests/contextWindow.test.mjs
editApply.test.mjs software healthy tests/editApply.test.mjs
streamParse.test.mjs software healthy tests/streamParse.test.mjs
sessionStore.test.mjs software healthy tests/sessionStore.test.mjs
chat.css software healthy media/chat.css
chat.js software healthy media/chat.js
model.md software healthy media/walkthrough/model.md
inline.md software healthy media/walkthrough/inline.md
chat.md software healthy media/walkthrough/chat.md
agent.md software healthy media/walkthrough/agent.md
server.md software healthy media/walkthrough/server.md
statusBar.ts software healthy src/statusBar.ts
extension.ts software healthy src/extension.ts
backendService.ts software healthy src/llm/backendService.ts
instructionsCore.ts software healthy src/llm/instructionsCore.ts
errors.ts software healthy src/llm/errors.ts
openaiCompatProvider.ts software healthy src/llm/openaiCompatProvider.ts
ollamaProvider.ts software healthy src/llm/ollamaProvider.ts
provider.ts software healthy src/llm/provider.ts
client.ts software healthy src/llm/client.ts
contextWindow.ts software healthy src/llm/contextWindow.ts
streamParse.ts software healthy src/llm/streamParse.ts
instructions.ts software healthy src/llm/instructions.ts
terminalProvider.ts software healthy src/providers/terminalProvider.ts
previewContentProvider.ts software healthy src/providers/previewContentProvider.ts
codeActionProvider.ts software healthy src/providers/codeActionProvider.ts
completionProvider.ts software healthy src/providers/completionProvider.ts
scmUtils.ts software healthy src/providers/scmUtils.ts
chatProvider.ts software healthy src/providers/chatProvider.ts
completionClean.ts software healthy src/providers/completionClean.ts
sessionStore.ts software healthy src/providers/sessionStore.ts
scmProvider.ts software healthy src/providers/scmProvider.ts
inlineEditProvider.ts software healthy src/providers/inlineEditProvider.ts
chunker.ts software healthy src/index/chunker.ts
workspaceIndex.ts software healthy src/index/workspaceIndex.ts
tools.ts software healthy src/agent/tools.ts
checkpoints.ts software healthy src/agent/checkpoints.ts
editApply.ts software healthy src/agent/editApply.ts

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

LabelLayerStatusPath
continue software healthy media/chat.js:continue
const software healthy media/chat.js:const
compl software healthy media/chat.js:compl
StatusBarManager software healthy src/statusBar.ts:StatusBarManager
BackendService software healthy src/llm/backendService.ts:BackendService
OllamaError software healthy src/llm/errors.ts:OllamaError
OpenAiCompatProvider software healthy src/llm/openaiCompatProvider.ts:OpenAiCompatProvider
OllamaProvider software healthy src/llm/ollamaProvider.ts:OllamaProvider
PreviewContentProvider software healthy src/providers/previewContentProvider.ts:PreviewContentProvi…
GemmaCodeActionProvider software healthy src/providers/codeActionProvider.ts:GemmaCodeActionProvider
GemmaCompletionProvider software healthy src/providers/completionProvider.ts:GemmaCompletionProvider
GemmaChatProvider software healthy src/providers/chatProvider.ts:GemmaChatProvider
InlineEditCodeLensProvider software healthy src/providers/inlineEditProvider.ts:InlineEditCodeLensProvi…
WorkspaceIndex software healthy src/index/workspaceIndex.ts:WorkspaceIndex
Checkpoint software healthy src/agent/checkpoints.ts:Checkpoint

LabelLayerStatusPath
tests software healthy tests
media software healthy media
walkthrough software healthy media/walkthrough
src software healthy src
llm software healthy src/llm
providers software healthy src/providers
index software healthy src/index
agent software healthy src/agent
webview software healthy src/webview
docs software healthy docs

LabelLayerStatusPath
ardacelep__gemma-agent software healthy /data/fable5_failed_archive/ardacelep__gemma-agent

LabelLayerStatusPath
gpu (detected) hardware healthy src/providers/completionClean.ts
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/bf757a18-89f1-4a95-994f-e03a10f564ca/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/bf757a18-89f1-4a95-994f-e03a10f564ca/

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.