https://github.com/techman44/the-quorum-openclaw
· scanned 2026-06-16 00:31 UTC (2 months, 2 weeks ago)
12 raw signals (0 security + 12 graph)
Last scanned 2 months, 2 weeks ago · v1 · 12 actionable findings from 1 signal source. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.
All 106 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.
| Label | Layer | Status | Path |
|---|---|---|---|
openclaw.plugin.json |
software | healthy | openclaw.plugin.json |
README.md |
software | healthy | README.md |
package.json |
software | healthy | package.json |
package-lock.json |
software | healthy | package-lock.json |
.env.example |
software | healthy | .env.example |
tsconfig.json |
software | healthy | tsconfig.json |
LICENSE |
software | healthy | LICENSE |
docker-compose.yml |
software | healthy | docker-compose.yml |
setup-cron.sh |
software | healthy | scripts/setup-cron.sh |
install.sh |
software | healthy | scripts/install.sh |
uninstall.sh |
software | healthy | scripts/uninstall.sh |
007_agent_runs.sql |
software | healthy | schema/007_agent_runs.sql |
001_extensions.sql |
software | healthy | schema/001_extensions.sql |
003_conversations.sql |
software | healthy | schema/003_conversations.sql |
005_tasks.sql |
software | healthy | schema/005_tasks.sql |
004_events.sql |
software | healthy | schema/004_events.sql |
002_documents.sql |
software | healthy | schema/002_documents.sql |
006_embeddings.sql |
software | healthy | schema/006_embeddings.sql |
SKILL.md |
software | healthy | skills/devils-advocate/SKILL.md |
SKILL.md |
software | healthy | skills/data-collector/SKILL.md |
SKILL.md |
software | healthy | skills/connector/SKILL.md |
SKILL.md |
software | healthy | skills/onboarding/SKILL.md |
SKILL.md |
software | healthy | skills/opportunist/SKILL.md |
SKILL.md |
software | healthy | skills/executor/SKILL.md |
SKILL.md |
software | healthy | skills/strategist/SKILL.md |
SKILL.md |
software | healthy | skills/closer/SKILL.md |
embeddings.ts |
software | healthy | src/embeddings.ts |
index.ts |
software | healthy | src/index.ts |
tools.ts |
software | healthy | src/tools.ts |
db.ts |
software | healthy | src/db.ts |
skills/devils-advocate/SKILL.md |
quality | healthy | skills/devils-advocate/SKILL.md |
skills/data-collector/SKILL.md |
quality | healthy | skills/data-collector/SKILL.md |
skills/connector/SKILL.md |
quality | healthy | skills/connector/SKILL.md |
skills/onboarding/SKILL.md |
quality | healthy | skills/onboarding/SKILL.md |
skills/opportunist/SKILL.md |
quality | healthy | skills/opportunist/SKILL.md |
skills/executor/SKILL.md |
quality | healthy | skills/executor/SKILL.md |
skills/strategist/SKILL.md |
quality | healthy | skills/strategist/SKILL.md |
skills/closer/SKILL.md |
quality | healthy | skills/closer/SKILL.md |
| Label | Layer | Status | Path |
|---|---|---|---|
embedText |
software | healthy | src/embeddings.ts:embedText |
data |
software | healthy | src/embeddings.ts:data |
contentHash |
software | healthy | src/embeddings.ts:contentHash |
chunkText |
software | healthy | src/embeddings.ts:chunkText |
embedAndStore |
software | healthy | src/embeddings.ts:embedAndStore |
embedAndStoreChunked |
software | healthy | src/embeddings.ts:embedAndStoreChunked |
checkOllamaHealth |
software | healthy | src/embeddings.ts:checkOllamaHealth |
tagsData |
software | healthy | src/embeddings.ts:tagsData |
processEmbeddingQueue |
software | healthy | src/embeddings.ts:processEmbeddingQueue |
getPool |
software | healthy | src/index.ts:getPool |
resolvePath |
software | healthy | src/index.ts:resolvePath |
buildConfig |
software | healthy | src/index.ts:buildConfig |
inboxRaw |
software | healthy | src/index.ts:inboxRaw |
processedRaw |
software | healthy | src/index.ts:processedRaw |
register |
software | healthy | src/index.ts:register |
embeddingHandler |
software | healthy | src/index.ts:embeddingHandler |
jsonResult |
software | healthy | src/tools.ts:jsonResult |
registerTools |
software | healthy | src/tools.ts:registerTools |
docTypeFromExtension |
software | healthy | src/tools.ts:docTypeFromExtension |
ensureSchema |
software | healthy | src/db.ts:ensureSchema |
storeDocument |
software | healthy | src/db.ts:storeDocument |
getDocument |
software | healthy | src/db.ts:getDocument |
searchDocumentsByText |
software | healthy | src/db.ts:searchDocumentsByText |
semanticSearch |
software | healthy | src/db.ts:semanticSearch |
semanticSearchEvents |
software | healthy | src/db.ts:semanticSearchEvents |
storeEvent |
software | healthy | src/db.ts:storeEvent |
listEvents |
software | healthy | src/db.ts:listEvents |
createTask |
software | healthy | src/db.ts:createTask |
updateTask |
software | healthy | src/db.ts:updateTask |
getTask |
software | healthy | src/db.ts:getTask |
listTasks |
software | healthy | src/db.ts:listTasks |
storeEmbedding |
software | healthy | src/db.ts:storeEmbedding |
hasEmbedding |
software | healthy | src/db.ts:hasEmbedding |
getUnembeddedDocuments |
software | healthy | src/db.ts:getUnembeddedDocuments |
getUnembeddedEvents |
software | healthy | src/db.ts:getUnembeddedEvents |
deleteEmbeddingsForRef |
software | healthy | src/db.ts:deleteEmbeddingsForRef |
hasAnyEmbeddingForRef |
software | healthy | src/db.ts:hasAnyEmbeddingForRef |
getStats |
software | healthy | src/db.ts:getStats |
| Label | Layer | Status | Path |
|---|---|---|---|
scripts |
software | healthy | scripts |
schema |
software | healthy | schema |
skills |
software | healthy | skills |
devils-advocate |
software | healthy | skills/devils-advocate |
data-collector |
software | healthy | skills/data-collector |
connector |
software | healthy | skills/connector |
onboarding |
software | healthy | skills/onboarding |
opportunist |
software | healthy | skills/opportunist |
executor |
software | healthy | skills/executor |
strategist |
software | healthy | skills/strategist |
closer |
software | healthy | skills/closer |
src |
software | healthy | src |
| Label | Layer | Status | Path |
|---|---|---|---|
quorum_agent_runs |
data | healthy | schema/007_agent_runs.sql |
quorum_conversations |
data | healthy | schema/003_conversations.sql |
quorum_conversation_turns |
data | healthy | schema/003_conversations.sql |
quorum_tasks |
data | healthy | schema/005_tasks.sql |
quorum_events |
data | healthy | schema/004_events.sql |
quorum_documents |
data | healthy | schema/002_documents.sql |
quorum_document_chunks |
data | healthy | schema/002_documents.sql |
quorum_embeddings |
data | healthy | schema/006_embeddings.sql |
| Label | Layer | Status | Path |
|---|---|---|---|
postgresql |
data | healthy | README.md |
postgres |
data | healthy | package-lock.json |
| Label | Layer | Status | Path |
|---|---|---|---|
postgres |
hardware | healthy | docker-compose.yml |
ollama |
hardware | healthy | docker-compose.yml |
| Label | Layer | Status | Path |
|---|---|---|---|
password_literal::scripts/install.sh |
security | healthy | scripts/install.sh |
password_literal::scripts/install.sh |
security | healthy | scripts/install.sh |
| Label | Layer | Status | Path |
|---|---|---|---|
repobility-clone-cijp5xo1 |
software | healthy | /tmp/repobility-clone-cijp5xo1 |
| Label | Layer | Status | Path |
|---|---|---|---|
that |
software | healthy | src/tools.ts:that |
| Label | Layer | Status | Path |
|---|---|---|---|
gpu (detected) |
hardware | healthy | README.md |
| Label | Layer | Status | Path |
|---|---|---|---|
auth::README.md |
security | healthy | README.md |
This page is publicly accessible at:
https://repobility.com/scan/3ec29994-f4f2-4794-8031-7c7c99ab919d/
To check status programmatically (no auth required):
curl -s https://repobility.com/api/v1/public/scan/3ec29994-f4f2-4794-8031-7c7c99ab919d/
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.