← Back to scan
File as GitHub Issue repo: microsoft/Agents-for-python

Push this scan report to microsoft/Agents-for-python

Click the green button below to open GitHub’s new-issue form, pre-filled with the report title, summary table, top findings, and an embedded score-card image. No authentication needed — you review on GitHub before submitting. Repobility is credited as the scanner.

Embedded score card image

This image will render at the top of the issue body. Hosted on Repobility, refreshes automatically after re-scans.

Repobility score card

Issue title

Missing import: `string` used but not imported

Curate findings to include

Pick exactly which findings appear in the issue body. By default the top 5 are included. Uncheck noise, check what matters.

Top 5 (default)
Severity Rule Title File:line
CRIT SEC099 [SEC099] JWT decoded without signature verification: JWT token is parsed without verifyin… test_samples/agentic-test/src/agent.py:48
CRIT SEC099 [SEC099] JWT decoded without signature verification: JWT token is parsed without verifyin… libraries/microsoft-agents-hosting-core…:227
CRIT SEC099 [SEC099] JWT decoded without signature verification: JWT token is parsed without verifyin… libraries/microsoft-agents-activity/mic…:43
CRIT MINED107 Missing import: `string` used but not imported libraries/microsoft-agents-hosting-dial…:40
CRIT MINED107 Missing import: `string` used but not imported libraries/microsoft-agents-hosting-dial…:173
CRIT MINED107 Missing import: `locale` used but not imported tests/_common/testing_objects/adapters/…:98
HIGH SEC135 [SEC135] Auth/permission check missing on AI-generated endpoint: Mutating HTTP endpoint g… test_samples/fastapi/empty_agent.py:44
HIGH SEC135 [SEC135] Auth/permission check missing on AI-generated endpoint: Mutating HTTP endpoint g… test_samples/fastapi/authorization_agen…:148
HIGH MINED020 [MINED020] Logging Credential Via Fstring: logger.error(f"failed for {api_key}") — secret… test_samples/fastapi/authorization_agen…:116
HIGH MINED020 [MINED020] Logging Credential Via Fstring: logger.error(f"failed for {api_key}") — secret… libraries/microsoft-agents-hosting-core…:91
HIGH MINED001 [MINED001] Bare Except Pass: except: pass or except Exception: pass — silently swallows e… libraries/microsoft-agents-hosting-core…:248
HIGH MINED001 [MINED001] Bare Except Pass: except: pass or except Exception: pass — silently swallows e… libraries/microsoft-agents-hosting-core…:85
HIGH MINED001 [MINED001] Bare Except Pass: except: pass or except Exception: pass — silently swallows e… libraries/microsoft-agents-hosting-core…:160
HIGH SEC029 [SEC029] Server-Side Request Forgery (SSRF) — outbound HTTP from user input: Outbound HTT… libraries/microsoft-agents-hosting-core…:162
HIGH SEC029 [SEC029] Server-Side Request Forgery (SSRF) — outbound HTTP from user input: Outbound HTT… libraries/microsoft-agents-activity/mic…:8
HIGH SEC029 [SEC029] Server-Side Request Forgery (SSRF) — outbound HTTP from user input: Outbound HTT… libraries/microsoft-agents-activity/mic…:8
HIGH SEC128 [SEC128] Async function without await — fire-and-forget Promise (AI mistake): Async call … libraries/microsoft-agents-hosting-core…:274
HIGH SEC128 [SEC128] Async function without await — fire-and-forget Promise (AI mistake): Async call … libraries/microsoft-agents-activity/mic…:49
HIGH MINED110 Blocking call `input` inside async function `start_service` test_samples/copilot_studio_client_samp…:41
HIGH MINED110 Blocking call `input` inside async function `main` dev/testing/microsoft-agents-testing/do…:57
HIGH MINED115 Action `actions/setup-python` pinned to mutable ref `@v3` .github/workflows/python-package.yml:27
HIGH MINED115 Action `actions/checkout` pinned to mutable ref `@v4` .github/workflows/python-package.yml:25
HIGH MINED115 Action `github/codeql-action/analyze` pinned to mutable ref `@v3` .github/workflows/codeql.yml:98
HIGH MINED115 Action `github/codeql-action/init` pinned to mutable ref `@v3` .github/workflows/codeql.yml:70
HIGH MINED115 Action `actions/checkout` pinned to mutable ref `@v4` .github/workflows/codeql.yml:60
HIGH MINED131 pre-commit hook `https://github.com/psf/black` pinned to mutable rev `22.3.0` .pre-commit-config.yaml:2
HIGH PYSEC-2024-38 fastapi: PYSEC-2024-38 test_samples/fastapi/requirements.txt
HIGH GHSA-6mq8-rvhq-8wgg aiohttp: GHSA-6mq8-rvhq-8wgg test_samples/fastapi/requirements.txt
HIGH GHSA-5m98-qgg9-wh84 aiohttp: GHSA-5m98-qgg9-wh84 test_samples/fastapi/requirements.txt
HIGH PYSEC-2024-24 aiohttp: PYSEC-2024-24 test_samples/fastapi/requirements.txt
HIGH PYSEC-2023-251 aiohttp: PYSEC-2023-251 test_samples/fastapi/requirements.txt
HIGH PYSEC-2023-250 aiohttp: PYSEC-2023-250 test_samples/fastapi/requirements.txt
HIGH PYSEC-2023-246 aiohttp: PYSEC-2023-246 test_samples/fastapi/requirements.txt
HIGH PYSEC-2023-120 aiohttp: PYSEC-2023-120 test_samples/fastapi/requirements.txt
HIGH SEC020 [SEC020] Secret Printed to Logs: Debug or diagnostic code appears to print a credential-b… test_samples/fastapi/authorization_agen…:116
HIGH MINED112 FastAPI POST (unknown path) has no auth libraries/microsoft-agents-hosting-aioh…:139
HIGH MINED112 FastAPI POST (unknown path) has no auth libraries/microsoft-agents-hosting-aioh…:132
HIGH MINED112 FastAPI DELETE (unknown path) has no auth libraries/microsoft-agents-hosting-aioh…:125
HIGH MINED112 FastAPI POST (unknown path) has no auth libraries/microsoft-agents-hosting-aioh…:92
HIGH MINED112 FastAPI DELETE (unknown path) has no auth libraries/microsoft-agents-hosting-aioh…:77
HIGH MINED112 FastAPI PUT (unknown path) has no auth libraries/microsoft-agents-hosting-aioh…:70
HIGH MINED112 FastAPI POST (unknown path) has no auth libraries/microsoft-agents-hosting-aioh…:63
HIGH MINED112 FastAPI POST (unknown path) has no auth libraries/microsoft-agents-hosting-aioh…:54
HIGH MINED112 FastAPI POST (unknown path) has no auth libraries/microsoft-agents-hosting-fast…:144
HIGH MINED112 FastAPI POST (unknown path) has no auth libraries/microsoft-agents-hosting-fast…:137
HIGH MINED112 FastAPI DELETE (unknown path) has no auth libraries/microsoft-agents-hosting-fast…:128
HIGH MINED112 FastAPI POST (unknown path) has no auth libraries/microsoft-agents-hosting-fast…:93
HIGH MINED112 FastAPI DELETE (unknown path) has no auth libraries/microsoft-agents-hosting-fast…:76
HIGH MINED112 FastAPI PUT (unknown path) has no auth libraries/microsoft-agents-hosting-fast…:69
HIGH MINED112 FastAPI POST (unknown path) has no auth libraries/microsoft-agents-hosting-fast…:60
HIGH MINED112 FastAPI POST (unknown path) has no auth libraries/microsoft-agents-hosting-fast…:51
HIGH MINED112 FastAPI POST /api/messages has no auth test_samples/fastapi/authorization_agen…:149
HIGH MINED112 FastAPI POST /api/messages has no auth test_samples/fastapi/empty_agent.py:45
MED SEC134 [SEC134] AI scaffold leftover — Lorem ipsum / example.com / John Doe in code: Lorem ipsum… libraries/microsoft-agents-hosting-core…:113
MED ERR001 [ERR001] Silent Exception Swallowing: Silently swallowing all exceptions hides bugs. Even… libraries/microsoft-agents-hosting-core…:248
MED ERR001 [ERR001] Silent Exception Swallowing: Silently swallowing all exceptions hides bugs. Even… libraries/microsoft-agents-hosting-core…:85
MED SEC136 [SEC136] AI-typical over-broad exception handler swallowing all errors: Catch-all excepti… libraries/microsoft-agents-activity/mic…:62
MED SEC127 [SEC127] AI agent stub — TODO: implement / pass placeholder body: Function body left as T… libraries/microsoft-agents-hosting-core…:35
MED SEC127 [SEC127] AI agent stub — TODO: implement / pass placeholder body: Function body left as T… libraries/microsoft-agents-hosting-aioh…:17
MED SEC127 [SEC127] AI agent stub — TODO: implement / pass placeholder body: Function body left as T… libraries/microsoft-agents-activity/mic…:42
MED MINED111 Bare except continues silently libraries/microsoft-agents-hosting-core…:341
MED MINED111 Bare except continues silently libraries/microsoft-agents-hosting-core…:278
MED MINED111 Bare except continues silently libraries/microsoft-agents-hosting-core…:212
MED MINED111 Bare except continues silently libraries/microsoft-agents-hosting-core…:340
MED MINED111 Bare except continues silently libraries/microsoft-agents-hosting-core…:95
MED MINED111 Bare except continues silently libraries/microsoft-agents-hosting-core…:164
MED MINED111 Bare except continues silently libraries/microsoft-agents-hosting-core…:254
MED MINED111 Bare except continues silently libraries/microsoft-agents-hosting-core…:245
MED MINED111 Bare except continues silently libraries/microsoft-agents-hosting-team…:657
MED MINED111 Bare except continues silently libraries/microsoft-agents-storage-cosm…:148
MED MINED111 Bare except continues silently test_samples/compat/dialogs/oauth_promp…:98
MED MINED111 Bare except continues silently test_samples/compat/teams_agent/teams_m…:184
MED MINED111 Bare except continues silently test_samples/app_style/authorization_ag…:63
MED MINED111 Bare except continues silently test_samples/app_style/authorization_ag…:244
MED MINED111 Bare except continues silently test_samples/app_style/authorization_ag…:227
MED MINED111 Bare except continues silently test_samples/app_style/authorization_ag…:182
MED MINED111 Bare except continues silently test_samples/app_style/authorization_ag…:141
MED MINED111 Bare except continues silently test_samples/app_style/authorization_ag…:101
MED MINED111 Bare except continues silently test_samples/app_style/authorization_ag…:70
MED MINED111 Bare except continues silently test_samples/app_style/mcs_agent.py:168
MED MINED111 Bare except continues silently dev/testing/microsoft-agents-testing/mi…:106
MED MINED111 Bare except continues silently dev/testing/microsoft-agents-testing/mi…:157
MED MINED111 Bare except continues silently dev/testing/microsoft-agents-testing/mi…:36
MED MINED111 Bare except continues silently dev/testing/microsoft-agents-testing/mi…:224
MED MINED109 Mutable default argument in `__init__` (dict) tests/_common/testing_objects/mocks/moc…:11
MED MINED109 Mutable default argument in `mock_instance` (dict) tests/_common/mock_utils.py:1
MED COMP001 [COMP001] High cognitive complexity: Function `get_token_provider` has cognitive complexi… libraries/microsoft-agents-authenticati…:99
MED COMP001 [COMP001] High cognitive complexity: Function `__new__` has cognitive complexity 17 (Sona… libraries/microsoft-agents-activity/mic…:40
MED COMP001 [COMP001] High cognitive complexity: Function `assert_reply` has cognitive complexity 16 … dev/hosting_dialogs/helpers.py:175
MED DEPCUR-GHA GitHub Action `actions/setup-python@v3` is 3 major version(s) behind (latest v6.2.0) .github/workflows/python-package.yml:27
MED DEPCUR-GHA GitHub Action `actions/checkout@v4` is 2 major version(s) behind (latest v6.0.3) .github/workflows/python-package.yml:25
MED DEPCUR-GHA GitHub Action `actions/checkout@v4` is 2 major version(s) behind (latest v6.0.3) .github/workflows/codeql.yml:60
MED MINED124 requirements.txt: `opentelemetry-instrumentation-aiohttp-client` has no version pin test_samples/otel/requirements.txt:8
MED MINED124 requirements.txt: `opentelemetry-instrumentation-aiohttp-server` has no version pin test_samples/otel/requirements.txt:7
MED MINED124 requirements.txt: `microsoft-agents-activity` has no version pin test_samples/otel/requirements.txt:6
MED MINED124 requirements.txt: `microsoft-agents-authentication-msal` has no version pin test_samples/otel/requirements.txt:5
MED MINED124 requirements.txt: `microsoft-agents-hosting-core` has no version pin test_samples/otel/requirements.txt:4
MED MINED124 requirements.txt: `microsoft-agents-hosting-aiohttp` has no version pin test_samples/otel/requirements.txt:3
MED MINED124 requirements.txt: `aiohttp` has no version pin test_samples/otel/requirements.txt:2
MED MINED124 requirements.txt: `python-dotenv` has no version pin test_samples/otel/requirements.txt:1
MED MINED124 requirements.txt: `python-dotenv` has no version pin test_samples/proactive/requirements.txt:6
MED MINED124 requirements.txt: `aiohttp` has no version pin test_samples/proactive/requirements.txt:5
MED MINED124 requirements.txt: `microsoft-agents-hosting-aiohttp` has no version pin test_samples/proactive/requirements.txt:4
MED MINED124 requirements.txt: `microsoft-agents-authentication-msal` has no version pin test_samples/proactive/requirements.txt:3
MED MINED124 requirements.txt: `microsoft-agents-hosting-core` has no version pin test_samples/proactive/requirements.txt:2
MED MINED124 requirements.txt: `microsoft-agents-activity` has no version pin test_samples/proactive/requirements.txt:1
MED MINED124 requirements.txt: `click` has no version pin dev/requirements.txt:11
MED MINED124 requirements.txt: `pytest-aiohttp` has no version pin dev/requirements.txt:10
MED MINED124 requirements.txt: `python-dotenv` has no version pin dev/requirements.txt:9
MED MINED124 requirements.txt: `pydantic` has no version pin dev/requirements.txt:8
MED MINED124 requirements.txt: `requests` has no version pin dev/requirements.txt:7
MED MINED124 requirements.txt: `aiohttp` has no version pin dev/requirements.txt:6
MED MINED124 requirements.txt: `pytest-mock` has no version pin dev/requirements.txt:5
MED MINED124 requirements.txt: `pytest-asyncio` has no version pin dev/requirements.txt:4
MED MINED124 requirements.txt: `pytest` has no version pin dev/requirements.txt:3
MED MINED124 requirements.txt: `microsoft-agents-hosting-core` has no version pin dev/requirements.txt:2
MED MINED124 requirements.txt: `microsoft-agents-activity` has no version pin dev/requirements.txt:1
MED GHSA-mf9w-mj56-hr94 python-dotenv: GHSA-mf9w-mj56-hr94 test_samples/fastapi/requirements.txt
MED GHSA-w2fm-2cpv-w7v5 aiohttp: GHSA-w2fm-2cpv-w7v5 test_samples/fastapi/requirements.txt
MED GHSA-pjjw-qhg8-p2p9 aiohttp: GHSA-pjjw-qhg8-p2p9 test_samples/fastapi/requirements.txt
MED GHSA-p998-jp59-783m aiohttp: GHSA-p998-jp59-783m test_samples/fastapi/requirements.txt
MED GHSA-m5qp-6w8w-w647 aiohttp: GHSA-m5qp-6w8w-w647 test_samples/fastapi/requirements.txt
MED GHSA-jj3x-wxrx-4x23 aiohttp: GHSA-jj3x-wxrx-4x23 test_samples/fastapi/requirements.txt
MED GHSA-jg22-mg44-37j8 aiohttp: GHSA-jg22-mg44-37j8 test_samples/fastapi/requirements.txt
MED GHSA-hg6j-4rv6-33pg aiohttp: GHSA-hg6j-4rv6-33pg test_samples/fastapi/requirements.txt
MED GHSA-g84x-mcqj-x9qq aiohttp: GHSA-g84x-mcqj-x9qq test_samples/fastapi/requirements.txt
MED GHSA-c427-h43c-vf67 aiohttp: GHSA-c427-h43c-vf67 test_samples/fastapi/requirements.txt
MED GHSA-8qpw-xqxj-h4r2 aiohttp: GHSA-8qpw-xqxj-h4r2 test_samples/fastapi/requirements.txt
MED GHSA-8495-4g3g-x7pr aiohttp: GHSA-8495-4g3g-x7pr test_samples/fastapi/requirements.txt
MED GHSA-7gpw-8wmc-pm8g aiohttp: GHSA-7gpw-8wmc-pm8g test_samples/fastapi/requirements.txt
MED GHSA-6jhg-hg63-jvvf aiohttp: GHSA-6jhg-hg63-jvvf test_samples/fastapi/requirements.txt
MED WEB003 Public web service has no security.txt .well-known/security.txt
LOW SEC118 [SEC118] UUIDv1 / UUIDv3 used for security-sensitive identifier: UUIDv1 encodes the MAC a… libraries/microsoft-agents-hosting-dial…:94
LOW GHSA-mwh4-6h8g-pg8w aiohttp: GHSA-mwh4-6h8g-pg8w test_samples/fastapi/requirements.txt
LOW GHSA-mqqc-3gqh-h2x8 aiohttp: GHSA-mqqc-3gqh-h2x8 test_samples/fastapi/requirements.txt
LOW GHSA-hcc4-c3v8-rx92 aiohttp: GHSA-hcc4-c3v8-rx92 test_samples/fastapi/requirements.txt
LOW GHSA-fh55-r93g-j68g aiohttp: GHSA-fh55-r93g-j68g test_samples/fastapi/requirements.txt
LOW GHSA-966j-vmvw-g2g9 aiohttp: GHSA-966j-vmvw-g2g9 test_samples/fastapi/requirements.txt
LOW GHSA-9548-qrrj-x5pj aiohttp: GHSA-9548-qrrj-x5pj test_samples/fastapi/requirements.txt
LOW GHSA-69f9-5gxw-wvc2 aiohttp: GHSA-69f9-5gxw-wvc2 test_samples/fastapi/requirements.txt
LOW GHSA-63hf-3vf5-4wqf aiohttp: GHSA-63hf-3vf5-4wqf test_samples/fastapi/requirements.txt
LOW GHSA-54jq-c3m8-4m76 aiohttp: GHSA-54jq-c3m8-4m76 test_samples/fastapi/requirements.txt
LOW GHSA-3wq7-rqq7-wx6j aiohttp: GHSA-3wq7-rqq7-wx6j test_samples/fastapi/requirements.txt
LOW GHSA-2vrm-gr82-f7m5 aiohttp: GHSA-2vrm-gr82-f7m5 test_samples/fastapi/requirements.txt
LOW AIC003 Duplicated implementation block across source files libraries/microsoft-agents-storage-blob…:1
LOW AIC003 Duplicated implementation block across source files libraries/microsoft-agents-hosting-team…:2
LOW AIC003 Duplicated implementation block across source files libraries/microsoft-agents-hosting-team…:1
LOW AIC003 Duplicated implementation block across source files libraries/microsoft-agents-hosting-fast…:1
LOW AIC003 Duplicated implementation block across source files libraries/microsoft-agents-hosting-fast…:30
LOW AIC003 Duplicated implementation block across source files libraries/microsoft-agents-hosting-fast…:14
LOW AIC003 Duplicated implementation block across source files libraries/microsoft-agents-hosting-fast…:3
LOW AIC003 Duplicated implementation block across source files libraries/microsoft-agents-hosting-dial…:1
LOW AIC003 Duplicated implementation block across source files libraries/microsoft-agents-hosting-dial…:58
LOW AIC003 Duplicated implementation block across source files libraries/microsoft-agents-hosting-core…:272
LOW AIC003 Duplicated implementation block across source files libraries/microsoft-agents-hosting-core…:19
LOW AIC003 Duplicated implementation block across source files libraries/microsoft-agents-hosting-core…:1
LOW AIC003 Duplicated implementation block across source files libraries/microsoft-agents-hosting-core…:19
LOW AIC003 Duplicated implementation block across source files libraries/microsoft-agents-hosting-core…:247
LOW AIC003 Duplicated implementation block across source files libraries/microsoft-agents-hosting-aioh…:1
LOW AIC003 Duplicated implementation block across source files libraries/microsoft-agents-hosting-aioh…:13
LOW AIC003 Duplicated implementation block across source files libraries/microsoft-agents-copilotstudi…:1
LOW AIC003 Duplicated implementation block across source files libraries/microsoft-agents-activity/mic…:8
LOW AIC003 Duplicated implementation block across source files libraries/microsoft-agents-activity/mic…:7
LOW AIC003 Duplicated implementation block across source files libraries/microsoft-agents-activity/mic…:8
LOW AIC003 Duplicated implementation block across source files libraries/microsoft-agents-activity/mic…:7
LOW AIC003 Duplicated implementation block across source files libraries/microsoft-agents-activity/mic…:8
INFO MINED064 [MINED064] Python Input Call: input() blocks for stdin. Inappropriate in services. test_samples/copilot_studio_client_samp…:41
INFO MINED043 [MINED043] Http Not Https: Hardcoded http:// (not localhost) for endpoints that handle cr… test_samples/otel/src/card.py:6
INFO MINED043 [MINED043] Http Not Https: Hardcoded http:// (not localhost) for endpoints that handle cr… test_samples/fastapi/shared/cards.py:7
INFO MINED043 [MINED043] Http Not Https: Hardcoded http:// (not localhost) for endpoints that handle cr… test_samples/compat/dialogs/oauth_promp…:6
INFO MINED076 [MINED076] Catch And Reraise Noop: except X: raise X — adds no value, hides traceback if … test_samples/compat/dialogs/complex_dia…:45
INFO MINED055 [MINED055] Npm Install No Lockfile: Production image runs npm install (resolves new versi… scripts/dev_setup.sh:4
INFO MINED062 [MINED062] Python Dataclass No Fields: @dataclass over an empty class — unfinished model. libraries/microsoft-agents-hosting-core…:14
INFO MINED062 [MINED062] Python Dataclass No Fields: @dataclass over an empty class — unfinished model. libraries/microsoft-agents-hosting-core…:15
INFO MINED062 [MINED062] Python Dataclass No Fields: @dataclass over an empty class — unfinished model. libraries/microsoft-agents-hosting-core…:15
INFO MINED050 [MINED050] Stub Only Function: Function declared but body is just pass, return None, rais… libraries/microsoft-agents-activity/mic…:52
INFO MINED050 [MINED050] Stub Only Function: Function declared but body is just pass, return None, rais… libraries/microsoft-agents-activity/mic…:23
INFO MINED050 [MINED050] Stub Only Function: Function declared but body is just pass, return None, rais… libraries/microsoft-agents-activity/mic…:15
Reset to top 5 178 findings available (after auto-suppression of test files + won't-fix)

Issue body (markdown)

## Code-quality scan: `microsoft/Agents-for-python`

**Score: 55/100 (C+)**  ·  237 findings  ·  scanned 2026-06-05 21:23 UTC  ·  96,247 LOC

| Severity | Count |
|---|---|
| CRITICAL | 6 |
| HIGH | 47 |
| MEDIUM | 79 |
| LOW | 34 |

📊 [Full filterable report](https://repobility.com/scan/7d6ce753-cd50-496e-aa8f-dc78c913089d/)  ·  ![scorecard](https://repobility.com/scan/7d6ce753-cd50-496e-aa8f-dc78c913089d/report.png?v=1780694620-s2)

### Top findings

1. **CRITICAL** `SEC099` — JWT decoded without signature verification
   `test_samples/agentic-test/src/agent.py:48` · A07:2021 Identification & Authentication Failures
2. **CRITICAL** `SEC099` — JWT decoded without signature verification
   `libraries/microsoft-agents-hosting-core/microsoft_agents/hosting/core/app/oauth/_handlers/connector_user_authorization.py:227` · A07:2021 Identification & Authentication Failures
3. **CRITICAL** `SEC099` — JWT decoded without signature verification
   `libraries/microsoft-agents-activity/microsoft_agents/activity/token_response.py:43` · A07:2021 Identification & Authentication Failures
4. **CRITICAL** `MINED107` — Missing import: `string` used but not imported
   `libraries/microsoft-agents-hosting-dialogs/microsoft_agents/hosting/dialogs/memory/path_resolvers/at_path_resolver.py:40` · ✓ Repobility
5. **CRITICAL** `MINED107` — Missing import: `string` used but not imported
   `libraries/microsoft-agents-hosting-dialogs/microsoft_agents/hosting/dialogs/memory/dialog_state_manager.py:173` · ✓ Repobility

---

**Security note**: this issue is public. If any flagged finding is a real, exploitable vulnerability, please redirect to your `SECURITY.md` policy or open a [private security advisory](https://docs.github.com/en/code-security/security-advisories/guidance-on-reporting-and-writing-information-about-vulnerabilities/privately-reporting-a-security-vulnerability) instead. We're happy to close this and re-submit privately.

---

_Filed automatically. Close this issue if not useful — we won't refile. Full report: https://repobility.com/scan/7d6ce753-cd50-496e-aa8f-dc78c913089d/_
Already filed
'microsoft' is on the known-megaproject org list. These projects use auto-triage bots and established security disclosure channels. Unsolicited automated issues from Repobility would be perceived as AI-generated spam. For security findings, follow the project's SECURITY.md policy. For non-security findings, open a focused PR or community discussion instead.
Already filed
This repo publishes a SECURITY.md policy and the scan contains 11 Critical/High security finding(s). Public issue filing would violate coordinated disclosure. Submit privately via the project's security reporting channel.
Megaproject â high spam risk
Could not determine 'microsoft/Agents-for-python' star count (GitHub API rate-limited or unreachable). When in doubt about repo size, prefer opening a focused PR or a discussion rather than an issue.
Already filed
137/246 findings (56%) on this scan are already flagged as test-file, won't-fix, or suppressed. The scan is too noisy to file as a single issue. Curate down to specific actionable findings, or address the FP source first.

The button opens GitHubâs new-issue page in a new tab. You will see the title + body pre-filled â review, edit if you want, then click GitHubâs "Submit new issue" button. Repobility never posts anything on your behalf.

For real security findings on big repos: use the project's SECURITY.md or private advisory flow instead of a public issue.