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.

byviz/flexiclaw-platform

https://github.com/byviz/flexiclaw-platform · scanned 2026-06-17 01:45 UTC (1 month, 1 week ago)

20 raw signals (0 security + 20 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 1 month, 1 week ago · v2 · last Δ +20.9 (diff) · 16 actionable findings from 1 signal source. 4 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 812 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
deleted_snapshots software healthy packages/core/flexiclaw_core/retention.py:44
_as_utc software healthy packages/core/flexiclaw_core/retention.py:48
_delete_snapshots software healthy packages/core/flexiclaw_core/retention.py:54
prune_cluster_snapshots software healthy packages/core/flexiclaw_core/retention.py:62
prune_worker_cycles software healthy packages/core/flexiclaw_core/retention.py:148
measure_history_storage software healthy packages/core/flexiclaw_core/retention.py:176
_as_dict software healthy packages/core/flexiclaw_core/collection.py:37
_as_list software healthy packages/core/flexiclaw_core/collection.py:41
_to_int software healthy packages/core/flexiclaw_core/collection.py:45
_result_data software healthy packages/core/flexiclaw_core/collection.py:54
_seconds_between software healthy packages/core/flexiclaw_core/collection.py:59
_safe_pct software healthy packages/core/flexiclaw_core/collection.py:67
_stable_ingestion_estimates software healthy packages/core/flexiclaw_core/collection.py:73
_tier_from_roles software healthy packages/core/flexiclaw_core/collection.py:106
_credential_auth software healthy packages/core/flexiclaw_core/collection.py:117
collect_cluster_snapshot software healthy packages/core/flexiclaw_core/collection.py:137
_data_stream_index_map software healthy packages/core/flexiclaw_core/collection.py:321
_flat_setting software healthy packages/core/flexiclaw_core/collection.py:349
_tier_preference software healthy packages/core/flexiclaw_core/collection.py:366
_index_lifecycle_by_name software healthy packages/core/flexiclaw_core/collection.py:378
_allocated_tier software healthy packages/core/flexiclaw_core/collection.py:419
_index_allocation_summary software healthy packages/core/flexiclaw_core/collection.py:432
_persist_node_metrics software healthy packages/core/flexiclaw_core/collection.py:482
_persist_shards_and_tiers software healthy packages/core/flexiclaw_core/collection.py:540
_search_counters_by_tier software healthy packages/core/flexiclaw_core/collection.py:647
_persist_pipelines_and_policies software healthy packages/core/flexiclaw_core/collection.py:665
_build_cluster_signals software healthy packages/core/flexiclaw_core/collection.py:726
_count software healthy packages/core/flexiclaw_core/collection.py:754
parse_tier_costs software healthy packages/core/flexiclaw_core/intelligence.py:10
_stream_monthly_cost software healthy packages/core/flexiclaw_core/intelligence.py:36
producer_key software healthy packages/core/flexiclaw_core/intelligence.py:50
value_score software healthy packages/core/flexiclaw_core/intelligence.py:64
retention_recommendation software healthy packages/core/flexiclaw_core/intelligence.py:88
build_intelligence software healthy packages/core/flexiclaw_core/intelligence.py:114
default_dashboard_definition software healthy packages/core/flexiclaw_core/dashboards.py:77
dashboard_to_json software healthy packages/core/flexiclaw_core/dashboards.py:146
load_dashboard_definition software healthy packages/core/flexiclaw_core/dashboards.py:150
validate_dashboard_definition software healthy packages/core/flexiclaw_core/dashboards.py:154
latest_snapshot software healthy packages/core/flexiclaw_core/dashboards.py:189
build_dashboard_data software healthy packages/core/flexiclaw_core/dashboards.py:198
to_dict software healthy packages/core/flexiclaw_core/app_settings.py:24
_clamp software healthy packages/core/flexiclaw_core/app_settings.py:31
normalize_collection_settings software healthy packages/core/flexiclaw_core/app_settings.py:35
load_collection_settings software healthy packages/core/flexiclaw_core/app_settings.py:49
_int software healthy packages/core/flexiclaw_core/app_settings.py:65
save_collection_settings software healthy packages/core/flexiclaw_core/app_settings.py:77
_iso software healthy packages/core/flexiclaw_core/evidence.py:31
_json_default software healthy packages/core/flexiclaw_core/evidence.py:39
_json_bytes software healthy packages/core/flexiclaw_core/evidence.py:45
_safe_cluster software healthy packages/core/flexiclaw_core/evidence.py:51

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

LabelLayerStatusPath
.env.example software healthy .env.example
README.md software healthy README.md
SECURITY.md software healthy SECURITY.md
LICENSE software healthy LICENSE
docker-compose.yml software healthy docker-compose.yml
package.json software healthy package.json
pyproject.toml software healthy packages/core/pyproject.toml
retention.py software healthy packages/core/flexiclaw_core/retention.py
collection.py software healthy packages/core/flexiclaw_core/collection.py
intelligence.py software healthy packages/core/flexiclaw_core/intelligence.py
dashboards.py software healthy packages/core/flexiclaw_core/dashboards.py
__init__.py software healthy packages/core/flexiclaw_core/__init__.py
app_settings.py software healthy packages/core/flexiclaw_core/app_settings.py
evidence.py software healthy packages/core/flexiclaw_core/evidence.py
runtime.py software healthy packages/core/flexiclaw_core/runtime.py
topology.py software healthy packages/core/flexiclaw_core/topology.py
changes.py software healthy packages/core/flexiclaw_core/changes.py
report.py software healthy packages/core/flexiclaw_core/report.py
timeseries.py software healthy packages/core/flexiclaw_core/timeseries.py
credentials.py software healthy packages/core/flexiclaw_core/credentials.py
__init__.py software healthy packages/core/flexiclaw_core/db/__init__.py
models.py software healthy packages/core/flexiclaw_core/db/models.py
engine.py software healthy packages/core/flexiclaw_core/db/engine.py
base.py software healthy packages/core/flexiclaw_core/db/base.py
__init__.py software healthy packages/core/flexiclaw_core/elastic/__init__.py
client.py software healthy packages/core/flexiclaw_core/elastic/client.py
collectors.py software healthy packages/core/flexiclaw_core/elastic/collectors.py
pyproject.toml software healthy apps/worker/pyproject.toml
__init__.py software healthy apps/worker/flexiclaw_worker/__init__.py
main.py software healthy apps/worker/flexiclaw_worker/main.py
test_worker_cycle.py software healthy apps/worker/tests/test_worker_cycle.py
test_settings_store.py software healthy apps/worker/tests/test_settings_store.py
test_retention.py software healthy apps/worker/tests/test_retention.py
pyproject.toml software healthy apps/api/pyproject.toml
test_collection.py software healthy apps/api/tests/test_collection.py
conftest.py software healthy apps/api/tests/conftest.py
test_credentials.py software healthy apps/api/tests/test_credentials.py
test_intelligence_rules.py software healthy apps/api/tests/test_intelligence_rules.py
test_costs_and_report.py software healthy apps/api/tests/test_costs_and_report.py
test_clusters.py software healthy apps/api/tests/test_clusters.py
test_dashboards.py software healthy apps/api/tests/test_dashboards.py
test_evidence_packs.py software healthy apps/api/tests/test_evidence_packs.py
test_health.py software healthy apps/api/tests/test_health.py
test_changes.py software healthy apps/api/tests/test_changes.py
test_settings.py software healthy apps/api/tests/test_settings.py
test_worker_status.py software healthy apps/api/tests/test_worker_status.py
__init__.py software healthy apps/api/flexiclaw_api/__init__.py
config.py software healthy apps/api/flexiclaw_api/config.py
models.py software healthy apps/api/flexiclaw_api/models.py
main.py software healthy apps/api/flexiclaw_api/main.py

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

LabelLayerStatusPath
RetentionResult software healthy packages/core/flexiclaw_core/retention.py:38
DashboardWidgetDefinition software healthy packages/core/flexiclaw_core/dashboards.py:32
DashboardDefinition software healthy packages/core/flexiclaw_core/dashboards.py:41
CollectionSettings software healthy packages/core/flexiclaw_core/app_settings.py:19
RuntimeInfo software healthy packages/core/flexiclaw_core/runtime.py:5
TopologyNode software healthy packages/core/flexiclaw_core/topology.py:24
TopologyEdge software healthy packages/core/flexiclaw_core/topology.py:32
CredentialError software healthy packages/core/flexiclaw_core/credentials.py:9
Cluster software healthy packages/core/flexiclaw_core/db/models.py:34
ClusterCredential software healthy packages/core/flexiclaw_core/db/models.py:77
ClusterSnapshot software healthy packages/core/flexiclaw_core/db/models.py:104
DataStreamMetric software healthy packages/core/flexiclaw_core/db/models.py:128
DataStreamBackingIndex software healthy packages/core/flexiclaw_core/db/models.py:154
NodeMetric software healthy packages/core/flexiclaw_core/db/models.py:184
TierMetric software healthy packages/core/flexiclaw_core/db/models.py:206
ShardAllocation software healthy packages/core/flexiclaw_core/db/models.py:230
EvidencePack software healthy packages/core/flexiclaw_core/db/models.py:250
Dashboard software healthy packages/core/flexiclaw_core/db/models.py:288
IngestPipeline software healthy packages/core/flexiclaw_core/db/models.py:312
IlmPolicy software healthy packages/core/flexiclaw_core/db/models.py:328
WorkerCycle software healthy packages/core/flexiclaw_core/db/models.py:342
AppSetting software healthy packages/core/flexiclaw_core/db/models.py:369
Base software healthy packages/core/flexiclaw_core/db/base.py:4
ElasticAuth software healthy packages/core/flexiclaw_core/elastic/client.py:12
ElasticClusterConfig software healthy packages/core/flexiclaw_core/elastic/client.py:20
ElasticConnectionResult software healthy packages/core/flexiclaw_core/elastic/client.py:28
CollectorResult software healthy packages/core/flexiclaw_core/elastic/collectors.py:9
ElasticSnapshotPayload software healthy packages/core/flexiclaw_core/elastic/collectors.py:18
Settings software healthy apps/api/flexiclaw_api/config.py:7
HealthResponse software healthy apps/api/flexiclaw_api/main.py:19
ClusterCreateRequest software healthy apps/api/flexiclaw_api/schemas.py:23
ClusterUpdateRequest software healthy apps/api/flexiclaw_api/schemas.py:63
TierCostsRequest software healthy apps/api/flexiclaw_api/schemas.py:100
ClusterResponse software healthy apps/api/flexiclaw_api/schemas.py:117
ConnectionTestResponse software healthy apps/api/flexiclaw_api/schemas.py:137
SnapshotResponse software healthy apps/api/flexiclaw_api/schemas.py:149
CollectNowResponse software healthy apps/api/flexiclaw_api/schemas.py:162
DataStreamMetricResponse software healthy apps/api/flexiclaw_api/schemas.py:167
NodeMetricResponse software healthy apps/api/flexiclaw_api/schemas.py:190
TierMetricResponse software healthy apps/api/flexiclaw_api/schemas.py:202
OverviewMetrics software healthy apps/api/flexiclaw_api/schemas.py:217
OverviewResponse software healthy apps/api/flexiclaw_api/schemas.py:230
TopologyResponse software healthy apps/api/flexiclaw_api/schemas.py:240
IntelligenceResponse software healthy apps/api/flexiclaw_api/schemas.py:249
ClusterTimeseriesPoint software healthy apps/api/flexiclaw_api/schemas.py:256
TierTimeseriesPoint software healthy apps/api/flexiclaw_api/schemas.py:267
TierTimeseries software healthy apps/api/flexiclaw_api/schemas.py:274
ClusterTimeseriesResponse software healthy apps/api/flexiclaw_api/schemas.py:279
DataStreamTimeseriesPoint software healthy apps/api/flexiclaw_api/schemas.py:288
DataStreamTimeseriesResponse software healthy apps/api/flexiclaw_api/schemas.py:300

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

LabelLayerStatusPath
GET /health api healthy apps/api/flexiclaw_api/main.py
GET /collection api healthy apps/api/flexiclaw_api/routers/settings.py
PUT /collection api healthy apps/api/flexiclaw_api/routers/settings.py
POST / api healthy apps/api/flexiclaw_api/routers/dashboards.py
POST /default api healthy apps/api/flexiclaw_api/routers/dashboards.py
GET / api healthy apps/api/flexiclaw_api/routers/dashboards.py
GET /{dashboard_id} api healthy apps/api/flexiclaw_api/routers/dashboards.py
PUT /{dashboard_id} api healthy apps/api/flexiclaw_api/routers/dashboards.py
DELETE /{dashboard_id} api healthy apps/api/flexiclaw_api/routers/dashboards.py
GET /{dashboard_id}/data api healthy apps/api/flexiclaw_api/routers/dashboards.py
POST /clusters/{cluster_id}/evidence-packs api healthy apps/api/flexiclaw_api/routers/evidence_packs.py
GET /evidence-packs api healthy apps/api/flexiclaw_api/routers/evidence_packs.py
GET /evidence-packs/{case_id} api healthy apps/api/flexiclaw_api/routers/evidence_packs.py
GET /evidence-packs/{case_id}/report api healthy apps/api/flexiclaw_api/routers/evidence_packs.py
GET /evidence-packs/{case_id}/download api healthy apps/api/flexiclaw_api/routers/evidence_packs.py
GET /{cluster_id} api healthy apps/api/flexiclaw_api/routers/clusters.py
PATCH /{cluster_id} api healthy apps/api/flexiclaw_api/routers/clusters.py
DELETE /{cluster_id} api healthy apps/api/flexiclaw_api/routers/clusters.py
POST /{cluster_id}/test api healthy apps/api/flexiclaw_api/routers/clusters.py
PUT /{cluster_id}/tier-costs api healthy apps/api/flexiclaw_api/routers/clusters.py
POST /{cluster_id}/collect-now api healthy apps/api/flexiclaw_api/routers/clusters.py
GET /{cluster_id}/overview api healthy apps/api/flexiclaw_api/routers/clusters.py
GET /{cluster_id}/data-streams api healthy apps/api/flexiclaw_api/routers/clusters.py
GET /{cluster_id}/nodes api healthy apps/api/flexiclaw_api/routers/clusters.py
GET /{cluster_id}/tiers api healthy apps/api/flexiclaw_api/routers/clusters.py
GET /{cluster_id}/changes api healthy apps/api/flexiclaw_api/routers/clusters.py
GET /{cluster_id}/timeseries api healthy apps/api/flexiclaw_api/routers/clusters.py
GET /{cluster_id}/data-streams/{data_stream_name} api healthy apps/api/flexiclaw_api/routers/clusters.py
GET /{cluster_id}/data-streams/{data_stream_name}/timeseries api healthy apps/api/flexiclaw_api/routers/clusters.py
GET /{cluster_id}/intelligence api healthy apps/api/flexiclaw_api/routers/clusters.py
GET /{cluster_id}/topology api healthy apps/api/flexiclaw_api/routers/clusters.py
GET /status api healthy apps/api/flexiclaw_api/routers/worker.py

LabelLayerStatusPath
packages software healthy packages
core software healthy packages/core
flexiclaw_core software healthy packages/core/flexiclaw_core
db software healthy packages/core/flexiclaw_core/db
elastic software healthy packages/core/flexiclaw_core/elastic
apps software healthy apps
worker software healthy apps/worker
flexiclaw_worker software healthy apps/worker/flexiclaw_worker
tests software healthy apps/worker/tests
api software healthy apps/api
tests software healthy apps/api/tests
flexiclaw_api software healthy apps/api/flexiclaw_api
routers software healthy apps/api/flexiclaw_api/routers
migrations software healthy apps/api/flexiclaw_api/migrations
versions software healthy apps/api/flexiclaw_api/migrations/versions
web software healthy apps/web
src software healthy apps/web/src
app software healthy apps/web/src/app
data-streams software healthy apps/web/src/app/data-streams
[name] software healthy apps/web/src/app/data-streams/[name]
tiers software healthy apps/web/src/app/tiers
topology software healthy apps/web/src/app/topology
evidence-packs software healthy apps/web/src/app/evidence-packs
nodes software healthy apps/web/src/app/nodes
dashboards software healthy apps/web/src/app/dashboards
settings software healthy apps/web/src/app/settings
clusters software healthy apps/web/src/app/settings/clusters
overview software healthy apps/web/src/app/overview
components software healthy apps/web/src/components
lib software healthy apps/web/src/lib

LabelLayerStatusPath
Cluster data healthy packages/core/flexiclaw_core/db/models.py
ClusterCredential data healthy packages/core/flexiclaw_core/db/models.py
ClusterSnapshot data healthy packages/core/flexiclaw_core/db/models.py
DataStreamMetric data healthy packages/core/flexiclaw_core/db/models.py
DataStreamBackingIndex data healthy packages/core/flexiclaw_core/db/models.py
NodeMetric data healthy packages/core/flexiclaw_core/db/models.py
TierMetric data healthy packages/core/flexiclaw_core/db/models.py
ShardAllocation data healthy packages/core/flexiclaw_core/db/models.py
EvidencePack data healthy packages/core/flexiclaw_core/db/models.py
Dashboard data healthy packages/core/flexiclaw_core/db/models.py
IngestPipeline data healthy packages/core/flexiclaw_core/db/models.py
IlmPolicy data healthy packages/core/flexiclaw_core/db/models.py
WorkerCycle data healthy packages/core/flexiclaw_core/db/models.py
AppSetting data healthy packages/core/flexiclaw_core/db/models.py
clusters data healthy packages/core/flexiclaw_core/db/models.py
cluster_credentials data healthy packages/core/flexiclaw_core/db/models.py
cluster_snapshots data healthy packages/core/flexiclaw_core/db/models.py
data_stream_metrics data healthy packages/core/flexiclaw_core/db/models.py
data_stream_backing_indices data healthy packages/core/flexiclaw_core/db/models.py
node_metrics data healthy packages/core/flexiclaw_core/db/models.py
tier_metrics data healthy packages/core/flexiclaw_core/db/models.py
shard_allocations data healthy packages/core/flexiclaw_core/db/models.py
evidence_packs data healthy packages/core/flexiclaw_core/db/models.py
dashboards data healthy packages/core/flexiclaw_core/db/models.py
ingest_pipelines data healthy packages/core/flexiclaw_core/db/models.py
ilm_policies data healthy packages/core/flexiclaw_core/db/models.py
worker_cycles data healthy packages/core/flexiclaw_core/db/models.py
app_settings data healthy packages/core/flexiclaw_core/db/models.py
Base data healthy packages/core/flexiclaw_core/db/base.py

LabelLayerStatusPath
/page.tsx frontend healthy apps/web/src/app/page.tsx
/data-streams frontend healthy apps/web/src/app/data-streams/page.tsx
/data-streams/[name] frontend healthy apps/web/src/app/data-streams/[name]/page.tsx
/tiers frontend healthy apps/web/src/app/tiers/page.tsx
/topology frontend healthy apps/web/src/app/topology/page.tsx
/evidence-packs frontend healthy apps/web/src/app/evidence-packs/page.tsx
/nodes frontend healthy apps/web/src/app/nodes/page.tsx
/dashboards frontend healthy apps/web/src/app/dashboards/page.tsx
/settings/clusters frontend healthy apps/web/src/app/settings/clusters/page.tsx
/overview frontend healthy apps/web/src/app/overview/page.tsx

LabelLayerStatusPath
RootLayout frontend healthy apps/web/src/app/layout.tsx
Home frontend healthy apps/web/src/app/page.tsx
DataStreamsPage frontend healthy apps/web/src/app/data-streams/page.tsx
TiersPage frontend healthy apps/web/src/app/tiers/page.tsx
TopologyPage frontend healthy apps/web/src/app/topology/page.tsx
EvidencePacksPage frontend healthy apps/web/src/app/evidence-packs/page.tsx
NodesPage frontend healthy apps/web/src/app/nodes/page.tsx
DashboardsPage frontend healthy apps/web/src/app/dashboards/page.tsx
ClusterSettingsPage frontend healthy apps/web/src/app/settings/clusters/page.tsx
OverviewPage frontend healthy apps/web/src/app/overview/page.tsx

LabelLayerStatusPath
postgresql data healthy .env.example
postgres data healthy .env.example
redis data healthy .env.example
elasticsearch data healthy README.md
sqlite data healthy README.md

LabelLayerStatusPath
web hardware healthy docker-compose.yml
api hardware healthy docker-compose.yml
worker hardware healthy docker-compose.yml
postgres hardware healthy docker-compose.yml
redis hardware healthy docker-compose.yml

LabelLayerStatusPath
env.py data healthy apps/api/flexiclaw_api/migrations/env.py
6b5d4021a21b_app_settings.py data healthy apps/api/flexiclaw_api/migrations/versions/6b5d4021a21b_app…
032b3494ba5e_initial_schema.py data healthy apps/api/flexiclaw_api/migrations/versions/032b3494ba5e_ini…
ef30673ebebb_task_010_014_history_retention_costs_.py data healthy apps/api/flexiclaw_api/migrations/versions/ef30673ebebb_tas…

LabelLayerStatusPath
port:3000 network healthy docker-compose.yml
port:8000 network healthy docker-compose.yml
port:5432 network healthy docker-compose.yml
port:6379 network healthy docker-compose.yml

LabelLayerStatusPath
byviz__flexiclaw-platform software healthy /data/fable5_failed_archive/byviz__flexiclaw-platform

LabelLayerStatusPath
127.0.0.1 network healthy README.md
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/f9fd8992-15d2-465d-8d88-836658486027/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/f9fd8992-15d2-465d-8d88-836658486027/

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.