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.

tafreeman/agentic-runtime-platform

https://github.com/tafreeman/agentic-runtime-platform · scanned 2026-06-16 00:28 UTC (2 months, 2 weeks ago)

538 raw signals (0 security + 538 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 2 weeks ago · v1 · 464 actionable findings from 1 signal source. 74 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 9844 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
__init__ software healthy tests/e2e/test_cross_package.py:82
generate_text software healthy tests/e2e/test_cross_package.py:384
test_tools_core_imports software healthy tests/e2e/test_cross_package.py:115
test_runtime_core_imports software healthy tests/e2e/test_cross_package.py:123
test_eval_core_imports software healthy tests/e2e/test_cross_package.py:133
test_all_three_packages_coexist software healthy tests/e2e/test_cross_package.py:153
test_tools_llm_client_has_compatible_interface software healthy tests/e2e/test_cross_package.py:178
test_mock_backend_drives_coder_agent software healthy tests/e2e/test_cross_package.py:194
test_mock_backend_pattern_matching software healthy tests/e2e/test_cross_package.py:218
test_agent_output_scored_by_rubric software healthy tests/e2e/test_cross_package.py:259
test_scorer_with_inline_rubric software healthy tests/e2e/test_cross_package.py:327
test_scorer_reports_missing_criteria software healthy tests/e2e/test_cross_package.py:345
test_tools_llm_client_satisfies_eval_protocol software healthy tests/e2e/test_cross_package.py:375
test_standard_evaluator_with_mock_llm software healthy tests/e2e/test_cross_package.py:404
test_evaluator_registry_has_standard_and_pattern software healthy tests/e2e/test_cross_package.py:440
test_code_generation_pipeline software healthy tests/e2e/test_cross_package.py:462
test_full_pipeline_with_standard_evaluator software healthy tests/e2e/test_cross_package.py:544
test_all_three_packages_in_one_pipeline software healthy tests/e2e/test_cross_package.py:616
_coerce_env_flag software healthy agentic-workflows-v2/agentic_v2/settings.py:38
is_agentic_no_llm_enabled software healthy agentic-workflows-v2/agentic_v2/settings.py:59
_coerce_ek_provider_flag software healthy agentic-workflows-v2/agentic_v2/settings.py:152
_coerce_sanitize_agent_loop_flag software healthy agentic-workflows-v2/agentic_v2/settings.py:223
_coerce_no_llm_flag software healthy agentic-workflows-v2/agentic_v2/settings.py:251
_validate_log_format software healthy agentic-workflows-v2/agentic_v2/settings.py:292
_validate_audit_log_backend software healthy agentic-workflows-v2/agentic_v2/settings.py:308
_parse_oidc_algorithms software healthy agentic-workflows-v2/agentic_v2/settings.py:362
get_settings software healthy agentic-workflows-v2/agentic_v2/settings.py:455
configure_logging software healthy agentic-workflows-v2/agentic_v2/logging_config.py:39
_build_json_formatter software healthy agentic-workflows-v2/agentic_v2/logging_config.py:75
add_fields software healthy agentic-workflows-v2/agentic_v2/logging_config.py:83
_redact_arg_value software healthy agentic-workflows-v2/agentic_v2/governance/approval.py:56
_redacted_args software healthy agentic-workflows-v2/agentic_v2/governance/approval.py:82
__str__ software healthy agentic-workflows-v2/agentic_v2/governance/approval.py:89
__repr__ software healthy agentic-workflows-v2/agentic_v2/governance/approval.py:97
request_approval software healthy agentic-workflows-v2/agentic_v2/governance/approval.py:153
__init__ software healthy agentic-workflows-v2/agentic_v2/governance/approval.py:150
set_approval_provider software healthy agentic-workflows-v2/agentic_v2/governance/approval.py:166
get_approval_provider software healthy agentic-workflows-v2/agentic_v2/governance/approval.py:172
resolve_required_tool_names software healthy agentic-workflows-v2/agentic_v2/governance/approval.py:182
tool_requires_approval software healthy agentic-workflows-v2/agentic_v2/governance/approval.py:187
evaluate_tool_approval software healthy agentic-workflows-v2/agentic_v2/governance/approval.py:222
_truncate software healthy agentic-workflows-v2/agentic_v2/governance/escalation.py:41
to_dict software healthy agentic-workflows-v2/agentic_v2/governance/escalation.py:71
from_exhausted_chain software healthy agentic-workflows-v2/agentic_v2/governance/escalation.py:83
handle_handoff software healthy agentic-workflows-v2/agentic_v2/governance/escalation.py:124
set_escalation_sink software healthy agentic-workflows-v2/agentic_v2/governance/escalation.py:132
get_escalation_sink software healthy agentic-workflows-v2/agentic_v2/governance/escalation.py:138
route_handoff software healthy agentic-workflows-v2/agentic_v2/governance/escalation.py:143
_truthy_env software healthy agentic-workflows-v2/agentic_v2/integrations/metrics.py:32
is_metrics_enabled software healthy agentic-workflows-v2/agentic_v2/integrations/metrics.py:39

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

LabelLayerStatusPath
MockLLMClientForEval software healthy tests/e2e/test_cross_package.py:75
TestPackageImports software healthy tests/e2e/test_cross_package.py:111
TestToolsToRuntimeIntegration software healthy tests/e2e/test_cross_package.py:171
TestRuntimeToEvalIntegration software healthy tests/e2e/test_cross_package.py:252
TestToolsToEvalIntegration software healthy tests/e2e/test_cross_package.py:368
ToolsLLMAdapter software healthy tests/e2e/test_cross_package.py:380
TestFullPipeline software healthy tests/e2e/test_cross_package.py:453
Settings software healthy agentic-workflows-v2/agentic_v2/settings.py:68
_AgenticJsonFormatter software healthy agentic-workflows-v2/agentic_v2/logging_config.py:80
ApprovalDecision software healthy agentic-workflows-v2/agentic_v2/governance/approval.py:49
ApprovalRequest software healthy agentic-workflows-v2/agentic_v2/governance/approval.py:65
ApprovalProvider software healthy agentic-workflows-v2/agentic_v2/governance/approval.py:102
AutoApproveProvider software healthy agentic-workflows-v2/agentic_v2/governance/approval.py:110
AutoDenyProvider software healthy agentic-workflows-v2/agentic_v2/governance/approval.py:117
CallbackApprovalProvider software healthy agentic-workflows-v2/agentic_v2/governance/approval.py:129
PolicyApprovalProvider software healthy agentic-workflows-v2/agentic_v2/governance/approval.py:147
ApprovalOutcome software healthy agentic-workflows-v2/agentic_v2/governance/approval.py:208
FailureType software healthy agentic-workflows-v2/agentic_v2/governance/escalation.py:33
HandoffSummary software healthy agentic-workflows-v2/agentic_v2/governance/escalation.py:50
EscalationSink software healthy agentic-workflows-v2/agentic_v2/governance/escalation.py:121
ConsoleTraceAdapter software healthy agentic-workflows-v2/agentic_v2/integrations/tracing.py:36
FileTraceAdapter software healthy agentic-workflows-v2/agentic_v2/integrations/tracing.py:61
CompositeTraceAdapter software healthy agentic-workflows-v2/agentic_v2/integrations/tracing.py:108
NullTraceAdapter software healthy agentic-workflows-v2/agentic_v2/integrations/tracing.py:132
OtelTraceAdapter software healthy agentic-workflows-v2/agentic_v2/integrations/tracing.py:143
LangSmithTraceAdapter software healthy agentic-workflows-v2/agentic_v2/integrations/tracing.py:276
CanonicalEvent software healthy agentic-workflows-v2/agentic_v2/integrations/base.py:11
AgentAdapter software healthy agentic-workflows-v2/agentic_v2/integrations/base.py:48
ToolAdapter software healthy agentic-workflows-v2/agentic_v2/integrations/base.py:67
WorkflowAdapter software healthy agentic-workflows-v2/agentic_v2/integrations/base.py:87
TraceAdapter software healthy agentic-workflows-v2/agentic_v2/integrations/base.py:109
AgenticChatModel software healthy agentic-workflows-v2/agentic_v2/integrations/langchain.py:56
AgenticLangChainTool software healthy agentic-workflows-v2/agentic_v2/integrations/langchain.py:1…
AgenticRunnable software healthy agentic-workflows-v2/agentic_v2/integrations/langchain.py:2…
TransportType software healthy agentic-workflows-v2/agentic_v2/integrations/mcp/types.py:14
McpConnectionState software healthy agentic-workflows-v2/agentic_v2/integrations/mcp/types.py:23
McpStdioConfig software healthy agentic-workflows-v2/agentic_v2/integrations/mcp/types.py:34
McpWebSocketConfig software healthy agentic-workflows-v2/agentic_v2/integrations/mcp/types.py:53
McpSSEConfig software healthy agentic-workflows-v2/agentic_v2/integrations/mcp/types.py:75
McpServerConfig software healthy agentic-workflows-v2/agentic_v2/integrations/mcp/types.py:97
McpCapabilities software healthy agentic-workflows-v2/agentic_v2/integrations/mcp/types.py:1…
McpServerInfo software healthy agentic-workflows-v2/agentic_v2/integrations/mcp/types.py:1…
McpToolDescriptor software healthy agentic-workflows-v2/agentic_v2/integrations/mcp/types.py:1…
McpResourceDescriptor software healthy agentic-workflows-v2/agentic_v2/integrations/mcp/types.py:1…
McpPromptDescriptor software healthy agentic-workflows-v2/agentic_v2/integrations/mcp/types.py:1…
JsonRpcRequest software healthy agentic-workflows-v2/agentic_v2/integrations/mcp/types.py:1…
JsonRpcResponse software healthy agentic-workflows-v2/agentic_v2/integrations/mcp/types.py:1…
JsonRpcNotification software healthy agentic-workflows-v2/agentic_v2/integrations/mcp/types.py:1…
McpConfigLoader software healthy agentic-workflows-v2/agentic_v2/integrations/mcp/config.py:…
ErrorCategory software healthy agentic-workflows-v2/agentic_v2/integrations/mcp/error_enve…

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

LabelLayerStatusPath
mkdocs.yml software healthy mkdocs.yml
README.md software healthy README.md
CLAUDE.md software healthy CLAUDE.md
package.json software healthy package.json
CONTRIBUTING.md software healthy CONTRIBUTING.md
Dockerfile software healthy Dockerfile
package-lock.json software healthy package-lock.json
.pre-commit-config.yaml software healthy .pre-commit-config.yaml
.env.example software healthy .env.example
pyproject.toml software healthy pyproject.toml
LICENSE software healthy LICENSE
CHANGELOG.md software healthy CHANGELOG.md
docker-compose.yml software healthy docker-compose.yml
AI_EVIDENCE_STANDARD.md software healthy AI_EVIDENCE_STANDARD.md
README.md software healthy datasets/default/README.md
golden_cases.json software healthy datasets/default/golden_cases.json
code_review_output.json software healthy datasets/default/code_review_output.json
devcontainer.json software healthy .devcontainer/devcontainer.json
test_cross_package.py software healthy tests/e2e/test_cross_package.py
architecture-eval.md software healthy docs/architecture-eval.md
development-guide.md software healthy docs/development-guide.md
OWASP_LLM_THREAT_MODEL.md software healthy docs/OWASP_LLM_THREAT_MODEL.md
load-report.md software healthy docs/load-report.md
integration-architecture.md software healthy docs/integration-architecture.md
deep-dive-agents.md software healthy docs/deep-dive-agents.md
ARCHITECTURE.md software healthy docs/ARCHITECTURE.md
SUPPLY_CHAIN.md software healthy docs/SUPPLY_CHAIN.md
GLOSSARY.md software healthy docs/GLOSSARY.md
ONBOARDING.md software healthy docs/ONBOARDING.md
NO_LLM_MODE.md software healthy docs/NO_LLM_MODE.md
data-models-runtime.md software healthy docs/data-models-runtime.md
WORKFLOW_AUTHORING.md software healthy docs/WORKFLOW_AUTHORING.md
404.md software healthy docs/404.md
CONTRIBUTING.md software healthy docs/CONTRIBUTING.md
PATTERN_CATALOG.md software healthy docs/PATTERN_CATALOG.md
deep-dive-server.md software healthy docs/deep-dive-server.md
architecture-ui.md software healthy docs/architecture-ui.md
MIGRATIONS.md software healthy docs/MIGRATIONS.md
index.md software healthy docs/index.md
AI_RISK_MANAGEMENT.md software healthy docs/AI_RISK_MANAGEMENT.md
DEMO.md software healthy docs/DEMO.md
architecture-runtime.md software healthy docs/architecture-runtime.md
component-inventory-ui.md software healthy docs/component-inventory-ui.md
configuration.md software healthy docs/configuration.md
deep-dive-agentic-v2-eval.md software healthy docs/deep-dive-agentic-v2-eval.md
project-overview.md software healthy docs/project-overview.md
ROADMAP.md software healthy docs/ROADMAP.md
architecture-tools.md software healthy docs/architecture-tools.md
CODING_STANDARDS.md software healthy docs/CODING_STANDARDS.md
deployment-guide.md software healthy docs/deployment-guide.md

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

LabelLayerStatusPath
datasets software healthy datasets
default software healthy datasets/default
.devcontainer software healthy .devcontainer
tests software healthy tests
e2e software healthy tests/e2e
docs software healthy docs
operations software healthy docs/operations
stylesheets software healthy docs/stylesheets
ui software healthy docs/ui
evaluation software healthy docs/evaluation
screenshots software healthy docs/screenshots
rag software healthy docs/rag
adr software healthy docs/adr
getting-started software healthy docs/getting-started
workflows software healthy docs/workflows
tools software healthy docs/tools
agentic-workflows-v2 software healthy agentic-workflows-v2
agentic_v2 software healthy agentic-workflows-v2/agentic_v2
governance software healthy agentic-workflows-v2/agentic_v2/governance
integrations software healthy agentic-workflows-v2/agentic_v2/integrations
mcp software healthy agentic-workflows-v2/agentic_v2/integrations/mcp
adapters software healthy agentic-workflows-v2/agentic_v2/integrations/mcp/adapters
results software healthy agentic-workflows-v2/agentic_v2/integrations/mcp/results
transports software healthy agentic-workflows-v2/agentic_v2/integrations/mcp/transports
runtime software healthy agentic-workflows-v2/agentic_v2/integrations/mcp/runtime
protocol software healthy agentic-workflows-v2/agentic_v2/integrations/mcp/protocol
discovery software healthy agentic-workflows-v2/agentic_v2/integrations/mcp/discovery
adapters software healthy agentic-workflows-v2/agentic_v2/adapters
langchain software healthy agentic-workflows-v2/agentic_v2/adapters/langchain
native software healthy agentic-workflows-v2/agentic_v2/adapters/native
security software healthy agentic-workflows-v2/agentic_v2/security
models software healthy agentic-workflows-v2/agentic_v2/models
config software healthy agentic-workflows-v2/agentic_v2/config
defaults software healthy agentic-workflows-v2/agentic_v2/config/defaults
middleware software healthy agentic-workflows-v2/agentic_v2/middleware
detectors software healthy agentic-workflows-v2/agentic_v2/middleware/detectors
evaluation software healthy agentic-workflows-v2/agentic_v2/evaluation
cli software healthy agentic-workflows-v2/agentic_v2/cli
utils software healthy agentic-workflows-v2/agentic_v2/utils
rag software healthy agentic-workflows-v2/agentic_v2/rag
agents software healthy agentic-workflows-v2/agentic_v2/agents
implementations software healthy agentic-workflows-v2/agentic_v2/agents/implementations
server software healthy agentic-workflows-v2/agentic_v2/server
middleware software healthy agentic-workflows-v2/agentic_v2/server/middleware
routes software healthy agentic-workflows-v2/agentic_v2/server/routes
workflows software healthy agentic-workflows-v2/agentic_v2/workflows
lib software healthy agentic-workflows-v2/agentic_v2/workflows/lib
definitions software healthy agentic-workflows-v2/agentic_v2/workflows/definitions
tools software healthy agentic-workflows-v2/agentic_v2/tools
builtin software healthy agentic-workflows-v2/agentic_v2/tools/builtin

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

LabelLayerStatusPath
App frontend healthy agentic-workflows-v2/ui/src/App.tsx
BTopBar frontend healthy agentic-workflows-v2/ui/src/components/layout/BTopBar.tsx
Sidebar frontend healthy agentic-workflows-v2/ui/src/components/layout/Sidebar.tsx
DatasetDetailPane frontend healthy agentic-workflows-v2/ui/src/components/datasets/DatasetDeta…
DatasetBrowser frontend healthy agentic-workflows-v2/ui/src/components/datasets/DatasetBrow…
SampleIndexGrid frontend healthy agentic-workflows-v2/ui/src/components/datasets/SampleIndex…
StepLogPanel frontend healthy agentic-workflows-v2/ui/src/components/live/StepLogPanel.tsx
LiveStepDetailsList frontend healthy agentic-workflows-v2/ui/src/components/live/LiveStepDetails…
TokenCounter frontend healthy agentic-workflows-v2/ui/src/components/live/TokenCounter.tsx
NodeConfigOverlay frontend healthy agentic-workflows-v2/ui/src/components/live/NodeConfigOverl…
JsonViewer frontend healthy agentic-workflows-v2/ui/src/components/common/JsonViewer.tsx
BSpark frontend healthy agentic-workflows-v2/ui/src/components/common/BSpark.tsx
StatusBadge frontend healthy agentic-workflows-v2/ui/src/components/common/StatusBadge.t…
BAsciiBar frontend healthy agentic-workflows-v2/ui/src/components/common/BAsciiBar.tsx
ConsoleStatus frontend healthy agentic-workflows-v2/ui/src/components/common/ConsoleStatus…
BBox frontend healthy agentic-workflows-v2/ui/src/components/common/BBox.tsx
DurationDisplay frontend healthy agentic-workflows-v2/ui/src/components/common/DurationDispl…
BPill frontend healthy agentic-workflows-v2/ui/src/components/common/BPill.tsx
GettingStartedCard frontend healthy agentic-workflows-v2/ui/src/components/dashboard/GettingSta…
BDagMini frontend healthy agentic-workflows-v2/ui/src/components/dag/BDagMini.tsx
WorkflowDAG frontend healthy agentic-workflows-v2/ui/src/components/dag/WorkflowDAG.tsx
StepScoreDetails frontend healthy agentic-workflows-v2/ui/src/components/evaluations/StepScor…
CriterionRow frontend healthy agentic-workflows-v2/ui/src/components/evaluations/Criterio…
EvaluationRubricAccordion frontend healthy agentic-workflows-v2/ui/src/components/evaluations/Evaluati…
ErrorBanner frontend healthy agentic-workflows-v2/ui/src/components/states/ErrorBanner.t…
EmptyState frontend healthy agentic-workflows-v2/ui/src/components/states/EmptyState.tsx
InlineError frontend healthy agentic-workflows-v2/ui/src/components/states/InlineError.t…
NotFoundPage frontend healthy agentic-workflows-v2/ui/src/components/states/NotFoundPage.…
RunList frontend healthy agentic-workflows-v2/ui/src/components/runs/RunList.tsx
RunConfigForm frontend healthy agentic-workflows-v2/ui/src/components/runs/RunConfigForm.t…
RunDetailSteps frontend healthy agentic-workflows-v2/ui/src/components/runs/RunDetail.tsx
RunSummaryCards frontend healthy agentic-workflows-v2/ui/src/components/runs/RunSummaryCards…
LivePage frontend healthy agentic-workflows-v2/ui/src/pages/LivePage.tsx
DatasetsPage frontend healthy agentic-workflows-v2/ui/src/pages/DatasetsPage.tsx
RunsPage frontend healthy agentic-workflows-v2/ui/src/pages/RunsPage.tsx
ModelFinderPage frontend healthy agentic-workflows-v2/ui/src/pages/ModelFinderPage.tsx
WorkflowsPage frontend healthy agentic-workflows-v2/ui/src/pages/WorkflowsPage.tsx
WorkflowDetailPage frontend healthy agentic-workflows-v2/ui/src/pages/WorkflowDetailPage.tsx
EvaluationsPage frontend healthy agentic-workflows-v2/ui/src/pages/EvaluationsPage.tsx
RunDetailPage frontend healthy agentic-workflows-v2/ui/src/pages/RunDetailPage.tsx
DashboardPage frontend healthy agentic-workflows-v2/ui/src/pages/DashboardPage.tsx
WorkflowEditorPage frontend healthy agentic-workflows-v2/ui/src/pages/WorkflowEditorPage.tsx

LabelLayerStatusPath
analyze cicd healthy .github/workflows/codeql.yml
test cicd healthy .github/workflows/eval-package-ci.yml
lint cicd healthy .github/workflows/eval-package-ci.yml
type-check cicd healthy .github/workflows/eval-package-ci.yml
build cicd healthy .github/workflows/eval-package-ci.yml
eval-golden-gate cicd healthy .github/workflows/eval-package-ci.yml
dependency-review cicd healthy .github/workflows/dependency-review.yml
check-manifest cicd healthy .github/workflows/manifest-temperature-check.yml
auto-merge cicd healthy .github/workflows/dependabot-auto-merge.yml
build-release-assets cicd healthy .github/workflows/deploy.yml
attest-release-assets cicd healthy .github/workflows/deploy.yml
publish-release cicd healthy .github/workflows/deploy.yml
python-smoke cicd healthy .github/workflows/ci.yml
frontend-build cicd healthy .github/workflows/ci.yml
lint cicd healthy .github/workflows/ci.yml
typecheck-core-contracts cicd healthy .github/workflows/ci.yml
test-coverage cicd healthy .github/workflows/ci.yml
wire-format-drift cicd healthy .github/workflows/ci.yml
e2e-streaming cicd healthy .github/workflows/ci.yml
no-llm-smoke cicd healthy .github/workflows/ci.yml
validate-workflows cicd healthy .github/workflows/ci.yml
check-doc-drift cicd healthy .github/workflows/ci.yml
pydocstyle cicd healthy .github/workflows/ci.yml
lockfile-constraints cicd healthy .github/workflows/ci.yml
deploy cicd healthy .github/workflows/docs.yml
validate-devcontainer cicd healthy .github/workflows/devcontainer-validate.yml
python-audit cicd healthy .github/workflows/dependency-audit.yml
npm-audit cicd healthy .github/workflows/dependency-audit.yml
render-and-deploy cicd healthy .github/workflows/load-report-pages.yml
verify-workflows cicd healthy .github/workflows/windows-workflows-ci.yml
streaming-50x cicd healthy .github/workflows/nightly.yml
validate cicd healthy .github/workflows/infra-deploy.yml
deploy cicd healthy .github/workflows/infra-deploy.yml
generate-sbom cicd healthy .github/workflows/sbom.yml

LabelLayerStatusPath
GET /{path:path} api healthy agentic-workflows-v2/agentic_v2/server/app.py
GET /api/runs api healthy agentic-workflows-v2/agentic_v2/server/routes/runs.py
GET /api/runs/summary api healthy agentic-workflows-v2/agentic_v2/server/routes/runs.py
GET /api/runs/{filename} api healthy agentic-workflows-v2/agentic_v2/server/routes/runs.py
GET /api/runs/{filename}/evaluation api healthy agentic-workflows-v2/agentic_v2/server/routes/runs.py
GET /api/runs/{run_id}/stream api healthy agentic-workflows-v2/agentic_v2/server/routes/runs.py
GET /api/health api healthy agentic-workflows-v2/agentic_v2/server/routes/health.py
GET /api/health/ready api healthy agentic-workflows-v2/agentic_v2/server/routes/health.py
GET /api/workflows api healthy agentic-workflows-v2/agentic_v2/server/routes/workflows.py
GET /api/adapters api healthy agentic-workflows-v2/agentic_v2/server/routes/workflows.py
GET /api/workflows/{name}/dag api healthy agentic-workflows-v2/agentic_v2/server/routes/workflows.py
GET /api/workflows/{name}/capabilities api healthy agentic-workflows-v2/agentic_v2/server/routes/workflows.py
GET /api/workflows/{name}/editor api healthy agentic-workflows-v2/agentic_v2/server/routes/workflows.py
PUT /api/workflows/{name} api healthy agentic-workflows-v2/agentic_v2/server/routes/workflows.py
POST /api/workflows/validate api healthy agentic-workflows-v2/agentic_v2/server/routes/workflows.py
POST /api/run api healthy agentic-workflows-v2/agentic_v2/server/routes/workflows.py
GET /eval/datasets api healthy agentic-workflows-v2/agentic_v2/server/routes/evaluation_ro…
GET /workflows/{workflow_name}/preview-dataset-inputs api healthy agentic-workflows-v2/agentic_v2/server/routes/evaluation_ro…
GET /eval/datasets/sample-list api healthy agentic-workflows-v2/agentic_v2/server/routes/evaluation_ro…
GET /eval/datasets/sample-detail api healthy agentic-workflows-v2/agentic_v2/server/routes/evaluation_ro…
GET /eval/datasets/{source}/{dataset_id:path}/samples api healthy agentic-workflows-v2/agentic_v2/server/routes/evaluation_ro…
GET /eval/datasets/{source}/{dataset_id:path}/samples/{samp… api healthy agentic-workflows-v2/agentic_v2/server/routes/evaluation_ro…
GET /models/probe api healthy agentic-workflows-v2/agentic_v2/server/routes/models.py
GET /api/profile api healthy agentic-workflows-v2/agentic_v2/server/routes/model_finder.…
GET /api/recommendations api healthy agentic-workflows-v2/agentic_v2/server/routes/model_finder.…
GET /api/agents api healthy agentic-workflows-v2/agentic_v2/server/routes/agents.py
GET /example api healthy agentic-workflows-v2/backend/src/main.py

LabelLayerStatusPath
127.0.0.1 network healthy agentic-workflows-v2/dev.sh
169.254.169.254 network healthy agentic-workflows-v2/agentic_v2/security/url_guard.py
100.100.100.200 network healthy agentic-workflows-v2/agentic_v2/security/url_guard.py
124.0.0.0 network healthy agentic-workflows-v2/agentic_v2/langchain/tools.py
10.0.0.1 network healthy agentic-workflows-v2/tests/test_ssrf_guard.py
93.184.216.34 network healthy agentic-workflows-v2/tests/test_ssrf_guard.py
192.168.1.1 network healthy agentic-workflows-v2/tests/test_ssrf_guard.py
172.16.0.1 network healthy agentic-workflows-v2/tests/test_ssrf_guard.py
10.0.0.5 network healthy agentic-workflows-v2/tests/test_ssrf_guard.py
224.0.0.1 network healthy agentic-workflows-v2/tests/test_ssrf_guard.py
1.2.3.4 network healthy agentic-workflows-v2/tests/test_auth_throttle.py
10.0.0.2 network healthy agentic-workflows-v2/tests/test_auth_throttle.py
10.0.0.3 network healthy agentic-workflows-v2/tests/test_auth_throttle.py
10.0.0.4 network healthy agentic-workflows-v2/tests/test_auth_throttle.py
10.0.1.1 network healthy agentic-workflows-v2/tests/test_auth_throttle.py
10.0.1.2 network healthy agentic-workflows-v2/tests/test_auth_throttle.py
10.0.2.1 network healthy agentic-workflows-v2/tests/test_auth_throttle.py
192.168.0.99 network healthy agentic-workflows-v2/tests/test_auth_throttle.py
10.0.3.1 network healthy agentic-workflows-v2/tests/test_auth_throttle.py
10.0.3.2 network healthy agentic-workflows-v2/tests/test_auth_throttle.py
10.0.3.3 network healthy agentic-workflows-v2/tests/test_auth_throttle.py
10.0.3.4 network healthy agentic-workflows-v2/tests/test_auth_throttle.py
10.0.4.1 network healthy agentic-workflows-v2/tests/test_auth_throttle.py
10.0.4.2 network healthy agentic-workflows-v2/tests/test_auth_throttle.py
172.30.240.1 network healthy tools/tests/test_model_registry_constants.py

LabelLayerStatusPath
/LivePage frontend healthy agentic-workflows-v2/ui/src/pages/LivePage.tsx
/DatasetsPage frontend healthy agentic-workflows-v2/ui/src/pages/DatasetsPage.tsx
/RunsPage frontend healthy agentic-workflows-v2/ui/src/pages/RunsPage.tsx
/ModelFinderPage frontend healthy agentic-workflows-v2/ui/src/pages/ModelFinderPage.tsx
/WorkflowsPage frontend healthy agentic-workflows-v2/ui/src/pages/WorkflowsPage.tsx
/WorkflowDetailPage frontend healthy agentic-workflows-v2/ui/src/pages/WorkflowDetailPage.tsx
/EvaluationsPage frontend healthy agentic-workflows-v2/ui/src/pages/EvaluationsPage.tsx
/RunDetailPage frontend healthy agentic-workflows-v2/ui/src/pages/RunDetailPage.tsx
/DashboardPage frontend healthy agentic-workflows-v2/ui/src/pages/DashboardPage.tsx
/WorkflowEditorPage frontend healthy agentic-workflows-v2/ui/src/pages/WorkflowEditorPage.tsx
/ frontend healthy agentic-workflows-v2/ui/src/App.tsx
/workflows frontend healthy agentic-workflows-v2/ui/src/App.tsx
/workflows/:name/edit frontend healthy agentic-workflows-v2/ui/src/App.tsx
/workflows/:name frontend healthy agentic-workflows-v2/ui/src/App.tsx
/datasets frontend healthy agentic-workflows-v2/ui/src/App.tsx
/evaluations frontend healthy agentic-workflows-v2/ui/src/App.tsx
/models frontend healthy agentic-workflows-v2/ui/src/App.tsx
/runs frontend healthy agentic-workflows-v2/ui/src/App.tsx
/runs/:filename frontend healthy agentic-workflows-v2/ui/src/App.tsx
/live/:runId frontend healthy agentic-workflows-v2/ui/src/App.tsx
* frontend healthy agentic-workflows-v2/ui/src/App.tsx

LabelLayerStatusPath
port:8010 network healthy Dockerfile
port:5173 network healthy docker-compose.yml
port:4317 network healthy docker-compose.yml
port:4318 network healthy docker-compose.yml
port:16686 network healthy docker-compose.yml
port:14250 network healthy docker-compose.yml
port:256 network healthy agentic-workflows-v2/agentic_v2/config/defaults/trusted_mod…
port:99 network healthy agentic-workflows-v2/agentic_v2/config/defaults/trusted_mod…
port:8012 network healthy agentic-workflows-v2/tests/devex/test_port_guard.py
port:5183 network healthy agentic-workflows-v2/ui/vite.config.ts
port:8088 network healthy load/docker-compose.load.yml
port:80 network healthy load/docker-compose.load.yml
port:05 network healthy .github/dependabot.yml
port:15 network healthy .github/dependabot.yml
port:30 network healthy .github/dependabot.yml
port:45 network healthy .github/dependabot.yml
port:06 network healthy .github/dependabot.yml
port:07 network healthy .github/workflows/nightly.yml
port:03 network healthy .github/workflows/nightly.yml
port:02 network healthy .github/workflows/nightly.yml

LabelLayerStatusPath
gha::codeql cicd healthy .github/workflows/codeql.yml
gha::eval-package-ci cicd healthy .github/workflows/eval-package-ci.yml
gha::dependency-review cicd healthy .github/workflows/dependency-review.yml
gha::manifest-temperature-check cicd healthy .github/workflows/manifest-temperature-check.yml
gha::dependabot-auto-merge cicd healthy .github/workflows/dependabot-auto-merge.yml
gha::deploy cicd healthy .github/workflows/deploy.yml
gha::ci cicd healthy .github/workflows/ci.yml
gha::docs cicd healthy .github/workflows/docs.yml
gha::devcontainer-validate cicd healthy .github/workflows/devcontainer-validate.yml
gha::dependency-audit cicd healthy .github/workflows/dependency-audit.yml
gha::load-report-pages cicd healthy .github/workflows/load-report-pages.yml
gha::windows-workflows-ci cicd healthy .github/workflows/windows-workflows-ci.yml
gha::nightly cicd healthy .github/workflows/nightly.yml
gha::infra-deploy cicd healthy .github/workflows/infra-deploy.yml
gha::sbom cicd healthy .github/workflows/sbom.yml

LabelLayerStatusPath
auth::infra/azure/README.md security healthy infra/azure/README.md
auth::agentic-workflows-v2/tests/test_tenant_isolation.py security healthy agentic-workflows-v2/tests/test_tenant_isolation.py
auth::agentic-workflows-v2/agentic_v2/settings.py security healthy agentic-workflows-v2/agentic_v2/settings.py
auth::scripts/generate-sample-trace.py security healthy scripts/generate-sample-trace.py
auth::agentic-workflows-v2/agentic_v2/server/audit_log.py security healthy agentic-workflows-v2/agentic_v2/server/audit_log.py
auth::.env.example security healthy .env.example
auth::agentic-workflows-v2/tests/test_tenant_and_middleware… security healthy agentic-workflows-v2/tests/test_tenant_and_middleware_addit…
auth::agentic-workflows-v2/tests/_server_test_helpers.py security healthy agentic-workflows-v2/tests/_server_test_helpers.py
auth::.github/workflows/infra-deploy.yml security healthy .github/workflows/infra-deploy.yml
auth::agentic-workflows-v2/agentic_v2/server/app.py security healthy agentic-workflows-v2/agentic_v2/server/app.py
auth::agentic-workflows-v2/agentic_v2/core/tenant.py security healthy agentic-workflows-v2/agentic_v2/core/tenant.py
auth::agentic-workflows-v2/agentic_v2/server/auth_oidc.py security healthy agentic-workflows-v2/agentic_v2/server/auth_oidc.py
auth::agentic-workflows-v2/agentic_v2/agents/architect.py security healthy agentic-workflows-v2/agentic_v2/agents/architect.py
auth::agentic-workflows-v2/tests/test_auth_oidc.py security healthy agentic-workflows-v2/tests/test_auth_oidc.py

LabelLayerStatusPath
redis data healthy README.md
sqlite data healthy agentic-workflows-v2/pyproject.toml
postgres data healthy agentic-workflows-v2/pyproject.toml
postgresql data healthy agentic-workflows-v2/agentic_v2/settings.py
mongodb data healthy agentic-workflows-v2/agentic_v2/middleware/detectors/secret…
mysql data healthy agentic-workflows-v2/agentic_v2/middleware/detectors/secret…

LabelLayerStatusPath
image::Dockerfile hardware healthy Dockerfile
backend hardware healthy docker-compose.yml
frontend hardware healthy docker-compose.yml
otel-collector hardware healthy docker-compose.yml
jaeger hardware healthy docker-compose.yml

LabelLayerStatusPath
password_literal::agentic-workflows-v2/agentic_v2/contracts… security healthy agentic-workflows-v2/agentic_v2/contracts/sanitization.py
github_token::agentic-workflows-v2/tests/test_middleware_in… security healthy agentic-workflows-v2/tests/test_middleware_integration.py
github_token::agentic-workflows-v2/tests/test_middleware_in… security healthy agentic-workflows-v2/tests/test_middleware_integration.py
generic_api_key::tools/llm/probe_config.py security healthy tools/llm/probe_config.py
generic_api_key::tools/llm/probe_config.py security healthy tools/llm/probe_config.py

LabelLayerStatusPath
vps::azure hardware healthy README.md
vps::gcp hardware healthy agentic-workflows-v2/agentic_v2/logging_config.py
vps::aws hardware healthy agentic-workflows-v2/agentic_v2/security/url_guard.py
vps::ec2 hardware healthy agentic-workflows-v2/agentic_v2/security/url_guard.py

LabelLayerStatusPath
checkpoints data healthy agentic-workflows-v2/agentic_v2/adapters/native/_checkpoint…
replay_events data healthy agentic-workflows-v2/agentic_v2/server/replay_store.py

LabelLayerStatusPath
nginx network healthy scripts/build_load_report.py
loadbalancer network healthy load/docker-compose.load.yml

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

LabelLayerStatusPath
gpu (detected) hardware healthy agentic-workflows-v2/agentic_v2/server/routes/model_finder.…

LabelLayerStatusPath
GITHUB_TOKEN cicd healthy
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/9ee998de-d30a-4eb6-9add-f7628fa3205f/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/9ee998de-d30a-4eb6-9add-f7628fa3205f/

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.