← Back to scan
File as GitHub Issue repo: bdfinst/agentic-dev-team

Push this scan report to bdfinst/agentic-dev-team

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

Detected a Generic API Key, potentially exposing access to various services and sensitive

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 MINED030 [MINED030] Python Pickle Loads: pickle.loads() can execute arbitrary code via __reduce__. evals/semgrep-rulesets/ml-patterns/posi…:9
CRIT SEC081 [SEC081] Python: pickle.loads / marshal.loads on untrusted data: pickle.load(s) and marsh… evals/semgrep-rulesets/ml-patterns/posi…:9
CRIT MINED107 Missing import: `warnings` used but not imported scripts/lib/apply_accepted_risks.py:211
CRIT stripe-access-token Found a Stripe Access Token, posing a risk to payment processing services and sensitive f… evals/fixtures/sec-hardcoded-secrets.ts:9
CRIT generic-api-key Detected a Generic API Key, potentially exposing access to various services and sensitive… evals/custom-tools/entropy-check/fixtur…:3
CRIT MINED114 Admin endpoint without auth: POST /admin/reload-model evals/comparative/fixture-repo/services…:19
HIGH SEC103 [SEC103] LDAP injection — non-constant search filter: User input concatenated into an LDA… plugins/security-assessment/scripts/ver…:155
HIGH SEC128 [SEC128] Async function without await — fire-and-forget Promise (AI mistake): Async call … plugins/security-assessment/harness/red…:133
HIGH SEC128 [SEC128] Async function without await — fire-and-forget Promise (AI mistake): Async call … plugins/security-assessment/harness/red…:76
HIGH SEC128 [SEC128] Async function without await — fire-and-forget Promise (AI mistake): Async call … plugins/dev-team/tools/model-hash-verif…:55
HIGH MINED104 [MINED104] Chmod 777: chmod 777 makes a file or directory world-readable, world-writable,… plugins/dev-team/hooks/destructive-guar…:56
HIGH MINED021 [MINED021] Path Traversal Os Join: os.path.join(user_dir, filename) where filename can co… evals/upgrade-migration/migrate.py:129
HIGH MINED001 [MINED001] Bare Except Pass: except: pass or except Exception: pass — silently swallows e… plugins/security-assessment/harness/too…:74
HIGH MINED001 [MINED001] Bare Except Pass: except: pass or except Exception: pass — silently swallows e… evals/upgrade-migration/migrate.py:95
HIGH SEC078 [SEC078] Python: requests without timeout: requests.get/post without a timeout will hang … evals/semgrep-rulesets/crypto-anti-patt…:9
HIGH SEC078 [SEC078] Python: requests without timeout: requests.get/post without a timeout will hang … evals/semgrep-rulesets/crypto-anti-patt…:9
HIGH MINED009 [MINED009] Floats For Money: Variable named price/amount/cost typed as float instead of D… evals/comparative/fixture-repo/services…:13
HIGH MINED014 [MINED014] Disabled Tls Verify: verify=False in requests, rejectUnauthorized:false in nod… evals/semgrep-rulesets/crypto-anti-patt…:9
HIGH MINED014 [MINED014] Disabled Tls Verify: verify=False in requests, rejectUnauthorized:false in nod… evals/comparative/fixture-repo/services…:16
HIGH MINED004 [MINED004] Weak Crypto: MD5/SHA1/DES/RC4 used for security context (not just checksums). plugins/dev-team/hooks/tdd-guard.sh:52
HIGH MINED004 [MINED004] Weak Crypto: MD5/SHA1/DES/RC4 used for security context (not just checksums). evals/semgrep-rulesets/crypto-anti-patt…:14
HIGH MINED004 [MINED004] Weak Crypto: MD5/SHA1/DES/RC4 used for security context (not just checksums). evals/comparative/fixture-repo/services…:11
HIGH SEC135 [SEC135] Auth/permission check missing on AI-generated endpoint: Mutating HTTP endpoint g… evals/comparative/fixture-repo/services…:18
HIGH SEC135 [SEC135] Auth/permission check missing on AI-generated endpoint: Mutating HTTP endpoint g… evals/comparative/fixture-repo/services…:28
HIGH MINED108 `self._request` used but never assigned in __init__ plugins/security-assessment/harness/red…:133
HIGH MINED108 `self._request` used but never assigned in __init__ plugins/security-assessment/harness/red…:129
HIGH MINED108 `self._request` used but never assigned in __init__ plugins/security-assessment/harness/red…:126
HIGH MINED108 `self._audit` used but never assigned in __init__ plugins/security-assessment/harness/red…:117
HIGH MINED108 `self._audit` used but never assigned in __init__ plugins/security-assessment/harness/red…:111
HIGH MINED108 `self._ensure_session` used but never assigned in __init__ plugins/security-assessment/harness/red…:105
HIGH MINED108 `self._apply_rate_limit` used but never assigned in __init__ plugins/security-assessment/harness/red…:102
HIGH MINED108 `self._check_budget` used but never assigned in __init__ plugins/security-assessment/harness/red…:101
HIGH COMP001 [COMP001] High cognitive complexity: Function `run` has cognitive complexity 27 (SonarSou… evals/static-analysis-tools/validate.py:223
HIGH COMP001 [COMP001] High cognitive complexity: Function `parse_result` has cognitive complexity 43 … evals/static-analysis-tools/validate.py:78
HIGH DKR014 Dockerfile copies the entire context without .dockerignore evals/comparative/fixture-repo/services…:12
HIGH DKR014 Dockerfile copies the entire context without .dockerignore evals/comparative/fixture-repo/services…:9
HIGH SEC016 [SEC016] LLM Prompt Injection — User Input in AI Prompt: User-supplied text is interpolat… evals/semgrep-rulesets/llm-safety/posit…:15
HIGH MINED115 Action `actions/checkout` pinned to mutable ref `@v4` .github/workflows/plugin-tests.yml:12
HIGH MINED115 Action `googleapis/release-please-action` pinned to mutable ref `@v4` .github/workflows/release-please.yml:16
HIGH MINED115 Action `actions/setup-node` pinned to mutable ref `@v4` evals/codebase-recon/fixtures/ts-monore…:12
HIGH MINED115 Action `actions/checkout` pinned to mutable ref `@v4` evals/codebase-recon/fixtures/ts-monore…:11
HIGH MINED115 Action `actions/checkout` pinned to mutable ref `@v4` evals/comparative/fixture-repo/.github/…:31
HIGH MINED115 Action `actions/setup-python` pinned to mutable ref `@v5` evals/comparative/fixture-repo/.github/…:12
HIGH MINED115 Action `actions/checkout` pinned to mutable ref `@v4` evals/comparative/fixture-repo/.github/…:11
HIGH MINED118 Dockerfile FROM `python:3.10-slim` not pinned by digest evals/comparative/fixture-repo/services…:9
HIGH MINED118 Dockerfile FROM `python:3.10` not pinned by digest evals/comparative/fixture-repo/services…:2
HIGH MINED118 Dockerfile FROM `node:20-slim` not pinned by digest evals/comparative/fixture-repo/services…:5
HIGH MINED118 Dockerfile FROM `node:20` not pinned by digest evals/comparative/fixture-repo/services…:1
HIGH PYSEC-2024-110 scikit-learn: PYSEC-2024-110 plugins/security-assessment/harness/red…
HIGH SEC013 [SEC013] Path Traversal — User Input in File Path: User-controlled input used in file pat… plugins/dev-team/skills/static-analysis…:175
HIGH MINED113 Express POST /events has no auth evals/codebase-recon/fixtures/ts-monore…:9
HIGH MINED113 Express POST /score has no auth evals/comparative/fixture-repo/services…:28
HIGH MINED113 Express DELETE /api/users/:id has no auth evals/fixtures/sec-sql-injection.ts:43
HIGH MINED113 Express POST /api/login has no auth evals/fixtures/sec-sql-injection.ts:25
HIGH MINED112 FastAPI POST /ingest has no auth evals/codebase-recon/fixtures/polyglot/…:30
HIGH MINED112 FastAPI POST /predict has no auth evals/comparative/fixture-repo/services…:35
MED SEC125 [SEC125] AI placeholder credential left in source (your-api-key-here style): AI coding as… plugins/security-assessment/harness/too…:65
MED SEC125 [SEC125] AI placeholder credential left in source (your-api-key-here style): AI coding as… plugins/dev-team/tools/entropy-check.py:96
MED SEC007 [SEC007] Unsafe Deserialization: Unsafe deserialization can execute arbitrary code. evals/semgrep-rulesets/ml-patterns/posi…:9
MED SEC011 [SEC011] Unsafe PyTorch Model Loading: torch.load() uses pickle internally and can execut… evals/semgrep-rulesets/ml-patterns/posi…:20
MED SEC139 [SEC139] AI-generated migration/route without companion test file: Route or migration tou… evals/comparative/fixture-repo/services…:18
MED SEC014 [SEC014] SSL Verification Disabled: SSL certificate verification is disabled, allowing ma… evals/semgrep-rulesets/crypto-anti-patt…:9
MED SEC014 [SEC014] SSL Verification Disabled: SSL certificate verification is disabled, allowing ma… evals/comparative/fixture-repo/services…:16
MED MINED111 Bare except continues silently plugins/security-assessment/harness/red…:88
MED MINED111 Bare except continues silently plugins/security-assessment/harness/red…:91
MED MINED111 Bare except continues silently evals/semgrep-rulesets/fraud-domain/neg…:8
MED MINED111 Bare except continues silently evals/semgrep-rulesets/fraud-domain/pos…:9
MED MINED111 Bare except continues silently evals/static-analysis-tools/validate.py:248
MED MINED111 Bare except continues silently scripts/lib/normalize_findings.py:75
MED DKR007 Docker build context has no .dockerignore .dockerignore
MED DEPCUR-NPM npm package `express` is 1 major version(s) behind (^4.19.0 -> 5.2.1) evals/codebase-recon/fixtures/ts-monore…
MED DEPCUR-NPM npm package `express` is 1 major version(s) behind (^4.18.2 -> 5.2.1) evals/fixtures/cs-broken-paths/package.…
MED DEPCUR-NPM npm package `@types/express` is 1 major version(s) behind (^4.17.0 -> 5.0.6) evals/comparative/fixture-repo/services…
MED DEPCUR-NPM npm package `dotenv` is 1 major version(s) behind (^16.3.0 -> 17.4.2) evals/comparative/fixture-repo/services…
MED DEPCUR-NPM npm package `express` is 1 major version(s) behind (^4.19.0 -> 5.2.1) evals/comparative/fixture-repo/services…
MED MINED124 requirements.txt: `numpy` has no version pin evals/comparative/fixture-repo/services…:6
MED MINED124 requirements.txt: `pycryptodome` has no version pin evals/comparative/fixture-repo/services…:5
MED MINED124 requirements.txt: `httpx` has no version pin evals/comparative/fixture-repo/services…:4
MED MINED124 requirements.txt: `onnx` has no version pin evals/comparative/fixture-repo/services…:3
MED MINED124 requirements.txt: `fastapi` has no version pin evals/comparative/fixture-repo/services…:2
MED DKR018 Database dump or local database file is included in Docker build context .dockerignore
MED DKR001 Docker final stage has no non-root USER evals/comparative/fixture-repo/services…:9
MED DKR001 Docker final stage has no non-root USER evals/comparative/fixture-repo/services…:6
MED SEC017 [SEC017] Unbounded Input to LLM/External API: User input is passed to an LLM or external … evals/semgrep-rulesets/llm-safety/posit…:15
LOW COMP001 [COMP001] High cognitive complexity: Function `check_install_hints` has cognitive complex… evals/static-analysis-tools/validate.py:188
LOW DEPCUR-PY Python package `uvicorn` is minor version(s) behind (0.30.0 -> 0.49.0) evals/codebase-recon/fixtures/polyglot/…:3
LOW DEPCUR-PY Python package `fastapi` is minor version(s) behind (0.111.0 -> 0.136.3) evals/codebase-recon/fixtures/polyglot/…:1
LOW AIC003 Duplicated implementation block across source files plugins/dev-team/tools/model-hash-verif…:126
LOW DKR012 Dockerfile keeps pip download cache evals/comparative/fixture-repo/services…:6
INFO MINED053 [MINED053] Placeholder Default Username: [email protected] / [email protected] / admin/admin… plugins/security-assessment/harness/too…:65
INFO MINED053 [MINED053] Placeholder Default Username: [email protected] / [email protected] / admin/admin… plugins/dev-team/tools/entropy-check.py:96
INFO MINED050 [MINED050] Stub Only Function: Function declared but body is just pass, return None, rais… plugins/security-assessment/harness/too…:75
INFO MINED050 [MINED050] Stub Only Function: Function declared but body is just pass, return None, rais… evals/upgrade-migration/migrate.py:96
INFO MINED067 [MINED067] Python Requests No Timeout: requests.get/post/etc. without timeout= can hang f… evals/semgrep-rulesets/crypto-anti-patt…:9
INFO MINED067 [MINED067] Python Requests No Timeout: requests.get/post/etc. without timeout= can hang f… evals/semgrep-rulesets/crypto-anti-patt…:9
INFO MINED084 [MINED084] Cbc No Mac: AES.new(..., MODE_CBC) without authenticated encryption — vulnerab… evals/semgrep-rulesets/crypto-anti-patt…:19
INFO MINED084 [MINED084] Cbc No Mac: AES.new(..., MODE_CBC) without authenticated encryption — vulnerab… evals/comparative/fixture-repo/services…:22
INFO MINED044 [MINED044] Js Console Log Prod: console.log left in code. Should be replaced with logger … evals/comparative/fixture-repo/services…:33
INFO DEPCUR-NPM npm package `jsonwebtoken` is patch version(s) behind (^9.0.0 -> 9.0.3) evals/codebase-recon/fixtures/ts-monore…
INFO DEPCUR-NPM npm package `ts-node` is patch version(s) behind (^10.9.0 -> 10.9.2) evals/comparative/fixture-repo/services…
INFO DEPCUR-NPM npm package `node-fetch` is patch version(s) behind (^3.3.0 -> 3.3.2) evals/comparative/fixture-repo/services…
INFO DEPCUR-NPM npm package `jsonwebtoken` is patch version(s) behind (^9.0.0 -> 9.0.3) evals/comparative/fixture-repo/services…
Reset to top 5 102 findings available (after auto-suppression of test files + won't-fix)

Issue body (markdown)

## Code-quality scan: `bdfinst/agentic-dev-team`

**Score: 44/100 (C-)**  ·  104 findings  ·  scanned 2026-06-05 13:07 UTC  ·  10,518 LOC

| Severity | Count |
|---|---|
| CRITICAL | 6 |
| HIGH | 50 |
| MEDIUM | 28 |
| LOW | 5 |

📊 [Full filterable report](https://repobility.com/scan/0b85a2c0-d147-40cd-a902-26cae92c4136/)  ·  ![scorecard](https://repobility.com/scan/0b85a2c0-d147-40cd-a902-26cae92c4136/report.png?v=1780664858-s2)

### Top findings

1. **CRITICAL** `MINED030` — Python Pickle Loads
   `evals/semgrep-rulesets/ml-patterns/positive/bad_pickle.py:9` · CWE-502 · ✓ Repobility
2. **CRITICAL** `SEC081` — Python: pickle.loads / marshal.loads on untrusted data
   `evals/semgrep-rulesets/ml-patterns/positive/bad_pickle.py:9` · A05:2021 Security Misconfiguration
3. **CRITICAL** `MINED107` — Missing import: `warnings` used but not imported
   `scripts/lib/apply_accepted_risks.py:211` · ✓ Repobility
4. **CRITICAL** `stripe-access-token` — Found a Stripe Access Token, posing a risk to payment processing services and sensitive fi
   `evals/fixtures/sec-hardcoded-secrets.ts:9`
5. **CRITICAL** `generic-api-key` — Detected a Generic API Key, potentially exposing access to various services and sensitive 
   `evals/custom-tools/entropy-check/fixture/.env.staging:3`

---

**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/0b85a2c0-d147-40cd-a902-26cae92c4136/_
Megaproject â high spam risk
Could not determine 'bdfinst/agentic-dev-team' 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.

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.