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.

sufficit/sufficit-vscode-symposium

https://github.com/sufficit/sufficit-vscode-symposium · scanned 2026-06-16 00:24 UTC (2 months, 2 weeks ago)

21 raw signals (0 security + 21 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 2 weeks ago · v1 · 21 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 348 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
git software healthy src/git.ts:git
gitRoot software healthy src/git.ts:gitRoot
isTracked software healthy src/git.ts:isTracked
headContent software healthy src/git.ts:headContent
rejectChange software healthy src/git.ts:rejectChange
approveChange software healthy src/git.ts:approveChange
pendingChanges software healthy src/git.ts:pendingChanges
root software healthy src/git.ts:root
parsePorcelainDirty software healthy src/git.ts:parsePorcelainDirty
isPending software healthy src/git.ts:isPending
defaultCwd software healthy src/extension.ts:defaultCwd
normModel software healthy src/extension.ts:normModel
resolveModelPin software healthy src/extension.ts:resolveModelPin
claudeConfig software healthy src/extension.ts:claudeConfig
copilotConfig software healthy src/extension.ts:copilotConfig
codexConfig software healthy src/extension.ts:codexConfig
openaiConfig software healthy src/extension.ts:openaiConfig
customAdapterDefs software healthy src/extension.ts:customAdapterDefs
normalizeAdapterDefs software healthy src/extension.ts:normalizeAdapterDefs
arr software healthy src/extension.ts:arr
buildCustomAdapters software healthy src/extension.ts:buildCustomAdapters
symposiumLog software healthy src/extension.ts:symposiumLog
activate software healthy src/extension.ts:activate
notifyStatus software healthy src/extension.ts:notifyStatus
rawSessions software healthy src/extension.ts:rawSessions
refreshAll software healthy src/extension.ts:refreshAll
infoOf software healthy src/extension.ts:infoOf
inEditor software healthy src/extension.ts:inEditor
envFor software healthy src/extension.ts:envFor
modelFor software healthy src/extension.ts:modelFor
reasoningFor software healthy src/extension.ts:reasoningFor
startTerminal software healthy src/extension.ts:startTerminal
persistGet software healthy src/extension.ts:persistGet
persistAdd software healthy src/extension.ts:persistAdd
tmuxAlive software healthy src/extension.ts:tmuxAlive
deactivate software healthy src/extension.ts:deactivate
scrubSqliteRows software healthy src/adapters/scrub.ts:scrubSqliteRows
spawnOk software healthy src/adapters/scrub.ts:spawnOk
runPython software healthy src/adapters/scrub.ts:runPython
runSqliteCli software healthy src/adapters/scrub.ts:runSqliteCli
scrubJsonlLines software healthy src/adapters/scrub.ts:scrubJsonlLines
removeMatchingFiles software healthy src/adapters/scrub.ts:removeMatchingFiles
looksInjected software healthy src/adapters/codex.ts:looksInjected
walk software healthy src/adapters/codex.ts:walk
text software healthy src/adapters/codex.ts:text
version software healthy src/adapters/codex.ts:version
readCodexMeta software healthy src/adapters/codex.ts:readCodexMeta
b software healthy src/adapters/builtins.ts:b
builtinCommands software healthy src/adapters/builtins.ts:builtinCommands
version software healthy src/adapters/copilot.ts:version

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

LabelLayerStatusPath
ARCHITECTURE.md software healthy ARCHITECTURE.md
README.md software healthy README.md
package.json software healthy package.json
package-lock.json software healthy package-lock.json
tsconfig.json software healthy tsconfig.json
LICENSE software healthy LICENSE
TESTING-config-and-bridge.md software healthy docs/TESTING-config-and-bridge.md
build.yml software healthy .github/workflows/build.yml
snapshots.ts software healthy src/snapshots.ts
git.ts software healthy src/git.ts
extension.ts software healthy src/extension.ts
scrub.ts software healthy src/adapters/scrub.ts
codex.ts software healthy src/adapters/codex.ts
builtins.ts software healthy src/adapters/builtins.ts
copilot.ts software healthy src/adapters/copilot.ts
claude.ts software healthy src/adapters/claude.ts
skills.ts software healthy src/adapters/skills.ts
openai.ts software healthy src/adapters/openai.ts
exec.ts software healthy src/adapters/exec.ts
parse.ts software healthy src/adapters/parse.ts
todos.ts software healthy src/adapters/todos.ts
types.ts software healthy src/adapters/types.ts
aiTools.ts software healthy src/adapters/aiTools.ts
sync.ts software healthy src/sync/sync.ts
hubClient.ts software healthy src/sync/hubClient.ts
seed.ts software healthy src/config/seed.ts
root.ts software healthy src/config/root.ts
provider.ts software healthy src/auth/provider.ts
identity.ts software healthy src/auth/identity.ts
bridge.ts software healthy src/api/bridge.ts
symposiumApi.ts software healthy src/api/symposiumApi.ts
snapshots.test.ts software healthy src/test/snapshots.test.ts
parse.test.ts software healthy src/test/parse.test.ts
todos.test.ts software healthy src/test/todos.test.ts
git.test.ts software healthy src/test/git.test.ts
chatView.ts software healthy src/ui/chatView.ts
chatSurface.ts software healthy src/ui/chatSurface.ts
chatHtml.ts software healthy src/ui/chatHtml.ts
configPanel.ts software healthy src/ui/configPanel.ts
configHtml.ts software healthy src/ui/configHtml.ts
chatPanel.ts software healthy src/ui/chatPanel.ts
terminalSession.ts software healthy src/ui/terminalSession.ts
chatController.ts software healthy src/ui/chatController.ts
store.ts software healthy src/sessions/store.ts
runtime.ts software healthy src/sessions/runtime.ts

LabelLayerStatusPath
SnapshotStore software healthy src/snapshots.ts:SnapshotStore
CodexSession software healthy src/adapters/codex.ts:CodexSession
CodexAdapter software healthy src/adapters/codex.ts:CodexAdapter
CopilotSession software healthy src/adapters/copilot.ts:CopilotSession
CopilotAdapter software healthy src/adapters/copilot.ts:CopilotAdapter
ClaudeSession software healthy src/adapters/claude.ts:ClaudeSession
ClaudeAdapter software healthy src/adapters/claude.ts:ClaudeAdapter
OpenAISession software healthy src/adapters/openai.ts:OpenAISession
OpenAIAdapter software healthy src/adapters/openai.ts:OpenAIAdapter
SyncEngine software healthy src/sync/sync.ts:SyncEngine
HubClient software healthy src/sync/hubClient.ts:HubClient
SufficitAuthProvider software healthy src/auth/provider.ts:SufficitAuthProvider
SufficitAuth software healthy src/auth/identity.ts:SufficitAuth
RemoteBridge software healthy src/api/bridge.ts:RemoteBridge
ChatViewProvider software healthy src/ui/chatView.ts:ChatViewProvider
ChatSurface software healthy src/ui/chatSurface.ts:ChatSurface
ConfigPanel software healthy src/ui/configPanel.ts:ConfigPanel
ChatPanel software healthy src/ui/chatPanel.ts:ChatPanel
TerminalSession software healthy src/ui/terminalSession.ts:TerminalSession
ChatController software healthy src/ui/chatController.ts:ChatController
SessionStore software healthy src/sessions/store.ts:SessionStore
LiveSessions software healthy src/sessions/runtime.ts:LiveSessions

LabelLayerStatusPath
docs software healthy docs
.github software healthy .github
workflows software healthy .github/workflows
src software healthy src
adapters software healthy src/adapters
sync software healthy src/sync
config software healthy src/config
auth software healthy src/auth
api software healthy src/api
test software healthy src/test
ui software healthy src/ui
sessions software healthy src/sessions

LabelLayerStatusPath
127.0.0.1 network healthy package.json
2.3.7.7 network healthy src/ui/chatHtml.ts
2.8.8.8 network healthy src/ui/chatHtml.ts

LabelLayerStatusPath
auth::src/auth/identity.ts security healthy src/auth/identity.ts
auth::src/auth/provider.ts security healthy src/auth/provider.ts
auth::package.json security healthy package.json

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

LabelLayerStatusPath
sqlite data healthy src/adapters/scrub.ts

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

LabelLayerStatusPath
build cicd healthy .github/workflows/build.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/616b0d38-596d-4724-9301-5d253495a3bf/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/616b0d38-596d-4724-9301-5d253495a3bf/

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.