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.

usiclabs/managr

https://github.com/usiclabs/managr · scanned 2026-06-16 00:46 UTC (2 months, 1 week ago)

137 raw signals (0 security + 137 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 1 week ago · v1 · 127 actionable findings from 1 signal source. 10 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 1203 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
skills.json software healthy skills.json
STRATEGY.md software healthy STRATEGY.md
ECOSYSTEM.md software healthy ECOSYSTEM.md
SHOWCASE.md software healthy SHOWCASE.md
aeon.yml software healthy aeon.yml
README.md software healthy README.md
CLAUDE.md software healthy CLAUDE.md
skill-packs.json software healthy skill-packs.json
LICENSE software healthy LICENSE
package.json software healthy apps/a2a-server/package.json
tsconfig.json software healthy apps/a2a-server/tsconfig.json
index.ts software healthy apps/a2a-server/src/index.ts
README.md software healthy apps/webhook/README.md
package.json software healthy apps/webhook/package.json
wrangler.toml software healthy apps/webhook/wrangler.toml
worker.js software healthy apps/webhook/src/worker.js
postcss.config.mjs software healthy apps/dashboard/postcss.config.mjs
package.json software healthy apps/dashboard/package.json
next-env.d.ts software healthy apps/dashboard/next-env.d.ts
package-lock.json software healthy apps/dashboard/package-lock.json
knip.json software healthy apps/dashboard/knip.json
.env.example software healthy apps/dashboard/.env.example
tsconfig.json software healthy apps/dashboard/tsconfig.json
proxy.ts software healthy apps/dashboard/proxy.ts
next.config.ts software healthy apps/dashboard/next.config.ts
SecretsPanel.tsx software healthy apps/dashboard/components/SecretsPanel.tsx
HQOverview.tsx software healthy apps/dashboard/components/HQOverview.tsx
SkillDetail.tsx software healthy apps/dashboard/components/SkillDetail.tsx
ScheduleEditor.tsx software healthy apps/dashboard/components/ScheduleEditor.tsx
McpPanel.tsx software healthy apps/dashboard/components/McpPanel.tsx
SpecNode.tsx software healthy apps/dashboard/components/SpecNode.tsx
TopBar.tsx software healthy apps/dashboard/components/TopBar.tsx
LoadingScreen.tsx software healthy apps/dashboard/components/LoadingScreen.tsx
AuthModal.tsx software healthy apps/dashboard/components/AuthModal.tsx
TelegramChatIdHelper.tsx software healthy apps/dashboard/components/TelegramChatIdHelper.tsx
ErrorScreen.tsx software healthy apps/dashboard/components/ErrorScreen.tsx
ImportModal.tsx software healthy apps/dashboard/components/ImportModal.tsx
RightPanel.tsx software healthy apps/dashboard/components/RightPanel.tsx
LeftSidebar.tsx software healthy apps/dashboard/components/LeftSidebar.tsx
StrategyPanel.tsx software healthy apps/dashboard/components/StrategyPanel.tsx
InstantModeCard.tsx software healthy apps/dashboard/components/InstantModeCard.tsx
TargetCursor.tsx software healthy apps/dashboard/components/ui/TargetCursor.tsx
Animated.tsx software healthy apps/dashboard/components/ui/Animated.tsx
TargetCursor.css software healthy apps/dashboard/components/ui/TargetCursor.css
ServiceIcon.tsx software healthy apps/dashboard/components/ui/ServiceIcon.tsx
Linkify.tsx software healthy apps/dashboard/components/ui/Linkify.tsx
globals.css software healthy apps/dashboard/app/globals.css
page.tsx software healthy apps/dashboard/app/page.tsx
layout.tsx software healthy apps/dashboard/app/layout.tsx
route.ts software healthy apps/dashboard/app/api/strategy/route.ts

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

LabelLayerStatusPath
apps software healthy apps
a2a-server software healthy apps/a2a-server
src software healthy apps/a2a-server/src
webhook software healthy apps/webhook
src software healthy apps/webhook/src
dashboard software healthy apps/dashboard
components software healthy apps/dashboard/components
ui software healthy apps/dashboard/components/ui
app software healthy apps/dashboard/app
api software healthy apps/dashboard/app/api
strategy software healthy apps/dashboard/app/api/strategy
upload software healthy apps/dashboard/app/api/upload
sync software healthy apps/dashboard/app/api/sync
auth software healthy apps/dashboard/app/api/auth
analytics software healthy apps/dashboard/app/api/analytics
mcp software healthy apps/dashboard/app/api/mcp
import software healthy apps/dashboard/app/api/import
runs software healthy apps/dashboard/app/api/runs
[id] software healthy apps/dashboard/app/api/runs/[id]
logs software healthy apps/dashboard/app/api/runs/[id]/logs
memory software healthy apps/dashboard/app/api/memory
issues software healthy apps/dashboard/app/api/memory/issues
[id] software healthy apps/dashboard/app/api/memory/issues/[id]
topics software healthy apps/dashboard/app/api/memory/topics
[slug] software healthy apps/dashboard/app/api/memory/topics/[slug]
logs software healthy apps/dashboard/app/api/memory/logs
search software healthy apps/dashboard/app/api/memory/search
secrets software healthy apps/dashboard/app/api/secrets
skills software healthy apps/dashboard/app/api/skills
[name] software healthy apps/dashboard/app/api/skills/[name]
run software healthy apps/dashboard/app/api/skills/[name]/run
outputs software healthy apps/dashboard/app/api/outputs
lib software healthy apps/dashboard/lib
security software healthy apps/dashboard/lib/security
mcp-server software healthy apps/mcp-server
src software healthy apps/mcp-server/src
docs software healthy docs
_layouts software healthy docs/_layouts
_posts software healthy docs/_posts
_data software healthy docs/_data
scripts software healthy scripts
skill-templates software healthy skill-templates
deploy-watcher software healthy skill-templates/deploy-watcher
community-manager software healthy skill-templates/community-manager
social-monitor software healthy skill-templates/social-monitor
code-reviewer software healthy skill-templates/code-reviewer
research-digest software healthy skill-templates/research-digest
crypto-tracker software healthy skill-templates/crypto-tracker
soul software healthy soul
workflow-templates software healthy workflow-templates

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

LabelLayerStatusPath
evictStaleTasks software healthy apps/a2a-server/src/index.ts:evictStaleTasks
loadSkills software healthy apps/a2a-server/src/index.ts:loadSkills
getSkillBySlug software healthy apps/a2a-server/src/index.ts:getSkillBySlug
parseSkillFromMessage software healthy apps/a2a-server/src/index.ts:parseSkillFromMessage
runSkillAsync software healthy apps/a2a-server/src/index.ts:runSkillAsync
code software healthy apps/a2a-server/src/index.ts:code
setTaskState software healthy apps/a2a-server/src/index.ts:setTaskState
completeTask software healthy apps/a2a-server/src/index.ts:completeTask
writeSSE software healthy apps/a2a-server/src/index.ts:writeSSE
broadcastSSE software healthy apps/a2a-server/src/index.ts:broadcastSSE
buildAgentCard software healthy apps/a2a-server/src/index.ts:buildAgentCard
asString software healthy apps/a2a-server/src/index.ts:asString
asNumber software healthy apps/a2a-server/src/index.ts:asNumber
isRecord software healthy apps/a2a-server/src/index.ts:isRecord
isA2AMessage software healthy apps/a2a-server/src/index.ts:isA2AMessage
handleTasksSend software healthy apps/a2a-server/src/index.ts:handleTasksSend
handleTasksGet software healthy apps/a2a-server/src/index.ts:handleTasksGet
handleTasksCancel software healthy apps/a2a-server/src/index.ts:handleTasksCancel
readBody software healthy apps/a2a-server/src/index.ts:readBody
json software healthy apps/a2a-server/src/index.ts:json
rpcError software healthy apps/a2a-server/src/index.ts:rpcError
handleRequest software healthy apps/a2a-server/src/index.ts:handleRequest
params software healthy apps/a2a-server/src/index.ts:params
proxy software healthy apps/dashboard/proxy.ts:proxy
SecretsPanel software healthy apps/dashboard/components/SecretsPanel.tsx:SecretsPanel
handleSave software healthy apps/dashboard/components/SecretsPanel.tsx:handleSave
Section software healthy apps/dashboard/components/HQOverview.tsx:Section
HQOverview software healthy apps/dashboard/components/HQOverview.tsx:HQOverview
onMove software healthy apps/dashboard/components/HQOverview.tsx:onMove
card software healthy apps/dashboard/components/HQOverview.tsx:card
Section software healthy apps/dashboard/components/SkillDetail.tsx:Section
KeyRow software healthy apps/dashboard/components/SkillDetail.tsx:KeyRow
McpRow software healthy apps/dashboard/components/SkillDetail.tsx:McpRow
SkillDetail software healthy apps/dashboard/components/SkillDetail.tsx:SkillDetail
isMcpInstalled software healthy apps/dashboard/components/SkillDetail.tsx:isMcpInstalled
nextN software healthy apps/dashboard/components/SkillDetail.tsx:nextN
ScheduleEditor software healthy apps/dashboard/components/ScheduleEditor.tsx:ScheduleEditor
toggleDay software healthy apps/dashboard/components/ScheduleEditor.tsx:toggleDay
refsOf software healthy apps/dashboard/components/McpPanel.tsx:refsOf
describe software healthy apps/dashboard/components/McpPanel.tsx:describe
transportOf software healthy apps/dashboard/components/McpPanel.tsx:transportOf
McpPanel software healthy apps/dashboard/components/McpPanel.tsx:McpPanel
isSecretSet software healthy apps/dashboard/components/McpPanel.tsx:isSecretSet
saveRowSecret software healthy apps/dashboard/components/McpPanel.tsx:saveRowSecret
v software healthy apps/dashboard/components/McpPanel.tsx:v
slugify software healthy apps/dashboard/components/McpPanel.tsx:slugify
tokenVar software healthy apps/dashboard/components/McpPanel.tsx:tokenVar
resetForm software healthy apps/dashboard/components/McpPanel.tsx:resetForm
addServer software healthy apps/dashboard/components/McpPanel.tsx:addServer
isMcpToken software healthy apps/dashboard/components/McpPanel.tsx:isMcpToken

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

LabelLayerStatusPath
GH_GLOBAL cicd healthy
VENICE_API_KEY cicd healthy
NOTIFY_EMAIL_TO cicd healthy
DEVTO_API_KEY cicd healthy
GITHUB_TOKEN cicd healthy
DISCORD_WEBHOOK_URL cicd healthy
XAI_API_KEY cicd healthy
SLACK_WEBHOOK_URL cicd healthy
TELEGRAM_CHAT_ID cicd healthy
OPENROUTER_API_KEY cicd healthy
VERCEL_TOKEN cicd healthy
SUPERNOTES_API_KEY cicd healthy
NEYNAR_API_KEY cicd healthy
ALCHEMY_API_KEY cicd healthy
SENDGRID_API_KEY cicd healthy
FLEET_ENDPOINT cicd healthy
BANKR_LLM_KEY cicd healthy
SLACK_BOT_TOKEN cicd healthy
BANKR_API_KEY cicd healthy
ANTHROPIC_API_KEY cicd healthy
DISCORD_BOT_TOKEN cicd healthy
NEYNAR_SIGNER_UUID cicd healthy
FLEET_TOKEN cicd healthy
USEPOD_TOKEN cicd healthy
SURPLUS_API_KEY cicd healthy
CLAUDE_CODE_OAUTH_TOKEN cicd healthy
TELEGRAM_BOT_TOKEN cicd healthy
DISCORD_CHANNEL_ID cicd healthy
REPLICATE_API_TOKEN cicd healthy
SLACK_CHANNEL_ID cicd healthy
COINGECKO_API_KEY cicd healthy

LabelLayerStatusPath
port:12 network healthy aeon.yml
port:08 network healthy aeon.yml
port:30 network healthy aeon.yml
port:10 network healthy aeon.yml
port:11 network healthy aeon.yml
port:45 network healthy aeon.yml
port:55 network healthy aeon.yml
port:09 network healthy aeon.yml
port:19 network healthy aeon.yml
port:20 network healthy aeon.yml
port:13 network healthy aeon.yml
port:21 network healthy aeon.yml
port:22 network healthy aeon.yml
port:15 network healthy aeon.yml
port:06 network healthy aeon.yml
port:07 network healthy aeon.yml

LabelLayerStatusPath
11.17.6.11 network healthy apps/dashboard/components/TopBar.tsx
3.5.99.11 network healthy apps/dashboard/components/TopBar.tsx
3.18.77.84 network healthy apps/dashboard/components/TopBar.tsx
5.92.43.37 network healthy apps/dashboard/components/TopBar.tsx
32.22.69.83 network healthy apps/dashboard/components/TopBar.tsx
063.374.313.686 network healthy apps/dashboard/components/LeftSidebar.tsx
645.87.074.04 network healthy apps/dashboard/components/LeftSidebar.tsx
147.083.22.127 network healthy apps/dashboard/components/LeftSidebar.tsx
324.196.72.257 network healthy apps/dashboard/components/LeftSidebar.tsx
007.378.138.75 network healthy apps/dashboard/components/LeftSidebar.tsx
424.35.534.954 network healthy apps/dashboard/components/LeftSidebar.tsx
356.133.751.072 network healthy apps/dashboard/components/LeftSidebar.tsx
127.0.0.1 network healthy apps/dashboard/lib/security/api-gate.ts
127.0.0.2 network healthy apps/dashboard/lib/security/api-gate.test.ts

LabelLayerStatusPath
/page.tsx frontend healthy apps/dashboard/app/page.tsx
/api/memory frontend healthy apps/dashboard/app/api/memory/route.ts
/api/memory/search?q= frontend healthy apps/dashboard/app/api/memory/route.ts
/api/memory/logs frontend healthy apps/dashboard/app/api/memory/route.ts
/api/memory/logs?date=YYYY-MM-DD frontend healthy apps/dashboard/app/api/memory/route.ts
/api/memory/topics frontend healthy apps/dashboard/app/api/memory/route.ts
/api/memory/topics/[slug] frontend healthy apps/dashboard/app/api/memory/route.ts
/api/memory/issues frontend healthy apps/dashboard/app/api/memory/route.ts
/api/memory/issues/[id] frontend healthy apps/dashboard/app/api/memory/route.ts

LabelLayerStatusPath
auth::README.md security healthy README.md
auth::skills/show-hn-draft/SKILL.md security healthy skills/show-hn-draft/SKILL.md
auth::skills/changelog/SKILL.md security healthy skills/changelog/SKILL.md
auth::apps/dashboard/lib/auth-provider.test.mjs security healthy apps/dashboard/lib/auth-provider.test.mjs
auth::apps/dashboard/app/api/auth/route.ts security healthy apps/dashboard/app/api/auth/route.ts
auth::apps/dashboard/app/api/secrets/route.ts security healthy apps/dashboard/app/api/secrets/route.ts
auth::skills/spawn-instance/SKILL.md security healthy skills/spawn-instance/SKILL.md
auth::apps/dashboard/components/AuthModal.tsx security healthy apps/dashboard/components/AuthModal.tsx
auth::apps/dashboard/lib/auth-provider.mjs security healthy apps/dashboard/lib/auth-provider.mjs

LabelLayerStatusPath
run cicd healthy .github/workflows/chain-runner.yml
run cicd healthy .github/workflows/aeon.yml
tick cicd healthy .github/workflows/messages.yml
run cicd healthy .github/workflows/messages.yml
sync cicd healthy .github/workflows/sync-upstream.yml
check cicd healthy .github/workflows/ci-capabilities-parity.yml

LabelLayerStatusPath
gha::chain-runner cicd healthy .github/workflows/chain-runner.yml
gha::aeon cicd healthy .github/workflows/aeon.yml
gha::messages cicd healthy .github/workflows/messages.yml
gha::sync-upstream cicd healthy .github/workflows/sync-upstream.yml
gha::ci-capabilities-parity cicd healthy .github/workflows/ci-capabilities-parity.yml

LabelLayerStatusPath
vps::aws hardware healthy skills/workflow-security-audit/SKILL.md
vps::gcp hardware healthy skills/mcp-pulse/SKILL.md
vps::azure hardware healthy skills/mcp-pulse/SKILL.md

LabelLayerStatusPath
TargetCursor frontend healthy apps/dashboard/components/ui/TargetCursor.tsx
Dashboard frontend healthy apps/dashboard/app/page.tsx
RootLayout frontend healthy apps/dashboard/app/layout.tsx

LabelLayerStatusPath
SanitizeEmptyText software healthy scripts/ccr-sanitize.js:SanitizeEmptyText
AeonPRReviewTool software healthy examples/a2a/crewai_task.py:58

LabelLayerStatusPath
postgres data healthy skill-packs.json
sqlite data healthy skills/mcp-pulse/SKILL.md

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

LabelLayerStatusPath
caddy network healthy apps/dashboard/lib/security/api-gate.ts

LabelLayerStatusPath
gpu (detected) hardware healthy skills.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/f082fb58-cc58-47f6-95b6-dc484409a2ca/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/f082fb58-cc58-47f6-95b6-dc484409a2ca/

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.