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.
158 of your 252 findings came from Repobility's proprietary detections. ✓ Repobility tags below mark them.

Scan timing: clone 1.67s · analysis 22.14s · 3.8 MB · GitHub preflight 423ms

microsoft/Agents-for-python

https://github.com/microsoft/Agents-for-python · scanned 2026-06-05 21:23 UTC (4 days, 6 hours ago) · 10 languages

509 raw signals (237 security + 272 graph) 51st percentile · Python · medium (20-100K LoC) System graph score 70 (lower by 6)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 4 days, 6 hours ago · v2 · 223 actionable findings from 2 signal sources. 124 repeated signals grouped for readability. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.

JSON
Score breakdown â 2026-05-18-v5
Component Sub-score Weight Contribution
structure_score 40.0 0.15 6.00
security_score 17.4 0.25 4.35
testing_score 100.0 0.20 20.00
documentation_score 88.0 0.15 13.20
practices_score 94.0 0.15 14.10
code_quality 63.8 0.10 6.38
Overall 1.00 64.0
Severity distribution — click a segment to filter
Active filters: excluding tests × Reset all

All 7493 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
pytest_addoption software healthy tests/conftest.py:6
pytest_configure software healthy tests/conftest.py:15
pytest_collection_modifyitems software healthy tests/conftest.py:20
test_token_response_model_token_enforcement software healthy tests/activity/test_token_response.py:5
test_token_response_bool_op_false software healthy tests/activity/test_token_response.py:15
test_token_response_bool_op_true software healthy tests/activity/test_token_response.py:23
helper_validate_recipient_and_from software healthy tests/activity/test_activity.py:30
helper_get_expected_try_get_channel_data_result software healthy tests/activity/test_activity.py:48
activity software healthy tests/activity/test_activity.py:54
test_get_conversation_reference software healthy tests/activity/test_activity.py:57
test_get_conversation_reference_force_base_channel software healthy tests/activity/test_activity.py:69
test_get_conversation_reference_force_base_channel_variants software healthy tests/activity/test_activity.py:86
test_get_conversation_reference_does_not_force_base_channel software healthy tests/activity/test_activity.py:97
test_get_reply_conversation_reference software healthy tests/activity/test_activity.py:106
remove_recipient_mention_for_teams software healthy tests/activity/test_activity.py:118
remove_recipient_mention_for_non_teams_scenario software healthy tests/activity/test_activity.py:137
test_apply_conversation_reference_is_incoming software healthy tests/activity/test_activity.py:156
test_apply_conversation_reference software healthy tests/activity/test_activity.py:184
test_create_trace software healthy tests/activity/test_activity.py:222
test_can_create_activities software healthy tests/activity/test_activity.py:250
test_create_trace_activity software healthy tests/activity/test_activity.py:268
test_can_create_reply_activity software healthy tests/activity/test_activity.py:287
channel_data software healthy tests/activity/test_activity.py:314
test_has_content software healthy tests/activity/test_activity.py:376
test_is_from_streaming_connection software healthy tests/activity/test_activity.py:390
test_get_mentions software healthy tests/activity/test_activity.py:394
test_get_product_info_entity_single software healthy tests/activity/test_activity.py:450
non_agentic_role software healthy tests/activity/test_activity.py:458
agentic_role software healthy tests/activity/test_activity.py:462
test_is_agentic_request software healthy tests/activity/test_activity.py:475
test_get_agentic_instance_id_is_agentic software healthy tests/activity/test_activity.py:482
test_get_agentic_instance_id_not_agentic software healthy tests/activity/test_activity.py:493
test_get_agentic_user_is_agentic software healthy tests/activity/test_activity.py:504
test_get_agentic_user_not_agentic software healthy tests/activity/test_activity.py:515
test_load_configuration_from_env software healthy tests/activity/test_load_configuration.py:100
test_init_from_str software healthy tests/activity/test_channel_id.py:11
test_init_multiple_colons software healthy tests/activity/test_channel_id.py:23
test_init_multiple_args software healthy tests/activity/test_channel_id.py:27
test_init_from_parts software healthy tests/activity/test_channel_id.py:31
test_init_errors software healthy tests/activity/test_channel_id.py:42
test_skip_if software healthy tests/activity/test_tools.py:16
test_skip_none software healthy tests/activity/test_tools.py:28
test_skip_false_with_falsy_value software healthy tests/activity/test_tools.py:33
test_skip_false_with_truthy_value software healthy tests/activity/test_tools.py:38
test_skip_empty_with_empty_value software healthy tests/activity/test_tools.py:43
test_skip_empty_with_nonempty_value software healthy tests/activity/test_tools.py:48
test_pick_model software healthy tests/activity/test_tools.py:52
test_pick_model_dict software healthy tests/activity/test_tools.py:84
process software healthy tests/activity/test_tools.py:90
test_serialize_basic software healthy tests/activity/pydantic/test_activity_io.py:15

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

LabelLayerStatusPath
TestActivityConversationOps software healthy tests/activity/test_activity.py:52
TestActivityAgenticOps software healthy tests/activity/test_activity.py:456
TestChannelId software healthy tests/activity/test_channel_id.py:10
TestModelUtils software healthy tests/activity/test_tools.py:15
Foo software healthy tests/activity/test_tools.py:85
Bar software healthy tests/activity/test_tools.py:89
TestActivityIO software healthy tests/activity/pydantic/test_activity_io.py:13
DummyModel software healthy tests/activity/pydantic/test_channel_id_field_mixin.py:9
TestChannelIdFieldMixin software healthy tests/activity/pydantic/test_channel_id_field_mixin.py:16
TestDeferredString software healthy tests/activity/utils/test_deferred_string.py:8
SkipFalse software healthy tests/activity/_common/model_utils.py:8
SkipEmpty software healthy tests/activity/_common/model_utils.py:13
PickField software healthy tests/activity/_common/model_utils.py:18
MyChannelData software healthy tests/activity/_common/my_channel_data.py:4
TestTaskModule software healthy tests/hosting_teams/test_teams_agent_extension.py:90
TestMessageExtension software healthy tests/hosting_teams/test_teams_agent_extension.py:237
TestMeeting software healthy tests/hosting_teams/test_teams_agent_extension.py:456
TestTeamsAgentExtensionTopLevel software healthy tests/hosting_teams/test_teams_agent_extension.py:571
TestAuthorizationConfiguration software healthy tests/hosting_core/test_auth_configuration.py:7
MyChannelServiceAdapter software healthy tests/hosting_core/test_channel_service_adapter.py:25
TestChannelServiceAdapter software healthy tests/hosting_core/test_channel_service_adapter.py:29
_SimpleTestingAdapter software healthy tests/hosting_core/test_turn_context.py:30
TestTurnContext software healthy tests/hosting_core/test_turn_context.py:55
CustomError software healthy tests/hosting_core/test_error_handling.py:8
TestActivityHandler software healthy tests/hosting_core/test_activity_handler.py:13
TestRestChannelServiceClientFactory software healthy tests/hosting_core/test_rest_channel_service_client_factory…
_MockTestDataItem software healthy tests/hosting_core/state/test_agent_state.py:29
TestAgentState software healthy tests/hosting_core/state/test_agent_state.py:43
TestErrorMessage software healthy tests/hosting_core/errors/test_error_resources.py:23
TestErrorResources software healthy tests/hosting_core/errors/test_error_resources.py:69
TestDistributedErrorResources software healthy tests/hosting_core/errors/test_error_resources.py:118
StubAdapter software healthy tests/hosting_core/app/test_typing_indicator.py:18
StubTurnContext software healthy tests/hosting_core/app/test_typing_indicator.py:32
TestTypingOptions software healthy tests/hosting_core/app/test_typing_indicator.py:76
StateForTesting software healthy tests/hosting_core/app/test_state.py:21
TestStateClass software healthy tests/hosting_core/app/test_state.py:43
TestStatePropertyAccessor software healthy tests/hosting_core/app/test_state.py:195
StubAdapter software healthy tests/hosting_core/app/test_agent_application.py:20
StubTurnContext software healthy tests/hosting_core/app/test_agent_application.py:31
Test_RouteList software healthy tests/hosting_core/app/_routes/test_route_list.py:29
TestRoute software healthy tests/hosting_core/app/_routes/test_route.py:25
TestStreamingResponseNonStreamingChannel software healthy tests/hosting_core/app/streaming/test_streaming_response.py…
TestEnv software healthy tests/hosting_core/app/_oauth/test_authorization.py:114
TestAuthorizationSetup software healthy tests/hosting_core/app/_oauth/test_authorization.py:157
TestAuthorizationUsage software healthy tests/hosting_core/app/_oauth/test_authorization.py:197
TestTeamsSSOConsentRequired software healthy tests/hosting_core/app/_oauth/test_authorization.py:732
TestAuthHandler software healthy tests/hosting_core/app/_oauth/test_auth_handler.py:16
TestUtils software healthy tests/hosting_core/app/_oauth/_handlers/test_agentic_user_a…
TestAgenticUserAuthorization software healthy tests/hosting_core/app/_oauth/_handlers/test_agentic_user_a…
TestEnv software healthy tests/hosting_core/app/_oauth/_handlers/test_connector_user…

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

LabelLayerStatusPath
README.md software healthy README.md
CLAUDE.md software healthy CLAUDE.md
.pre-commit-config.yaml software healthy .pre-commit-config.yaml
DevInstructions.md software healthy DevInstructions.md
SUPPORT.md software healthy SUPPORT.md
CODE_OF_CONDUCT.md software healthy CODE_OF_CONDUCT.md
changelog.md software healthy changelog.md
SECURITY.md software healthy SECURITY.md
devcontainer.json software healthy .devcontainer/devcontainer.json
__init__.py software healthy tests/__init__.py
conftest.py software healthy tests/conftest.py
README.md software healthy tests/README.md
test_token_response.py software healthy tests/activity/test_token_response.py
test_activity.py software healthy tests/activity/test_activity.py
__init__.py software healthy tests/activity/__init__.py
test_load_configuration.py software healthy tests/activity/test_load_configuration.py
test_channel_id.py software healthy tests/activity/test_channel_id.py
test_tools.py software healthy tests/activity/test_tools.py
__init__.py software healthy tests/activity/pydantic/__init__.py
test_activity_io.py software healthy tests/activity/pydantic/test_activity_io.py
test_channel_id_field_mixin.py software healthy tests/activity/pydantic/test_channel_id_field_mixin.py
__init__.py software healthy tests/activity/utils/__init__.py
test_deferred_string.py software healthy tests/activity/utils/test_deferred_string.py
__init__.py software healthy tests/activity/_common/__init__.py
model_utils.py software healthy tests/activity/_common/model_utils.py
testing_activity.py software healthy tests/activity/_common/testing_activity.py
my_channel_data.py software healthy tests/activity/_common/my_channel_data.py
__init__.py software healthy tests/activity/entity/__init__.py
test_serialization.py software healthy tests/activity/entity/test_serialization.py
__init__.py software healthy tests/hosting_aiohttp/__init__.py
__init__.py software healthy tests/hosting_teams/__init__.py
test_teams_agent_extension.py software healthy tests/hosting_teams/test_teams_agent_extension.py
__init__.py software healthy tests/hosting_core/__init__.py
test_auth_configuration.py software healthy tests/hosting_core/test_auth_configuration.py
test_channel_service_adapter.py software healthy tests/hosting_core/test_channel_service_adapter.py
test_turn_context.py software healthy tests/hosting_core/test_turn_context.py
test_error_handling.py software healthy tests/hosting_core/test_error_handling.py
test_activity_handler.py software healthy tests/hosting_core/test_activity_handler.py
test_rest_channel_service_client_factory.py software healthy tests/hosting_core/test_rest_channel_service_client_factory…
__init__.py software healthy tests/hosting_core/state/__init__.py
test_agent_state.py software healthy tests/hosting_core/state/test_agent_state.py
__init__.py software healthy tests/hosting_core/errors/__init__.py
test_error_resources.py software healthy tests/hosting_core/errors/test_error_resources.py
__init__.py software healthy tests/hosting_core/app/__init__.py
test_typing_indicator.py software healthy tests/hosting_core/app/test_typing_indicator.py
test_state.py software healthy tests/hosting_core/app/test_state.py
test_agent_application.py software healthy tests/hosting_core/app/test_agent_application.py
test_route_list.py software healthy tests/hosting_core/app/_routes/test_route_list.py
__init__.py software healthy tests/hosting_core/app/_routes/__init__.py
test_route.py software healthy tests/hosting_core/app/_routes/test_route.py

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

LabelLayerStatusPath
.devcontainer software healthy .devcontainer
tests software healthy tests
activity software healthy tests/activity
pydantic software healthy tests/activity/pydantic
utils software healthy tests/activity/utils
_common software healthy tests/activity/_common
entity software healthy tests/activity/entity
hosting_aiohttp software healthy tests/hosting_aiohttp
hosting_teams software healthy tests/hosting_teams
hosting_core software healthy tests/hosting_core
state software healthy tests/hosting_core/state
errors software healthy tests/hosting_core/errors
app software healthy tests/hosting_core/app
_routes software healthy tests/hosting_core/app/_routes
streaming software healthy tests/hosting_core/app/streaming
_oauth software healthy tests/hosting_core/app/_oauth
_handlers software healthy tests/hosting_core/app/_oauth/_handlers
proactive software healthy tests/hosting_core/app/proactive
authorization software healthy tests/hosting_core/authorization
connector software healthy tests/hosting_core/connector
_common software healthy tests/hosting_core/_common
_oauth software healthy tests/hosting_core/_oauth
telemetry software healthy tests/hosting_core/telemetry
storage software healthy tests/hosting_core/storage
storage_blob software healthy tests/storage_blob
authentication_msal software healthy tests/authentication_msal
_common software healthy tests/_common
fixtures software healthy tests/_common/fixtures
testing_objects software healthy tests/_common/testing_objects
adapters software healthy tests/_common/testing_objects/adapters
mocks software healthy tests/_common/testing_objects/mocks
_tests software healthy tests/_common/_tests
testing_objects software healthy tests/_common/_tests/testing_objects
adapters software healthy tests/_common/_tests/testing_objects/adapters
mocks software healthy tests/_common/_tests/testing_objects/mocks
activity software healthy tests/_common/_tests/testing_objects/activity
storage software healthy tests/_common/_tests/storage
storage software healthy tests/_common/storage
hosting_dialogs software healthy tests/hosting_dialogs
choices software healthy tests/hosting_dialogs/choices
memory software healthy tests/hosting_dialogs/memory
scopes software healthy tests/hosting_dialogs/memory/scopes
_integration software healthy tests/_integration
common software healthy tests/_integration/common
scenarios software healthy tests/_integration/scenarios
copilotstudio_client software healthy tests/copilotstudio_client
storage_cosmos software healthy tests/storage_cosmos
scripts software healthy scripts
versioning software healthy versioning
helper software healthy versioning/helper

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

LabelLayerStatusPath
auth::tests/hosting_core/authorization/test_jwk_client_mana… security healthy tests/hosting_core/authorization/test_jwk_client_manager.py
auth::libraries/microsoft-agents-hosting-core/microsoft_age… security healthy libraries/microsoft-agents-hosting-core/microsoft_agents/ho…
auth::libraries/microsoft-agents-hosting-core/microsoft_age… security healthy libraries/microsoft-agents-hosting-core/microsoft_agents/ho…
auth::tests/_common/testing_objects/testing_token_provider.… security healthy tests/_common/testing_objects/testing_token_provider.py
auth::dev/testing/microsoft-agents-testing/microsoft_agents… security healthy dev/testing/microsoft-agents-testing/microsoft_agents/testi…
auth::tests/hosting_core/app/_oauth/test_authorization.py security healthy tests/hosting_core/app/_oauth/test_authorization.py
auth::test_samples/compat/dialogs/oauth_prompt/src/user_pro… security healthy test_samples/compat/dialogs/oauth_prompt/src/user_profile_d…
auth::libraries/microsoft-agents-hosting-core/microsoft_age… security healthy libraries/microsoft-agents-hosting-core/microsoft_agents/ho…
auth::libraries/microsoft-agents-activity/microsoft_agents/… security healthy libraries/microsoft-agents-activity/microsoft_agents/activi…
auth::test_samples/app_style/authorization_agent.py security healthy test_samples/app_style/authorization_agent.py
auth::libraries/microsoft-agents-hosting-aiohttp/microsoft_… security healthy libraries/microsoft-agents-hosting-aiohttp/microsoft_agents…
auth::libraries/microsoft-agents-hosting-core/microsoft_age… security healthy libraries/microsoft-agents-hosting-core/microsoft_agents/ho…
auth::dev/testing/microsoft-agents-testing/microsoft_agents… security healthy dev/testing/microsoft-agents-testing/microsoft_agents/testi…
auth::libraries/microsoft-agents-hosting-core/microsoft_age… security healthy libraries/microsoft-agents-hosting-core/microsoft_agents/ho…
auth::libraries/microsoft-agents-hosting-dialogs/microsoft_… security healthy libraries/microsoft-agents-hosting-dialogs/microsoft_agents…
auth::dev/testing/microsoft-agents-testing/tests/test_aioht… security healthy dev/testing/microsoft-agents-testing/tests/test_aiohttp_sce…
auth::libraries/microsoft-agents-hosting-core/microsoft_age… security healthy libraries/microsoft-agents-hosting-core/microsoft_agents/ho…
auth::libraries/microsoft-agents-hosting-core/microsoft_age… security healthy libraries/microsoft-agents-hosting-core/microsoft_agents/ho…
auth::libraries/microsoft-agents-hosting-core/microsoft_age… security healthy libraries/microsoft-agents-hosting-core/microsoft_agents/ho…
auth::libraries/microsoft-agents-hosting-core/microsoft_age… security healthy libraries/microsoft-agents-hosting-core/microsoft_agents/ho…
auth::libraries/microsoft-agents-activity/microsoft_agents/… security healthy libraries/microsoft-agents-activity/microsoft_agents/activi…
auth::libraries/microsoft-agents-activity/microsoft_agents/… security healthy libraries/microsoft-agents-activity/microsoft_agents/activi…
auth::libraries/microsoft-agents-activity/microsoft_agents/… security healthy libraries/microsoft-agents-activity/microsoft_agents/activi…
auth::tests/_common/testing_objects/testing_authorization.py security healthy tests/_common/testing_objects/testing_authorization.py
auth::libraries/microsoft-agents-hosting-core/microsoft_age… security healthy libraries/microsoft-agents-hosting-core/microsoft_agents/ho…
auth::libraries/microsoft-agents-authentication-msal/micros… security healthy libraries/microsoft-agents-authentication-msal/microsoft_ag…
auth::libraries/microsoft-agents-hosting-aiohttp/microsoft_… security healthy libraries/microsoft-agents-hosting-aiohttp/microsoft_agents…
auth::tests/hosting_core/app/_oauth/_handlers/test_connecto… security healthy tests/hosting_core/app/_oauth/_handlers/test_connector_user…
auth::test_samples/app_style/empty_agent.py security healthy test_samples/app_style/empty_agent.py
auth::tests/_common/testing_objects/mocks/mock_authorizatio… security healthy tests/_common/testing_objects/mocks/mock_authorization.py
auth::tests/hosting_core/app/_oauth/_handlers/test_user_aut… security healthy tests/hosting_core/app/_oauth/_handlers/test_user_authoriza…
auth::dev/testing/python-sdk-tests/tests/integration/test_t… security healthy dev/testing/python-sdk-tests/tests/integration/test_telemet…
auth::test_samples/fastapi/authorization_agent.py security healthy test_samples/fastapi/authorization_agent.py
auth::libraries/microsoft-agents-hosting-core/microsoft_age… security healthy libraries/microsoft-agents-hosting-core/microsoft_agents/ho…
auth::test_samples/teams_extension/task_modules_agent.py security healthy test_samples/teams_extension/task_modules_agent.py
auth::tests/hosting_core/app/_oauth/_handlers/test_agentic_… security healthy tests/hosting_core/app/_oauth/_handlers/test_agentic_user_a…
auth::libraries/microsoft-agents-hosting-core/microsoft_age… security healthy libraries/microsoft-agents-hosting-core/microsoft_agents/ho…
auth::libraries/microsoft-agents-hosting-core/microsoft_age… security healthy libraries/microsoft-agents-hosting-core/microsoft_agents/ho…
auth::test_samples/compat/teams_agent/teams_sso.py security healthy test_samples/compat/teams_agent/teams_sso.py
auth::libraries/microsoft-agents-hosting-core/microsoft_age… security healthy libraries/microsoft-agents-hosting-core/microsoft_agents/ho…
auth::libraries/microsoft-agents-authentication-msal/micros… security healthy libraries/microsoft-agents-authentication-msal/microsoft_ag…
auth::dev/testing/microsoft-agents-testing/microsoft_agents… security healthy dev/testing/microsoft-agents-testing/microsoft_agents/testi…
auth::tests/_common/testing_objects/testing_connection_mana… security healthy tests/_common/testing_objects/testing_connection_manager.py
auth::libraries/microsoft-agents-hosting-core/microsoft_age… security healthy libraries/microsoft-agents-hosting-core/microsoft_agents/ho…
auth::libraries/microsoft-agents-hosting-core/microsoft_age… security healthy libraries/microsoft-agents-hosting-core/microsoft_agents/ho…
auth::tests/hosting_core/app/_oauth/test_sign_in_state.py security healthy tests/hosting_core/app/_oauth/test_sign_in_state.py
auth::dev/testing/microsoft-agents-testing/tests/test_aioht… security healthy dev/testing/microsoft-agents-testing/tests/test_aiohttp_sce…
auth::libraries/microsoft-agents-hosting-core/microsoft_age… security healthy libraries/microsoft-agents-hosting-core/microsoft_agents/ho…
auth::libraries/microsoft-agents-hosting-core/microsoft_age… security healthy libraries/microsoft-agents-hosting-core/microsoft_agents/ho…
auth::tests/hosting_core/telemetry/test_oauth_spans.py security healthy tests/hosting_core/telemetry/test_oauth_spans.py

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

LabelLayerStatusPath
port:9901 network healthy dev/testing/microsoft-agents-testing/tests/core/test_integr…
port:9902 network healthy dev/testing/microsoft-agents-testing/tests/core/test_integr…
port:9903 network healthy dev/testing/microsoft-agents-testing/tests/core/test_integr…
port:9904 network healthy dev/testing/microsoft-agents-testing/tests/core/test_integr…
port:9905 network healthy dev/testing/microsoft-agents-testing/tests/core/test_integr…
port:9906 network healthy dev/testing/microsoft-agents-testing/tests/core/test_integr…
port:9907 network healthy dev/testing/microsoft-agents-testing/tests/core/test_integr…
port:9908 network healthy dev/testing/microsoft-agents-testing/tests/core/test_integr…
port:9909 network healthy dev/testing/microsoft-agents-testing/tests/core/test_integr…
port:9910 network healthy dev/testing/microsoft-agents-testing/tests/core/test_integr…
port:9911 network healthy dev/testing/microsoft-agents-testing/tests/core/test_integr…
port:9912 network healthy dev/testing/microsoft-agents-testing/tests/core/test_integr…
port:9913 network healthy dev/testing/microsoft-agents-testing/tests/core/test_integr…
port:9914 network healthy dev/testing/microsoft-agents-testing/tests/core/test_integr…
port:9920 network healthy dev/testing/microsoft-agents-testing/tests/core/test_integr…
port:9921 network healthy dev/testing/microsoft-agents-testing/tests/core/test_integr…
port:9922 network healthy dev/testing/microsoft-agents-testing/tests/core/test_integr…
port:9924 network healthy dev/testing/microsoft-agents-testing/tests/core/test_integr…
port:8080 network healthy dev/testing/microsoft-agents-testing/tests/core/transport/t…
port:19378 network healthy dev/testing/microsoft-agents-testing/tests/core/transport/t…
port:19874 network healthy dev/testing/microsoft-agents-testing/tests/core/transport/t…
port:19875 network healthy dev/testing/microsoft-agents-testing/tests/core/transport/t…
port:19876 network healthy dev/testing/microsoft-agents-testing/tests/core/transport/t…
port:19877 network healthy dev/testing/microsoft-agents-testing/tests/core/transport/t…
port:19878 network healthy dev/testing/microsoft-agents-testing/tests/core/transport/t…
port:19879 network healthy dev/testing/microsoft-agents-testing/tests/core/transport/t…
port:19880 network healthy dev/testing/microsoft-agents-testing/tests/core/transport/t…
port:19881 network healthy dev/testing/microsoft-agents-testing/tests/core/transport/t…
port:19882 network healthy dev/testing/microsoft-agents-testing/tests/core/transport/t…
port:19883 network healthy dev/testing/microsoft-agents-testing/tests/core/transport/t…
port:3978 network healthy dev/testing/microsoft-agents-testing/microsoft_agents/testi…
port:9378 network healthy dev/testing/microsoft-agents-testing/microsoft_agents/testi…
port:3999 network healthy test_samples/compat/agent_to_agent/agent_2/config.py

LabelLayerStatusPath
POST /api/messages api healthy test_samples/fastapi/empty_agent.py
GET /api/messages api healthy test_samples/fastapi/empty_agent.py

LabelLayerStatusPath
gha::codeql cicd healthy .github/workflows/codeql.yml
gha::python-package cicd healthy .github/workflows/python-package.yml

LabelLayerStatusPath
analyze cicd healthy .github/workflows/codeql.yml
build cicd healthy .github/workflows/python-package.yml

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

LabelLayerStatusPath
127.0.0.1 network healthy dev/testing/microsoft-agents-testing/microsoft_agents/testi…

LabelLayerStatusPath
vps::azure hardware healthy tests/hosting_core/test_turn_context.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/7d6ce753-cd50-496e-aa8f-dc78c913089d/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/7d6ce753-cd50-496e-aa8f-dc78c913089d/

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.