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.

tsucky230/comP

https://github.com/tsucky230/comP · scanned 2026-06-16 00:42 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 · 27 actionable findings from 1 signal source. 17 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 156 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
.markdownlint.json software healthy .markdownlint.json
.mocharc.json software healthy .mocharc.json
README.md software healthy README.md
package.json software healthy package.json
CONTRIBUTING.md software healthy CONTRIBUTING.md
package-lock.json software healthy package-lock.json
tsconfig.json software healthy tsconfig.json
README_ja.md software healthy README_ja.md
LICENSE software healthy LICENSE
SUPPORT.md software healthy SUPPORT.md
SECURITY.md software healthy SECURITY.md
AGENTS.md software healthy AGENTS.md
CHANGELOG.md software healthy CHANGELOG.md
index.css software healthy docs/index.css
ARCHITECTURE.md software healthy docs/ARCHITECTURE.md
index.html software healthy docs/index.html
index_ja.html software healthy docs/index_ja.html
ARCHITECTURE_ja.md software healthy docs/ARCHITECTURE_ja.md
vex.cdx.json software healthy docs/compliance/vex.cdx.json
README.md software healthy docs/compliance/README.md
LOGGING.md software healthy docs/dev/LOGGING.md
CICD.md software healthy docs/dev/CICD.md
CODING.md software healthy docs/dev/CODING.md
OSS_INIT.md software healthy docs/dev/OSS_INIT.md
ERROR_HANDLING.md software healthy docs/dev/ERROR_HANDLING.md
MARKDOWN.md software healthy docs/dev/MARKDOWN.md
GETTING_STARTED.md software healthy docs/user/GETTING_STARTED.md
MCP_SETUP.md software healthy docs/user/MCP_SETUP.md
MCP_TOOLS.md software healthy docs/user/MCP_TOOLS.md
CONFIGURATION.md software healthy docs/user/CONFIGURATION.md
generate-icon-png.js software healthy scripts/generate-icon-png.js
generate-icon.js software healthy scripts/generate-icon.js
generate-icon-activitybar.js software healthy scripts/generate-icon-activitybar.js
Cargo.toml software healthy daemon/Cargo.toml
Cargo.lock software healthy daemon/Cargo.lock
audit.toml software healthy daemon/audit.toml
main.rs software healthy daemon/src/main.rs
compress.rs software healthy daemon/src/mcp/compress.rs
mod.rs software healthy daemon/src/mcp/mod.rs
mod.rs software healthy daemon/src/search/mod.rs
walker.rs software healthy daemon/src/indexer/walker.rs
mod.rs software healthy daemon/src/indexer/mod.rs
parser.rs software healthy daemon/src/indexer/parser.rs
doc_parser.rs software healthy daemon/src/indexer/doc_parser.rs
dependency.rs software healthy daemon/src/indexer/dependency.rs
mod.rs software healthy daemon/src/graph/mod.rs
schema.rs software healthy daemon/src/graph/schema.rs
FUNDING.yml software healthy .github/FUNDING.yml
bug_report.md software healthy .github/ISSUE_TEMPLATE/bug_report.md
ci.yml software healthy .github/workflows/ci.yml

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

LabelLayerStatusPath
generateIcon software healthy scripts/generate-icon-png.js:generateIcon
generateIcon software healthy scripts/generate-icon.js:generateIcon
generateIcon software healthy scripts/generate-icon-activitybar.js:generateIcon
mergeExcludeIntoConfig software healthy src/extension.ts:mergeExcludeIntoConfig
hasCompDirectory software healthy src/extension.ts:hasCompDirectory
syncExcludeToConfig software healthy src/extension.ts:syncExcludeToConfig
activate software healthy src/extension.ts:activate
startDaemonStack software healthy src/extension.ts:startDaemonStack
stopDaemonStack software healthy src/extension.ts:stopDaemonStack
deactivate software healthy src/extension.ts:deactivate
setupFileWatchers software healthy src/extension.ts:setupFileWatchers
isExcludedPath software healthy src/extension.ts:isExcludedPath
registerChatParticipant software healthy src/mcp/chatParticipant.ts:registerChatParticipant
bodies software healthy src/mcp/chatParticipant.ts:bodies
pathJoin software healthy src/mcp/chatParticipant.ts:pathJoin
escapeQuotes software healthy src/mcp/AgentSetup.ts:escapeQuotes
escapePy software healthy src/mcp/AgentSetup.ts:escapePy
escapeYaml software healthy src/mcp/AgentSetup.ts:escapeYaml
startDaemon software healthy src/ui/SidebarPanel.ts:startDaemon
stopDaemon software healthy src/ui/SidebarPanel.ts:stopDaemon
clearLogs software healthy src/ui/SidebarPanel.ts:clearLogs
reindex software healthy src/ui/SidebarPanel.ts:reindex
updateStatus software healthy src/ui/SidebarPanel.ts:updateStatus
registerCommands software healthy src/ui/commands.ts:registerCommands
symbolInfo software healthy src/ui/CodeLens.ts:symbolInfo
lines software healthy src/daemon/tests/DaemonManager.test.ts:lines
handler software healthy src/daemon/tests/DaemonManager.test.ts:handler

LabelLayerStatusPath
docs software healthy docs
compliance software healthy docs/compliance
dev software healthy docs/dev
user software healthy docs/user
scripts software healthy scripts
daemon software healthy daemon
src software healthy daemon/src
mcp software healthy daemon/src/mcp
search software healthy daemon/src/search
indexer software healthy daemon/src/indexer
graph software healthy daemon/src/graph
.github software healthy .github
ISSUE_TEMPLATE software healthy .github/ISSUE_TEMPLATE
workflows software healthy .github/workflows
src software healthy src
types software healthy src/types
mcp software healthy src/mcp
tests software healthy src/mcp/tests
test software healthy src/test
ui software healthy src/ui
tests software healthy src/ui/tests
templates software healthy src/templates
daemon software healthy src/daemon
tests software healthy src/daemon/tests

LabelLayerStatusPath
AgentSetupManager software healthy src/mcp/AgentSetup.ts:AgentSetupManager
SessionMemoryManager software healthy src/mcp/sessionMemory.ts:SessionMemoryManager
MockDaemonManager software healthy src/mcp/tests/AgentSetup.test.ts:MockDaemonManager
MockVSCodeEventEmitter software healthy src/test/setup.ts:MockVSCodeEventEmitter
MockPosition software healthy src/test/setup.ts:MockPosition
MockRange software healthy src/test/setup.ts:MockRange
MockCodeLens software healthy src/test/setup.ts:MockCodeLens
SidebarPanel software healthy src/ui/SidebarPanel.ts:SidebarPanel
StatusBar software healthy src/ui/StatusBar.ts:StatusBar
DependencyCodeLensProvider software healthy src/ui/CodeLens.ts:DependencyCodeLensProvider
MockDaemonManager software healthy src/ui/tests/CodeLens.test.ts:MockDaemonManager
DaemonManager software healthy src/daemon/DaemonManager.ts:DaemonManager

LabelLayerStatusPath
test cicd healthy .github/workflows/ci.yml
lint cicd healthy .github/workflows/ci.yml
sast cicd healthy .github/workflows/ci.yml
build-daemon cicd healthy .github/workflows/release.yml
package cicd healthy .github/workflows/release.yml
deploy cicd healthy .github/workflows/pages.yml

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

LabelLayerStatusPath
GITHUB_TOKEN cicd healthy
VSCE_PAT cicd healthy
OVSX_PAT cicd healthy

LabelLayerStatusPath
auth::AGENTS.md security healthy AGENTS.md
auth::daemon/src/mcp/mod.rs security healthy daemon/src/mcp/mod.rs

LabelLayerStatusPath
repobility-clone-1ezcjj08 software healthy /tmp/repobility-clone-1ezcjj08

LabelLayerStatusPath
sqlite data healthy README.md

LabelLayerStatusPath
vps::azure hardware healthy package-lock.json
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/3d0cb5d8-1afa-4500-950f-879b65e96160/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/3d0cb5d8-1afa-4500-950f-879b65e96160/

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.