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.

VincentFeng123/screenieAI

https://github.com/VincentFeng123/screenieAI · scanned 2026-06-16 00:50 UTC (2 months, 1 week ago)

45 raw signals (0 security + 45 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 1 week ago · v1 · 38 actionable findings from 1 signal source. 7 repeated signals 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 654 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
preloadScreenCapture software healthy src/Overlay.tsx:preloadScreenCapture
setOverlayMouseCapture software healthy src/Overlay.tsx:setOverlayMouseCapture
relayOverlayPointerClick software healthy src/Overlay.tsx:relayOverlayPointerClick
relayOverlayWheel software healthy src/Overlay.tsx:relayOverlayWheel
collectOverlayInteractionRegions software healthy src/Overlay.tsx:collectOverlayInteractionRegions
regionsSignature software healthy src/Overlay.tsx:regionsSignature
useOverlayInteractionRegions software healthy src/Overlay.tsx:useOverlayInteractionRegions
parseRadius software healthy src/Overlay.tsx:parseRadius
collectOverlayFrostRegions software healthy src/Overlay.tsx:collectOverlayFrostRegions
frostSignature software healthy src/Overlay.tsx:frostSignature
useOverlayFrostRegions software healthy src/Overlay.tsx:useOverlayFrostRegions
useDevicePixelRatio software healthy src/Overlay.tsx:useDevicePixelRatio
attach software healthy src/Overlay.tsx:attach
onChange software healthy src/Overlay.tsx:onChange
Overlay software healthy src/Overlay.tsx:Overlay
isTypingTarget software healthy src/Overlay.tsx:isTypingTarget
type software healthy src/Overlay.tsx:type
sync software healthy src/Overlay.tsx:sync
clearRevealTimer software healthy src/Overlay.tsx:clearRevealTimer
revealAfterRefresh software healthy src/Overlay.tsx:revealAfterRefresh
hideForRefresh software healthy src/Overlay.tsx:hideForRefresh
shouldSuppress software healthy src/Overlay.tsx:shouldSuppress
runRefresh software healthy src/Overlay.tsx:runRefresh
markStale software healthy src/Overlay.tsx:markStale
requestRefresh software healthy src/Overlay.tsx:requestRefresh
onVisibility software healthy src/Overlay.tsx:onVisibility
onPageShow software healthy src/Overlay.tsx:onPageShow
onGestureBackgroundChange software healthy src/Overlay.tsx:onGestureBackgroundChange
onWheel software healthy src/Overlay.tsx:onWheel
hydrate software healthy src/Overlay.tsx:hydrate
dismiss software healthy src/Overlay.tsx:dismiss
onKey software healthy src/Overlay.tsx:onKey
setAdjustingRect software healthy src/Overlay.tsx:setAdjustingRect
setResultRect software healthy src/Overlay.tsx:setResultRect
setResultCropped software healthy src/Overlay.tsx:setResultCropped
useRectDrag software healthy src/Overlay.tsx:useRectDrag
releasePointerCapture software healthy src/Overlay.tsx:releasePointerCapture
onMove software healthy src/Overlay.tsx:onMove
finishDrag software healthy src/Overlay.tsx:finishDrag
onUp software healthy src/Overlay.tsx:onUp
onCancel software healthy src/Overlay.tsx:onCancel
captureCursorPoint software healthy src/Overlay.tsx:captureCursorPoint
SelectingLayer software healthy src/Overlay.tsx:SelectingLayer
clampX software healthy src/Overlay.tsx:clampX
clampY software healthy src/Overlay.tsx:clampY
onDown software healthy src/Overlay.tsx:onDown
ActionsBar software healthy src/Overlay.tsx:ActionsBar
placeActionsAffordance software healthy src/Overlay.tsx:placeActionsAffordance
dimsFor software healthy src/Overlay.tsx:dimsFor
hitsBlocker software healthy src/Overlay.tsx:hitsBlocker

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

LabelLayerStatusPath
vite.config.ts software healthy vite.config.ts
README.md software healthy README.md
CLAUDE.md software healthy CLAUDE.md
package.json software healthy package.json
tsconfig.node.json software healthy tsconfig.node.json
index.html software healthy index.html
package-lock.json software healthy package-lock.json
tsconfig.json software healthy tsconfig.json
agent-eval-runbook.md software healthy docs/agent-eval-runbook.md
agent-dev-permissions.md software healthy docs/agent-dev-permissions.md
overlay-window-behavior.md software healthy docs/overlay-window-behavior.md
perception-tool-contract.md software healthy docs/perception-tool-contract.md
2026-06-10-voice-queue-dictation-ui-design.md software healthy docs/superpowers/specs/2026-06-10-voice-queue-dictation-ui-…
macos-resign-dev.sh software healthy scripts/macos-resign-dev.sh
rust-toolchain.toml software healthy src-tauri/rust-toolchain.toml
Cargo.toml software healthy src-tauri/Cargo.toml
tauri.conf.json software healthy src-tauri/tauri.conf.json
build.rs software healthy src-tauri/build.rs
Cargo.lock software healthy src-tauri/Cargo.lock
default.json software healthy src-tauri/capabilities/default.json
overlay.json software healthy src-tauri/capabilities/overlay.json
lib.rs software healthy src-tauri/src/lib.rs
ollama_install.rs software healthy src-tauri/src/ollama_install.rs
secrets.rs software healthy src-tauri/src/secrets.rs
main.rs software healthy src-tauri/src/main.rs
windows_window.rs software healthy src-tauri/src/windows_window.rs
history.rs software healthy src-tauri/src/history.rs
openai.rs software healthy src-tauri/src/ai/openai.rs
decision.rs software healthy src-tauri/src/ai/decision.rs
mod.rs software healthy src-tauri/src/ai/mod.rs
anthropic.rs software healthy src-tauri/src/ai/anthropic.rs
gemini.rs software healthy src-tauri/src/ai/gemini.rs
ollama.rs software healthy src-tauri/src/ai/ollama.rs
perception_tools.rs software healthy src-tauri/src/agent/perception_tools.rs
matching.rs software healthy src-tauri/src/agent/matching.rs
macos_observer.rs software healthy src-tauri/src/agent/macos_observer.rs
playbooks.rs software healthy src-tauri/src/agent/playbooks.rs
page_reader.rs software healthy src-tauri/src/agent/page_reader.rs
grounding.rs software healthy src-tauri/src/agent/grounding.rs
types.rs software healthy src-tauri/src/agent/types.rs
safari_dom.rs software healthy src-tauri/src/agent/safari_dom.rs
actions.rs software healthy src-tauri/src/agent/actions.rs
vision.rs software healthy src-tauri/src/agent/vision.rs
capture_tools.rs software healthy src-tauri/src/agent/capture_tools.rs
executor.rs software healthy src-tauri/src/agent/executor.rs
mod.rs software healthy src-tauri/src/agent/mod.rs
observer.rs software healthy src-tauri/src/agent/observer.rs
memory.rs software healthy src-tauri/src/agent/memory.rs
search.rs software healthy src-tauri/src/agent/search.rs
planner.rs software healthy src-tauri/src/agent/planner.rs

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

LabelLayerStatusPath
docs software healthy docs
superpowers software healthy docs/superpowers
specs software healthy docs/superpowers/specs
scripts software healthy scripts
src-tauri software healthy src-tauri
capabilities software healthy src-tauri/capabilities
src software healthy src-tauri/src
ai software healthy src-tauri/src/ai
agent software healthy src-tauri/src/agent
playbooks software healthy src-tauri/src/agent/playbooks
builtin software healthy src-tauri/src/agent/playbooks/builtin
voice software healthy src-tauri/src/voice
capture software healthy src-tauri/src/capture
perception software healthy src-tauri/src/perception
ax software healthy src-tauri/src/perception/ax
index software healthy src-tauri/src/perception/index
.github software healthy .github
workflows software healthy .github/workflows
src software healthy src
settings software healthy src/settings
components software healthy src/components
lib software healthy src/lib
voice software healthy src/voice
onboarding software healthy src/onboarding
steps software healthy src/onboarding/steps

LabelLayerStatusPath
Overlay frontend healthy src/Overlay.tsx
Chat frontend healthy src/Chat.tsx
QuickTooltip frontend healthy src/QuickTooltip.tsx
App frontend healthy src/App.tsx
CopyCommand frontend healthy src/settings/CopyCommand.tsx
SettingsPanel frontend healthy src/settings/SettingsPanel.tsx
PlaybooksManager frontend healthy src/settings/PlaybooksManager.tsx
AgentMemoryList frontend healthy src/settings/AgentMemoryList.tsx
NeedsVisionModel frontend healthy src/settings/NeedsVisionModel.tsx
OllamaSetup frontend healthy src/settings/OllamaSetup.tsx
EditCanvas frontend healthy src/components/EditCanvas.tsx
EditAffordance frontend healthy src/components/EditAffordance.tsx
CustomDropdown frontend healthy src/components/CustomDropdown.tsx
HistoryList frontend healthy src/components/HistoryList.tsx
VoiceModelDownloadCard frontend healthy src/voice/VoiceModelDownloadCard.tsx
VoiceTranscriptFeed frontend healthy src/voice/VoiceTranscriptFeed.tsx
VoiceLevelMeter frontend healthy src/voice/VoiceLevelMeter.tsx
VoiceMicButton frontend healthy src/voice/VoiceMicButton.tsx
Onboarding frontend healthy src/onboarding/Onboarding.tsx
ApiKeys frontend healthy src/onboarding/steps/ApiKeys.tsx
Welcome frontend healthy src/onboarding/steps/Welcome.tsx
OllamaStep frontend healthy src/onboarding/steps/OllamaStep.tsx
Tutorial frontend healthy src/onboarding/steps/Tutorial.tsx

LabelLayerStatusPath
APPLE_CERTIFICATE_PASSWORD cicd healthy
WINDOWS_CERTIFICATE cicd healthy
WINDOWS_CERTIFICATE_PASSWORD cicd healthy
APPLE_CERTIFICATE cicd healthy
GITHUB_TOKEN cicd healthy
APPLE_ID cicd healthy
TAURI_SIGNING_PRIVATE_KEY cicd healthy
APPLE_PASSWORD cicd healthy
APPLE_TEAM_ID cicd healthy
TAURI_SIGNING_PRIVATE_KEY_PASSWORD cicd healthy
APPLE_SIGNING_IDENTITY cicd healthy

LabelLayerStatusPath
then software healthy src/Overlay.tsx:then
duo software healthy src/Overlay.tsx:duo
so software healthy src/components/Frosted.tsx:so

LabelLayerStatusPath
port:1420 network healthy vite.config.ts
port:1421 network healthy vite.config.ts

LabelLayerStatusPath
gha::ci cicd healthy .github/workflows/ci.yml
gha::release cicd healthy .github/workflows/release.yml

LabelLayerStatusPath
build cicd healthy .github/workflows/ci.yml
build cicd healthy .github/workflows/release.yml

LabelLayerStatusPath
repobility-clone-0cprk759 software healthy /tmp/repobility-clone-0cprk759

LabelLayerStatusPath
sqlite data healthy src-tauri/Cargo.toml

LabelLayerStatusPath
127.0.0.1 network healthy src-tauri/src/agent/grounding.rs

LabelLayerStatusPath
gpu (detected) hardware healthy src/Overlay.tsx

LabelLayerStatusPath
auth::src-tauri/src/ai/mod.rs security healthy src-tauri/src/ai/mod.rs
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/5b00550d-c68f-4f65-8181-e429ec8cc3b9/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/5b00550d-c68f-4f65-8181-e429ec8cc3b9/

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.