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.

sergiunicoara/Agentic-AI

https://github.com/sergiunicoara/Agentic-AI · scanned 2026-06-16 00:08 UTC (2 months, 2 weeks ago)

186 raw signals (0 security + 186 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 2 weeks ago · v1 · 162 actionable findings from 1 signal source. 24 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 2185 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
cli software healthy AIEngineering workflow toolkit/main.py:29
review software healthy AIEngineering workflow toolkit/main.py:59
_run software healthy AIEngineering workflow toolkit/main.py:73
_resolve_diff software healthy AIEngineering workflow toolkit/main.py:87
_print_disposition software healthy AIEngineering workflow toolkit/main.py:128
eval software healthy AIEngineering workflow toolkit/main.py:180
serve software healthy AIEngineering workflow toolkit/main.py:195
queue software healthy AIEngineering workflow toolkit/main.py:212
_process_all software healthy AIEngineering workflow toolkit/main.py:235
ui software healthy AIEngineering workflow toolkit/main.py:259
_connect software healthy AIEngineering workflow toolkit/api/database.py:12
_migrate software healthy AIEngineering workflow toolkit/api/database.py:18
init_db software healthy AIEngineering workflow toolkit/api/database.py:32
create_review software healthy AIEngineering workflow toolkit/api/database.py:51
complete_review software healthy AIEngineering workflow toolkit/api/database.py:67
fail_review software healthy AIEngineering workflow toolkit/api/database.py:76
list_reviews software healthy AIEngineering workflow toolkit/api/database.py:85
get_review software healthy AIEngineering workflow toolkit/api/database.py:110
review_stats software healthy AIEngineering workflow toolkit/api/database.py:121
_startup software healthy AIEngineering workflow toolkit/api/app.py:56
submit_review software healthy AIEngineering workflow toolkit/api/app.py:69
get_reviews software healthy AIEngineering workflow toolkit/api/app.py:94
get_review_detail software healthy AIEngineering workflow toolkit/api/app.py:99
get_stats software healthy AIEngineering workflow toolkit/api/app.py:107
get_eval_latest software healthy AIEngineering workflow toolkit/api/app.py:112
get_eval_history software healthy AIEngineering workflow toolkit/api/app.py:118
_load_eval_log software healthy AIEngineering workflow toolkit/api/app.py:124
ws_progress software healthy AIEngineering workflow toolkit/api/app.py:145
_broadcast software healthy AIEngineering workflow toolkit/api/app.py:179
_run_pipeline software healthy AIEngineering workflow toolkit/api/app.py:194
on_progress software healthy AIEngineering workflow toolkit/api/app.py:198
_spa_response software healthy AIEngineering workflow toolkit/api/app.py:245
serve_root software healthy AIEngineering workflow toolkit/api/app.py:265
serve_spa software healthy AIEngineering workflow toolkit/api/app.py:270
App software healthy AIEngineering workflow toolkit/ui/src/App.tsx:App
submitReview software healthy AIEngineering workflow toolkit/ui/src/api/client.ts:submitR…
fetchReviews software healthy AIEngineering workflow toolkit/ui/src/api/client.ts:fetchRe…
fetchReview software healthy AIEngineering workflow toolkit/ui/src/api/client.ts:fetchRe…
fetchStats software healthy AIEngineering workflow toolkit/ui/src/api/client.ts:fetchSt…
fetchEvalLatest software healthy AIEngineering workflow toolkit/ui/src/api/client.ts:fetchEv…
fetchEvalHistory software healthy AIEngineering workflow toolkit/ui/src/api/client.ts:fetchEv…
connectWS software healthy AIEngineering workflow toolkit/ui/src/api/client.ts:connect…
StatusIcon software healthy AIEngineering workflow toolkit/ui/src/components/PipelineVi…
statusRing software healthy AIEngineering workflow toolkit/ui/src/components/PipelineVi…
ToolBadge software healthy AIEngineering workflow toolkit/ui/src/components/PipelineVi…
SubagentBadge software healthy AIEngineering workflow toolkit/ui/src/components/PipelineVi…
PipelineViz software healthy AIEngineering workflow toolkit/ui/src/components/PipelineVi…
Sidebar software healthy AIEngineering workflow toolkit/ui/src/components/Sidebar.ts…
FindingCard software healthy AIEngineering workflow toolkit/ui/src/components/FindingCar…
VerdictBadge software healthy AIEngineering workflow toolkit/ui/src/pages/Dashboard.tsx:V…

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

LabelLayerStatusPath
AutoGen.md software healthy AutoGen.md
CrewAI.md software healthy CrewAI.md
LangGraph.md software healthy LangGraph.md
README.md software healthy AIEngineering workflow toolkit/README.md
Dockerfile software healthy AIEngineering workflow toolkit/Dockerfile
RECORDING_SCRIPT.md software healthy AIEngineering workflow toolkit/RECORDING_SCRIPT.md
pyproject.toml software healthy AIEngineering workflow toolkit/pyproject.toml
main.py software healthy AIEngineering workflow toolkit/main.py
AGENTS.md software healthy AIEngineering workflow toolkit/AGENTS.md
docker-compose.yml software healthy AIEngineering workflow toolkit/docker-compose.yml
database.py software healthy AIEngineering workflow toolkit/api/database.py
__init__.py software healthy AIEngineering workflow toolkit/api/__init__.py
app.py software healthy AIEngineering workflow toolkit/api/app.py
vite.config.ts software healthy AIEngineering workflow toolkit/ui/vite.config.ts
tailwind.config.js software healthy AIEngineering workflow toolkit/ui/tailwind.config.js
package.json software healthy AIEngineering workflow toolkit/ui/package.json
tsconfig.node.json software healthy AIEngineering workflow toolkit/ui/tsconfig.node.json
index.html software healthy AIEngineering workflow toolkit/ui/index.html
package-lock.json software healthy AIEngineering workflow toolkit/ui/package-lock.json
tsconfig.json software healthy AIEngineering workflow toolkit/ui/tsconfig.json
postcss.config.js software healthy AIEngineering workflow toolkit/ui/postcss.config.js
index.css software healthy AIEngineering workflow toolkit/ui/src/index.css
main.tsx software healthy AIEngineering workflow toolkit/ui/src/main.tsx
App.tsx software healthy AIEngineering workflow toolkit/ui/src/App.tsx
types.ts software healthy AIEngineering workflow toolkit/ui/src/types.ts
client.ts software healthy AIEngineering workflow toolkit/ui/src/api/client.ts
PipelineViz.tsx software healthy AIEngineering workflow toolkit/ui/src/components/PipelineVi…
Sidebar.tsx software healthy AIEngineering workflow toolkit/ui/src/components/Sidebar.tsx
FindingCard.tsx software healthy AIEngineering workflow toolkit/ui/src/components/FindingCar…
Dashboard.tsx software healthy AIEngineering workflow toolkit/ui/src/pages/Dashboard.tsx
ReviewDetail.tsx software healthy AIEngineering workflow toolkit/ui/src/pages/ReviewDetail.tsx
NewReview.tsx software healthy AIEngineering workflow toolkit/ui/src/pages/NewReview.tsx
__init__.py software healthy AIEngineering workflow toolkit/orchestrator/__init__.py
agent.py software healthy AIEngineering workflow toolkit/orchestrator/agent.py
__init__.py software healthy AIEngineering workflow toolkit/observability/__init__.py
tracer.py software healthy AIEngineering workflow toolkit/observability/tracer.py
lessons.md software healthy AIEngineering workflow toolkit/tasks/lessons.md
__init__.py software healthy AIEngineering workflow toolkit/review_agent/__init__.py
agent.py software healthy AIEngineering workflow toolkit/review_agent/agent.py
judge.py software healthy AIEngineering workflow toolkit/eval/judge.py
__init__.py software healthy AIEngineering workflow toolkit/eval/__init__.py
golden_dataset.json software healthy AIEngineering workflow toolkit/eval/golden_dataset.json
harness.py software healthy AIEngineering workflow toolkit/eval/harness.py
__init__.py software healthy AIEngineering workflow toolkit/subagents/__init__.py
style_agent.py software healthy AIEngineering workflow toolkit/subagents/style_agent.py
security_agent.py software healthy AIEngineering workflow toolkit/subagents/security_agent.py
base.py software healthy AIEngineering workflow toolkit/subagents/base.py
architecture_agent.py software healthy AIEngineering workflow toolkit/subagents/architecture_agent…
settings.json software healthy AIEngineering workflow toolkit/.claude/settings.json
settings.local.json software healthy AIEngineering workflow toolkit/.claude/settings.local.json

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

LabelLayerStatusPath
ReviewRequest software healthy AIEngineering workflow toolkit/api/app.py:62
OrchestratorAgent software healthy AIEngineering workflow toolkit/orchestrator/agent.py:25
ReviewAgent software healthy AIEngineering workflow toolkit/review_agent/agent.py:105
StyleAgent software healthy AIEngineering workflow toolkit/subagents/style_agent.py:27
SecurityAgent software healthy AIEngineering workflow toolkit/subagents/security_agent.py:9
BaseSubagent software healthy AIEngineering workflow toolkit/subagents/base.py:63
ArchitectureAgent software healthy AIEngineering workflow toolkit/subagents/architecture_agent…
Base software healthy agent-observability/backend/app/db.py:10
Settings software healthy agent-observability/backend/app/config.py:4
AgentEventServicer software healthy agent-observability/backend/app/grpc_server.py:21
EvalRun software healthy agent-observability/backend/app/models/eval_.py:10
EvalResult software healthy agent-observability/backend/app/models/eval_.py:26
User software healthy agent-observability/backend/app/models/user.py:10
AuditLog software healthy agent-observability/backend/app/models/user.py:26
AgentTrace software healthy agent-observability/backend/app/models/trace.py:10
Span software healthy agent-observability/backend/app/models/trace.py:27
AuditLogMiddleware software healthy agent-observability/backend/app/middleware/audit_log.py:15
EventBus software healthy agent-observability/backend/app/services/event_bus.py:9
AuthorizeResponse software healthy agent-observability/backend/app/routers/auth.py:65
CallbackRequest software healthy agent-observability/backend/app/routers/auth.py:91
SessionTokenResponse software healthy agent-observability/backend/app/routers/auth.py:97
EvalRunCreate software healthy agent-observability/backend/app/routers/evals.py:16
EvalResultCreate software healthy agent-observability/backend/app/routers/evals.py:22
EvalRunOut software healthy agent-observability/backend/app/routers/evals.py:28
Config software healthy agent-observability/backend/app/routers/evals.py:36
SpanOut software healthy agent-observability/backend/app/routers/traces.py:15
Config software healthy agent-observability/backend/app/routers/traces.py:40
TraceOut software healthy agent-observability/backend/app/routers/traces.py:33
TraceDetailOut software healthy agent-observability/backend/app/routers/traces.py:44
UserCreate software healthy agent-observability/backend/app/routers/admin.py:21
UserUpdate software healthy agent-observability/backend/app/routers/admin.py:33
UserOut software healthy agent-observability/backend/app/routers/admin.py:40
Config software healthy agent-observability/backend/app/routers/admin.py:61
AuditLogOut software healthy agent-observability/backend/app/routers/admin.py:52
AgentTrace software healthy agent-observability/sdk/agent_observability/tracer.py:13
AgentTracer software healthy agent-observability/sdk/agent_observability/tracer.py:73
GrpcEmitter software healthy agent-observability/sdk/agent_observability/emitter.py:24
AsyncGrpcEmitter software healthy agent-observability/sdk/agent_observability/emitter.py:50
OtelBridge software healthy agent-observability/sdk/agent_observability/otel_bridge.py:…
AsyncSpan software healthy agent-observability/sdk/agent_observability/span.py:11
ChromaEngine software healthy vector-arena/arena/engines/chroma_engine.py:5
Neo4jEngine software healthy vector-arena/arena/engines/neo4j_engine.py:5
RedisEngine software healthy vector-arena/arena/engines/redis_engine.py:10
WeaviateEngine software healthy vector-arena/arena/engines/weaviate_engine.py:7
QdrantEngine software healthy vector-arena/arena/engines/qdrant_engine.py:6
VertexAIVectorSearchEngine software healthy vector-arena/arena/engines/vertex_ai_vector_search_engine.p…
AzureAISearchEngine software healthy vector-arena/arena/engines/azure_ai_search_engine.py:5
TypesenseEngine software healthy vector-arena/arena/engines/typesense_engine.py:11
OpenSearchEngine software healthy vector-arena/arena/engines/opensearch_engine.py:11
ElasticsearchEngine software healthy vector-arena/arena/engines/elasticsearch_engine.py:11

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

LabelLayerStatusPath
AIEngineering workflow toolkit software healthy AIEngineering workflow toolkit
api software healthy AIEngineering workflow toolkit/api
ui software healthy AIEngineering workflow toolkit/ui
src software healthy AIEngineering workflow toolkit/ui/src
api software healthy AIEngineering workflow toolkit/ui/src/api
components software healthy AIEngineering workflow toolkit/ui/src/components
pages software healthy AIEngineering workflow toolkit/ui/src/pages
orchestrator software healthy AIEngineering workflow toolkit/orchestrator
observability software healthy AIEngineering workflow toolkit/observability
tasks software healthy AIEngineering workflow toolkit/tasks
review_agent software healthy AIEngineering workflow toolkit/review_agent
eval software healthy AIEngineering workflow toolkit/eval
subagents software healthy AIEngineering workflow toolkit/subagents
.claude software healthy AIEngineering workflow toolkit/.claude
hooks software healthy AIEngineering workflow toolkit/.claude/hooks
mcp_server software healthy AIEngineering workflow toolkit/mcp_server
skills software healthy AIEngineering workflow toolkit/skills
v1 software healthy AIEngineering workflow toolkit/skills/v1
agent-observability software healthy agent-observability
frontend software healthy agent-observability/frontend
src software healthy agent-observability/frontend/src
api software healthy agent-observability/frontend/src/api
components software healthy agent-observability/frontend/src/components
TraceViewer software healthy agent-observability/frontend/src/components/TraceViewer
Layout software healthy agent-observability/frontend/src/components/Layout
pages software healthy agent-observability/frontend/src/pages
hooks software healthy agent-observability/frontend/src/hooks
store software healthy agent-observability/frontend/src/store
scripts software healthy agent-observability/scripts
tasks software healthy agent-observability/tasks
proto software healthy agent-observability/proto
v1 software healthy agent-observability/proto/v1
.claude software healthy agent-observability/.claude
otel software healthy agent-observability/otel
backend software healthy agent-observability/backend
app software healthy agent-observability/backend/app
models software healthy agent-observability/backend/app/models
middleware software healthy agent-observability/backend/app/middleware
generated software healthy agent-observability/backend/app/generated
services software healthy agent-observability/backend/app/services
routers software healthy agent-observability/backend/app/routers
alembic software healthy agent-observability/backend/alembic
versions software healthy agent-observability/backend/alembic/versions
envoy software healthy agent-observability/envoy
sdk software healthy agent-observability/sdk
examples software healthy agent-observability/sdk/examples
agent_observability software healthy agent-observability/sdk/agent_observability
vector-arena software healthy vector-arena
arena software healthy vector-arena/arena
engines software healthy vector-arena/arena/engines

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

LabelLayerStatusPath
POST /api/reviews api healthy AIEngineering workflow toolkit/api/app.py
GET /api/reviews api healthy AIEngineering workflow toolkit/api/app.py
GET /api/reviews/{review_id} api healthy AIEngineering workflow toolkit/api/app.py
GET /api/stats api healthy AIEngineering workflow toolkit/api/app.py
GET /api/eval/latest api healthy AIEngineering workflow toolkit/api/app.py
GET /api/eval/history api healthy AIEngineering workflow toolkit/api/app.py
GET / api healthy AIEngineering workflow toolkit/api/app.py
GET /{full_path:path} api healthy AIEngineering workflow toolkit/api/app.py
GET /api/health api healthy agent-observability/backend/app/main.py
GET /authorize api healthy agent-observability/backend/app/routers/auth.py
POST /callback api healthy agent-observability/backend/app/routers/auth.py
POST /logout api healthy agent-observability/backend/app/routers/auth.py
POST / api healthy agent-observability/backend/app/routers/evals.py
POST /{run_id}/results api healthy agent-observability/backend/app/routers/evals.py
DELETE /{run_id} api healthy agent-observability/backend/app/routers/evals.py
GET /{trace_id} api healthy agent-observability/backend/app/routers/traces.py
GET /users api healthy agent-observability/backend/app/routers/admin.py
POST /users api healthy agent-observability/backend/app/routers/admin.py
PATCH /users/{user_id} api healthy agent-observability/backend/app/routers/admin.py
POST /users/{user_id}/revoke-sessions api healthy agent-observability/backend/app/routers/admin.py
GET /audit api healthy agent-observability/backend/app/routers/admin.py
POST /ask api healthy rag-app/main.py
POST /act api healthy rag-app/main.py
GET /metrics api healthy ai-native-data-platform/app/api/main.py
GET /health api healthy ai-native-data-platform/app/api/main.py
POST /ingest/transcript api healthy ai-native-data-platform/app/api/main.py
POST /ingest/image api healthy ai-native-data-platform/app/api/main.py
POST /query/natural-language api healthy ai-native-data-platform/app/api/main.py
POST /investigate api healthy Claude Code Architect Certification/api/app.py
GET /{path:path} api healthy recruiter-agent/app/server.py
POST /chat api healthy recruiter-agent/app/server.py
GET /mcp/tools api healthy recruiter-agent/app/server.py
POST /mcp/call api healthy recruiter-agent/app/server.py
POST /a2a/validate api healthy recruiter-agent/app/server.py
POST /webrtc/offer api healthy recruiter-agent/app/server.py
DELETE /webrtc/{pc_id} api healthy recruiter-agent/app/server.py
POST /outbound/campaign api healthy recruiter-agent/app/server.py
POST /outbound/campaign/{campaign_id}/start api healthy recruiter-agent/app/server.py
POST /outbound/campaign/{campaign_id}/pause api healthy recruiter-agent/app/server.py
GET /outbound/campaign/{campaign_id} api healthy recruiter-agent/app/server.py
POST /outbound/opt-out api healthy recruiter-agent/app/server.py
POST /outbound/callback api healthy recruiter-agent/app/server.py
POST /phone/twiml/outbound api healthy recruiter-agent/app/server.py
GET /outbound/status api healthy recruiter-agent/app/server.py
POST /phone/twiml api healthy recruiter-agent/app/server.py
GET /a2a/summary/{session_id} api healthy recruiter-agent/app/server.py
GET /session/{session_id}/summary api healthy recruiter-agent/app/server.py
POST /auth/logout api healthy agent-observability/frontend/src/api/restClient.ts
GET /admin/audit api healthy agent-observability/frontend/src/api/restClient.ts

LabelLayerStatusPath
image::AIEngineering workflow toolkit/Dockerfile hardware healthy AIEngineering workflow toolkit/Dockerfile
image::agent-observability/frontend/Dockerfile hardware healthy agent-observability/frontend/Dockerfile
image::agent-observability/backend/Dockerfile hardware healthy agent-observability/backend/Dockerfile
image::vector-arena/Dockerfile hardware healthy vector-arena/Dockerfile
image::rag-app/Dockerfile hardware healthy rag-app/Dockerfile
image::ai-native-data-platform/Dockerfile hardware healthy ai-native-data-platform/Dockerfile
image::recruiter-agent/Dockerfile hardware healthy recruiter-agent/Dockerfile
app hardware healthy AIEngineering workflow toolkit/docker-compose.yml
postgres hardware healthy agent-observability/docker-compose.yml
redis hardware healthy agent-observability/docker-compose.yml
otel-collector hardware healthy agent-observability/docker-compose.yml
backend hardware healthy agent-observability/docker-compose.yml
envoy hardware healthy agent-observability/docker-compose.yml
frontend hardware healthy agent-observability/docker-compose.yml
db hardware healthy ai-native-data-platform/docker-compose.yml
redis hardware healthy ai-native-data-platform/docker-compose.yml
opensearch hardware healthy ai-native-data-platform/docker-compose.yml
opensearch-dashboards hardware healthy ai-native-data-platform/docker-compose.yml
api hardware healthy ai-native-data-platform/docker-compose.yml
worker hardware healthy ai-native-data-platform/docker-compose.yml
prometheus hardware healthy ai-native-data-platform/docker-compose.yml
alertmanager hardware healthy ai-native-data-platform/docker-compose.yml
grafana hardware healthy ai-native-data-platform/docker-compose.yml
k8s::HorizontalPodAutoscaler::ai-native-data-platform/k8s/a… hardware healthy ai-native-data-platform/k8s/api-hpa.yaml
k8s::NetworkPolicy::ai-native-data-platform/k8s/networkpoli… hardware healthy ai-native-data-platform/k8s/networkpolicy.yaml
k8s::Secret::ai-native-data-platform/k8s/secrets.yaml hardware healthy ai-native-data-platform/k8s/secrets.yaml
k8s::PeerAuthentication::ai-native-data-platform/k8s/istio/… hardware healthy ai-native-data-platform/k8s/istio/peer-authentication.yaml
k8s::DestinationRule::ai-native-data-platform/k8s/istio/des… hardware healthy ai-native-data-platform/k8s/istio/destinationrule.yaml
k8s::VirtualService::ai-native-data-platform/k8s/istio/virt… hardware healthy ai-native-data-platform/k8s/istio/virtualservice.yaml

LabelLayerStatusPath
port:16686 network healthy AIEngineering workflow toolkit/README.md
port:4317 network healthy AIEngineering workflow toolkit/README.md
port:8000 network healthy AIEngineering workflow toolkit/Dockerfile
port:5432 network healthy AIEngineering workflow toolkit/eval/golden_dataset.json
port:6379 network healthy agent-observability/docker-compose.yml
port:4318 network healthy agent-observability/docker-compose.yml
port:50051 network healthy agent-observability/docker-compose.yml
port:8080 network healthy agent-observability/docker-compose.yml
port:9901 network healthy agent-observability/docker-compose.yml
port:5173 network healthy agent-observability/docker-compose.yml
port:80 network healthy agent-observability/docker-compose.yml
port:6333 network healthy vector-arena/docker-compose.yml
port:19530 network healthy vector-arena/docker-compose.yml
port:9091 network healthy vector-arena/docker-compose.yml
port:8001 network healthy vector-arena/docker-compose.yml
port:9200 network healthy vector-arena/docker-compose.yml
port:9201 network healthy vector-arena/docker-compose.yml
port:8108 network healthy vector-arena/docker-compose.yml
port:5433 network healthy vector-arena/docker-compose.yml
port:7474 network healthy vector-arena/docker-compose.yml
port:7687 network healthy vector-arena/docker-compose.yml
port:8123 network healthy vector-arena/docker-compose.yml
port:9000 network healthy vector-arena/docker-compose.yml
port:9600 network healthy ai-native-data-platform/docker-compose.yml
port:5601 network healthy ai-native-data-platform/docker-compose.yml
port:9090 network healthy ai-native-data-platform/docker-compose.yml
port:9093 network healthy ai-native-data-platform/docker-compose.yml
port:3000 network healthy ai-native-data-platform/docker-compose.yml

LabelLayerStatusPath
workspace_index_state data healthy ai-native-data-platform/ops/sql/001_workspace_index_state.s…
workspace data healthy ai-native-data-platform/scripts/init_db.sql
workspace_api_key data healthy ai-native-data-platform/scripts/init_db.sql
document data healthy ai-native-data-platform/scripts/init_db.sql
ingestion_run data healthy ai-native-data-platform/scripts/init_db.sql
document_chunk data healthy ai-native-data-platform/scripts/init_db.sql
trace_log data healthy ai-native-data-platform/scripts/init_db.sql
shard_state data healthy ai-native-data-platform/scripts/init_db.sql
image_chunk data healthy ai-native-data-platform/scripts/init_db.sql
nl_query_audit_log data healthy ai-native-data-platform/scripts/init_db.sql
reviews data healthy AIEngineering workflow toolkit/api/database.py
docs data healthy vector-arena/arena/engines/clickhouse_engine.py
sessions data healthy recruiter-agent/scripts/bootstrap_sqlite.py
memories data healthy recruiter-agent/app/memory/store.py
Base data healthy agent-observability/backend/app/db.py
EvalRun data healthy agent-observability/backend/app/models/eval_.py
EvalResult data healthy agent-observability/backend/app/models/eval_.py
eval_runs data healthy agent-observability/backend/app/models/eval_.py
eval_results data healthy agent-observability/backend/app/models/eval_.py
User data healthy agent-observability/backend/app/models/user.py
AuditLog data healthy agent-observability/backend/app/models/user.py
users data healthy agent-observability/backend/app/models/user.py
audit_logs data healthy agent-observability/backend/app/models/user.py
AgentTrace data healthy agent-observability/backend/app/models/trace.py
Span data healthy agent-observability/backend/app/models/trace.py
agent_traces data healthy agent-observability/backend/app/models/trace.py
spans data healthy agent-observability/backend/app/models/trace.py

LabelLayerStatusPath
/Dashboard frontend healthy AIEngineering workflow toolkit/ui/src/pages/Dashboard.tsx
/ReviewDetail frontend healthy AIEngineering workflow toolkit/ui/src/pages/ReviewDetail.tsx
/NewReview frontend healthy AIEngineering workflow toolkit/ui/src/pages/NewReview.tsx
/LivePage frontend healthy agent-observability/frontend/src/pages/LivePage.tsx
/LoginPage frontend healthy agent-observability/frontend/src/pages/LoginPage.tsx
/EvalsPage frontend healthy agent-observability/frontend/src/pages/EvalsPage.tsx
/AdminPage frontend healthy agent-observability/frontend/src/pages/AdminPage.tsx
/OIDCCallbackPage frontend healthy agent-observability/frontend/src/pages/OIDCCallbackPage.tsx
/TracesPage frontend healthy agent-observability/frontend/src/pages/TracesPage.tsx
/ frontend healthy AIEngineering workflow toolkit/ui/src/App.tsx
/new frontend healthy AIEngineering workflow toolkit/ui/src/App.tsx
/reviews/:id frontend healthy AIEngineering workflow toolkit/ui/src/App.tsx
* frontend healthy AIEngineering workflow toolkit/ui/src/App.tsx
/traces frontend healthy agent-observability/frontend/src/App.tsx
/evals frontend healthy agent-observability/frontend/src/App.tsx
/admin frontend healthy agent-observability/frontend/src/App.tsx
/auth/callback frontend healthy agent-observability/frontend/src/App.tsx

LabelLayerStatusPath
auth::AIEngineering workflow toolkit/ui/src/pages/NewReview… security healthy AIEngineering workflow toolkit/ui/src/pages/NewReview.tsx
auth::agent-observability/frontend/src/api/restClient.ts security healthy agent-observability/frontend/src/api/restClient.ts
auth::agent-observability/backend/app/routers/auth.py security healthy agent-observability/backend/app/routers/auth.py
auth::agent-observability/frontend/src/pages/LoginPage.tsx security healthy agent-observability/frontend/src/pages/LoginPage.tsx
auth::agent-observability/README.md security healthy agent-observability/README.md
auth::agent-observability/backend/app/main.py security healthy agent-observability/backend/app/main.py
auth::agent-observability/backend/app/services/oidc_service… security healthy agent-observability/backend/app/services/oidc_service.py
auth::recruiter-agent/app/tools.py security healthy recruiter-agent/app/tools.py
auth::agent-observability/backend/app/models/user.py security healthy agent-observability/backend/app/models/user.py
auth::agent-observability/frontend/src/App.tsx security healthy agent-observability/frontend/src/App.tsx
auth::agent-observability/backend/app/services/auth_service… security healthy agent-observability/backend/app/services/auth_service.py
auth::agent-observability/backend/app/config.py security healthy agent-observability/backend/app/config.py
auth::agent-observability/backend/requirements.txt security healthy agent-observability/backend/requirements.txt
auth::agent-observability/backend/app/grpc_server.py security healthy agent-observability/backend/app/grpc_server.py
auth::agent-observability/backend/alembic/versions/0002_oid… security healthy agent-observability/backend/alembic/versions/0002_oidc_abac…
auth::agent-observability/backend/app/routers/admin.py security healthy agent-observability/backend/app/routers/admin.py

LabelLayerStatusPath
App frontend healthy AIEngineering workflow toolkit/ui/src/App.tsx
PipelineViz frontend healthy AIEngineering workflow toolkit/ui/src/components/PipelineVi…
Sidebar frontend healthy AIEngineering workflow toolkit/ui/src/components/Sidebar.tsx
FindingCard frontend healthy AIEngineering workflow toolkit/ui/src/components/FindingCar…
Dashboard frontend healthy AIEngineering workflow toolkit/ui/src/pages/Dashboard.tsx
ReviewDetail frontend healthy AIEngineering workflow toolkit/ui/src/pages/ReviewDetail.tsx
NewReview frontend healthy AIEngineering workflow toolkit/ui/src/pages/NewReview.tsx
App frontend healthy agent-observability/frontend/src/App.tsx

LabelLayerStatusPath
retrieval-perf cicd healthy ai-native-data-platform/.github/workflows/perf-ci.yml
eval cicd healthy ai-native-data-platform/.github/workflows/eval-gates.yml
retrieval cicd healthy ai-native-data-platform/.github/workflows/loadtest.yml
claude-review cicd healthy Claude Code Architect Certification/.github/workflows/claud…
generate-tests cicd healthy Claude Code Architect Certification/.github/workflows/claud…
evaluate cicd healthy recruiter-agent/.github/workflows/eval.yml
test-and-build cicd healthy recruiter-agent/.github/workflows/deploy.yml
deploy cicd healthy recruiter-agent/.github/workflows/deploy.yml

LabelLayerStatusPath
ANTHROPIC_API_KEY cicd healthy
GOOGLE_API_KEY cicd healthy
GITHUB_TOKEN cicd healthy
GCP_SA_KEY cicd healthy
WORKSPACE_API_KEY cicd healthy
GCP_PROJECT_ID cicd healthy
GCP_REGION cicd healthy

LabelLayerStatusPath
sqlite data healthy AIEngineering workflow toolkit/README.md
postgres data healthy agent-observability/README.md
redis data healthy agent-observability/README.md
postgresql data healthy agent-observability/docker-compose.yml
elasticsearch data healthy vector-arena/README.md
clickhouse data healthy vector-arena/pyproject.toml

LabelLayerStatusPath
gha::perf-ci cicd healthy ai-native-data-platform/.github/workflows/perf-ci.yml
gha::eval-gates cicd healthy ai-native-data-platform/.github/workflows/eval-gates.yml
gha::loadtest cicd healthy ai-native-data-platform/.github/workflows/loadtest.yml
gha::claude-review cicd healthy Claude Code Architect Certification/.github/workflows/claud…
gha::eval cicd healthy recruiter-agent/.github/workflows/eval.yml
gha::deploy cicd healthy recruiter-agent/.github/workflows/deploy.yml

LabelLayerStatusPath
k8s::Job::ai-native-data-platform/k8s/eval-job.yaml hardware healthy ai-native-data-platform/k8s/eval-job.yaml
k8s::Deployment::ai-native-data-platform/k8s/api-deployment… hardware healthy ai-native-data-platform/k8s/api-deployment.yaml
k8s::Deployment::ai-native-data-platform/k8s/worker-deploym… hardware healthy ai-native-data-platform/k8s/worker-deployment.yaml
k8s::CronJob::ai-native-data-platform/k8s/cronjob-drift.yaml hardware healthy ai-native-data-platform/k8s/cronjob-drift.yaml

LabelLayerStatusPath
envoy network healthy agent-observability/README.md
loadbalancer network healthy agent-observability/README.md
nginx network healthy agent-observability/docker-compose.yml

LabelLayerStatusPath
vps::azure hardware healthy vector-arena/arena/engines/azure_ai_search_engine.py
vps::aws hardware healthy vector-arena/arena/engines/pinecone_engine.py
vps::gcp hardware healthy recruiter-agent/app/github_portfolio.py

LabelLayerStatusPath
generic_api_key::AIEngineering workflow toolkit/eval/golden… security healthy AIEngineering workflow toolkit/eval/golden_dataset.json
password_literal::vector-arena/docker-compose.yml security healthy vector-arena/docker-compose.yml
password_literal::vector-arena/docker-compose.yml security healthy vector-arena/docker-compose.yml

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

LabelLayerStatusPath
grpc::AgentEventService api healthy agent-observability/proto/v1/agent_events.proto

LabelLayerStatusPath
celery data healthy ai-native-data-platform/app/eval/scheduler/run.py

LabelLayerStatusPath
127.0.0.1 network healthy AIEngineering workflow toolkit/main.py
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/bee9952c-7df2-4064-a959-120b0a9ab712/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/bee9952c-7df2-4064-a959-120b0a9ab712/

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.