← Back to scan
File as GitHub Issue repo: danielmiessler/Personal_AI_Infrastructure

Push this scan report to danielmiessler/Personal_AI_Infrastructure

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

`self.search` used but never assigned in __init__

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 MINED107 [MINED107] Missing import: `warnings` used but not imported: The file uses `warnings.some… Packs/Utilities/src/Documents/Pptx/Scri…:327
CRIT MINED116 [MINED116] Workflow uses `secrets.CLAUDE_CODE_OAUTH_TOKEN` on a `pull_request` trigger: T… .github/workflows/claude-code-review.yml:38
HIGH MINED108 [MINED108] `self.search` used but never assigned in __init__: Method `search_phone` of cl… Packs/Security/src/WebAssessment/OsintT…:562
HIGH MINED108 [MINED108] `self.search` used but never assigned in __init__: Method `search_domain` of c… Packs/Security/src/WebAssessment/OsintT…:558
HIGH MINED108 [MINED108] `self.search` used but never assigned in __init__: Method `search_username` of… Packs/Security/src/WebAssessment/OsintT…:554
HIGH MINED108 [MINED108] `self.search` used but never assigned in __init__: Method `search_email` of cl… Packs/Security/src/WebAssessment/OsintT…:550
HIGH MINED108 [MINED108] `self.search` used but never assigned in __init__: Method `search_domain` of c… Packs/Security/src/WebAssessment/OsintT…:412
HIGH MINED108 [MINED108] `self.search` used but never assigned in __init__: Method `search_username` of… Packs/Security/src/WebAssessment/OsintT…:400
HIGH MINED108 [MINED108] `self.search` used but never assigned in __init__: Method `search_email` of cl… Packs/Security/src/WebAssessment/OsintT…:388
HIGH MINED108 [MINED108] `self.to_dict` used but never assigned in __init__: Method `to_json` of class … Packs/Security/src/WebAssessment/OsintT…:125
HIGH MINED106 [MINED106] Phantom test coverage: test_connection: Test function `test_connection` runs c… Packs/Security/src/WebAssessment/OsintT…:564
HIGH MINED106 [MINED106] Phantom test coverage: test_connection: Test function `test_connection` runs c… Packs/Security/src/WebAssessment/OsintT…:414
HIGH MINED106 [MINED106] Phantom test coverage: test_connection: Test function `test_connection` runs c… Packs/Security/src/WebAssessment/OsintT…:250
HIGH MINED001 [MINED001] Bare Except Pass: except: pass or except Exception: pass — silently swallows e… Packs/Utilities/src/Documents/Xlsx/reca…:86
HIGH MINED001 [MINED001] Bare Except Pass: except: pass or except Exception: pass — silently swallows e… Packs/Utilities/src/Documents/Pptx/Scri…:124
HIGH SEC128 [SEC128] Async function without await — fire-and-forget Promise (AI mistake): Async call … Packs/Utilities/src/Documents/Pptx/Scri…:225
HIGH SEC128 [SEC128] Async function without await — fire-and-forget Promise (AI mistake): Async call … Packs/Utilities/src/Documents/Pdf/Scrip…:28
HIGH SEC128 [SEC128] Async function without await — fire-and-forget Promise (AI mistake): Async call … Packs/Utilities/src/Documents/Pdf/Scrip…:23
HIGH MINED034 [MINED034] Python Subprocess Shell True: subprocess(..., shell=True) enables command inje… Packs/Security/src/WebAssessment/Webapp…:69
HIGH SEC029 [SEC029] Server-Side Request Forgery (SSRF) — outbound HTTP from user input: Outbound HTT… Packs/Security/src/Recon/Tools/PathDisc…:337
HIGH SEC029 [SEC029] Server-Side Request Forgery (SSRF) — outbound HTTP from user input: Outbound HTT… Packs/Security/src/AnnualReports/Tools/…:205
HIGH SEC029 [SEC029] Server-Side Request Forgery (SSRF) — outbound HTTP from user input: Outbound HTT… Packs/Evals/src/Tools/ScenarioRunner.ts:109
HIGH SEC040 [SEC040] innerHTML XSS — template literal with server-supplied data: Setting .innerHTML w… Packs/Utilities/src/Evals/Graders/Model…:115
HIGH SEC040 [SEC040] innerHTML XSS — template literal with server-supplied data: Setting .innerHTML w… Packs/Evals/src/Graders/ModelBased/Natu…:54
HIGH SEC040 [SEC040] innerHTML XSS — template literal with server-supplied data: Setting .innerHTML w… Packs/Evals/src/Graders/ModelBased/LLMR…:117
HIGH SEC085 [SEC085] JS: child_process.exec with non-literal: child_process.exec with user-derived in… Packs/Webdesign/src/Tools/VerifyDesign.…:113
HIGH SEC085 [SEC085] JS: child_process.exec with non-literal: child_process.exec with user-derived in… Packs/Webdesign/src/Tools/ProcessHandof…:37
HIGH SEC085 [SEC085] JS: child_process.exec with non-literal: child_process.exec with user-derived in… Packs/Daemon/src/Tools/SecurityFilter.ts:99
HIGH SEC083 [SEC083] JS: new RegExp() with non-literal: new RegExp(<variable>) — variable input can c… Packs/Evals/src/Graders/ModelBased/LLMR…:170
HIGH SEC083 [SEC083] JS: new RegExp() with non-literal: new RegExp(<variable>) — variable input can c… Packs/Evals/src/Graders/CodeBased/Regex…:26
HIGH SEC083 [SEC083] JS: new RegExp() with non-literal: new RegExp(<variable>) — variable input can c… Packs/Daemon/src/Tools/SecurityFilter.ts:128
HIGH MINED115 [MINED115] Action `anthropics/claude-code-action` pinned to mutable ref `@v1`: `uses: ant… .github/workflows/claude.yml:35
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v4`: `uses: actions/checkout… .github/workflows/claude.yml:29
HIGH MINED115 [MINED115] Action `anthropics/claude-code-action` pinned to mutable ref `@v1`: `uses: ant… .github/workflows/claude-code-review.yml:36
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v4`: `uses: actions/checkout… .github/workflows/claude-code-review.yml:30
HIGH SEC016 [SEC016] LLM Prompt Injection — User Input in AI Prompt: User-supplied text is interpolat… Packs/Evals/src/Tools/PAIAgentAdapter.ts:36
HIGH SEC013 [SEC013] Path Traversal — User Input in File Path: User-controlled input used in file pat… Packs/Utilities/src/Documents/Pdf/Scrip…:16
MED MINED111 [MINED111] Bare except continues silently: Bare `except:` (or `except Exception:`) that r… Packs/Utilities/src/Documents/Docx/Ooxm…:128
MED MINED111 [MINED111] Bare except continues silently: Bare `except:` (or `except Exception:`) that r… Packs/Utilities/src/Documents/Pptx/Ooxm…:128
MED MINED111 [MINED111] Bare except continues silently: Bare `except:` (or `except Exception:`) that r… Packs/Utilities/src/Documents/Pptx/Scri…:70
MED MINED111 [MINED111] Bare except continues silently: Bare `except:` (or `except Exception:`) that r… Packs/Utilities/src/Documents/Pptx/Scri…:351
MED MINED111 [MINED111] Bare except continues silently: Bare `except:` (or `except Exception:`) that r… Packs/Utilities/src/Documents/Pptx/Scri…:144
MED MINED111 [MINED111] Bare except continues silently: Bare `except:` (or `except Exception:`) that r… Packs/Utilities/src/Documents/Pptx/Scri…:376
MED MINED111 [MINED111] Bare except continues silently: Bare `except:` (or `except Exception:`) that r… Packs/Utilities/src/Documents/Pptx/Scri…:601
MED MINED111 [MINED111] Bare except continues silently: Bare `except:` (or `except Exception:`) that r… Packs/Utilities/src/Documents/Pptx/Scri…:120
MED MINED111 [MINED111] Bare except continues silently: Bare `except:` (or `except Exception:`) that r… Packs/Utilities/src/Documents/Xlsx/reca…:154
MED MINED111 [MINED111] Bare except continues silently: Bare `except:` (or `except Exception:`) that r… Packs/Utilities/src/Documents/Xlsx/reca…:49
MED CFG006 [CFG006] Missing .gitignore: No .gitignore file. Risk of committing secrets and build art…
MED SEC136 [SEC136] AI-typical over-broad exception handler swallowing all errors: Catch-all excepti… Releases/v2.3/.claude/Observability/app…:119
MED ERR001 [ERR001] Silent Exception Swallowing: Silently swallowing all exceptions hides bugs. Even… Packs/Utilities/src/Documents/Pptx/Scri…:124
MED SEC115 [SEC115] Decompression without size cap (zip/gzip bomb): Decompressing untrusted archives… Packs/Utilities/src/Documents/Pptx/Ooxm…:17
MED SEC115 [SEC115] Decompression without size cap (zip/gzip bomb): Decompressing untrusted archives… Packs/Utilities/src/Documents/Docx/Ooxm…:17
MED SEC012 [SEC012] ZipSlip — Archive Path Traversal: Archive extraction without path validation all… Packs/Utilities/src/Documents/Docx/Ooxm…:17
MED SEC134 [SEC134] AI scaffold leftover — Lorem ipsum / example.com / John Doe in code: Lorem ipsum… Packs/Security/src/WebAssessment/Webapp…:21
MED SEC045 [SEC045] eval()/exec() on stored or user-supplied data: eval() and exec() on data — even … Packs/Webdesign/src/Tools/VerifyDesign.…:113
MED SEC045 [SEC045] eval()/exec() on stored or user-supplied data: eval() and exec() on data — even … Packs/Webdesign/src/Tools/ProcessHandof…:37
MED SEC045 [SEC045] eval()/exec() on stored or user-supplied data: eval() and exec() on data — even … Packs/Daemon/src/Tools/SecurityFilter.ts:99
MED COMP001 [COMP001] High cognitive complexity: Function `analyze_results` has cognitive complexity … Packs/Security/src/WebAssessment/ffuf-h…:13
MED AUC001 [AUC001] No Repobility access matrix policy found: The repository uses web/API frameworks…
MED SEC017 [SEC017] Unbounded Input to LLM/External API: User input is passed to an LLM or external … Packs/Evals/src/Tools/PAIAgentAdapter.ts:36
MED JRN003 Frontend API reference is not matched by discovered backend routes Releases/v2.3/.claude/Observability/app…:424
MED JRN003 Frontend API reference is not matched by discovered backend routes Releases/v2.3/.claude/Observability/app…:334
MED JRN003 Frontend API reference is not matched by discovered backend routes Releases/v2.3/.claude/Observability/app…:283
MED JRN003 Frontend API reference is not matched by discovered backend routes Releases/v2.3/.claude/Observability/app…:275
MED JRN003 Frontend API reference is not matched by discovered backend routes Releases/v2.3/.claude/Observability/app…:250
MED JRN003 Frontend API reference is not matched by discovered backend routes Releases/v2.3/.claude/Observability/app…:205
MED JRN003 Frontend API reference is not matched by discovered backend routes Releases/v2.3/.claude/Observability/app…:171
MED JRN003 Frontend API reference is not matched by discovered backend routes Releases/v2.3/.claude/Observability/app…:150
MED JRN003 Frontend API reference is not matched by discovered backend routes Releases/v2.3/.claude/Observability/app…:132
MED JRN003 Frontend API reference is not matched by discovered backend routes Releases/v2.3/.claude/Observability/app…:109
MED JRN003 Frontend API reference is not matched by discovered backend routes Packs/Telos/src/DashboardTemplate/Compo…:30
MED JRN003 Frontend API reference is not matched by discovered backend routes Packs/Telos/src/DashboardTemplate/App/a…:34
MED JRN003 Frontend API reference is not matched by discovered backend routes Packs/Telos/src/DashboardTemplate/App/a…:67
MED AUC002 [AUC002] Low visible authorization coverage in route inventory: Only 0.0% of discovered r…
MED AUC009 [AUC009] Sensitive function route lacks elevated authorization evidence: A route appears … Packs/Telos/src/DashboardTemplate/App/a…:6
MED AUC009 [AUC009] Sensitive function route lacks elevated authorization evidence: A route appears … Packs/Telos/src/DashboardTemplate/App/a…:8
MED AUC009 [AUC009] Sensitive function route lacks elevated authorization evidence: A route appears … Packs/Telos/src/DashboardTemplate/App/a…:5
MED SEC005 [SEC005] Command Injection Risk: Unsafe shell execution or eval of user input. Packs/Security/src/WebAssessment/Webapp…:69
LOW COMP001 [COMP001] High cognitive complexity: Function `create_request_file` has cognitive complex… Packs/Security/src/WebAssessment/ffuf-h…:81
LOW COMP001 [COMP001] High cognitive complexity: Function `main` has cognitive complexity 10 (SonarSo… Packs/Security/src/WebAssessment/Webapp…:35
LOW AIC003 Duplicated implementation block across source files Packs/Utilities/src/AudioEditor/Tools/P…:1
LOW AIC003 Duplicated implementation block across source files Packs/Utilities/src/AudioEditor/Tools/E…:1
LOW AIC003 Duplicated implementation block across source files Packs/Utilities/src/AudioEditor/Tools/A…:31
LOW AIC003 Duplicated implementation block across source files Packs/Utilities/src/AudioEditor/Tools/A…:8
LOW AIC003 Duplicated implementation block across source files Packs/Security/src/Recon/Tools/PortScan…:231
LOW AIC003 Duplicated implementation block across source files Packs/Security/src/Recon/Tools/MassScan…:251
LOW AIC003 Duplicated implementation block across source files Packs/Security/src/AnnualReports/Tools/…:5
LOW AIC003 Duplicated implementation block across source files Packs/Security/src/AnnualReports/Tools/…:4
LOW AIC003 Duplicated implementation block across source files Packs/Scraping/src/Apify/types/common.ts:1
LOW AIC003 Duplicated implementation block across source files Packs/Scraping/src/Apify/index.ts:1
LOW AIC003 Duplicated implementation block across source files Packs/Scraping/src/Apify/actors/web/web…:1
LOW AIC003 Duplicated implementation block across source files Packs/Scraping/src/Apify/actors/social-…:1
LOW AIC003 Duplicated implementation block across source files Packs/Scraping/src/Apify/actors/social-…:1
LOW AIC003 Duplicated implementation block across source files Packs/Scraping/src/Apify/actors/social-…:1
LOW AIC003 Duplicated implementation block across source files Packs/Scraping/src/Apify/actors/social-…:1
LOW AIC003 Duplicated implementation block across source files Packs/Scraping/src/Apify/actors/social-…:1
LOW AIC003 Duplicated implementation block across source files Packs/Scraping/src/Apify/actors/social-…:1
LOW AIC003 Duplicated implementation block across source files Packs/Scraping/src/Apify/actors/ecommer…:1
LOW AIC003 Duplicated implementation block across source files Packs/Scraping/src/Apify/actors/busines…:1
LOW AIC003 Duplicated implementation block across source files Packs/Remotion/src/Tools/Theme.ts:1
LOW AIC003 Duplicated implementation block across source files Packs/Remotion/src/Tools/Render.ts:6
LOW AIC003 Duplicated implementation block across source files Packs/Media/src/Art/Tools/GeneratePromp…:1
LOW AIC003 Duplicated implementation block across source files Packs/Media/src/Art/Tools/GenerateMidjo…:5
LOW AIC003 Duplicated implementation block across source files Packs/Media/src/Art/Tools/GenerateMidjo…:1
LOW AIC003 Duplicated implementation block across source files Packs/Media/src/Art/Tools/Generate.ts:1
LOW AIC003 Duplicated implementation block across source files Packs/Media/src/Art/Tools/ComposeThumbn…:1
LOW AIC003 Duplicated implementation block across source files Packs/Media/src/Art/Lib/midjourney-clie…:1
LOW AIC003 Duplicated implementation block across source files Packs/Media/src/Art/Lib/discord-bot.ts:1
LOW AIC003 Duplicated implementation block across source files Packs/Evals/src/Tools/ScenarioToTranscr…:90
LOW AIC003 Duplicated implementation block across source files Packs/Art/src/Tools/GenerateMidjourneyI…:5
LOW AUC005 [AUC005] No authorization-focused tests detected: No test files with common authorization…
LOW WEB005 robots.txt does not advertise a sitemap Packs/Security/src/WebAssessment/ffuf-h…
INFO MINED063 [MINED063] Toctou Os Path Exists: if os.path.exists(p): open(p) — file can be replaced/de… Packs/Utilities/src/Documents/Xlsx/reca…:25
INFO MINED050 [MINED050] Stub Only Function: Function declared but body is just pass, return None, rais… Packs/Utilities/src/Documents/Xlsx/reca…:87
INFO MINED043 [MINED043] Http Not Https: Hardcoded http:// (not localhost) for endpoints that handle cr… Releases/v2.3/.claude/Observability/Men…:272
INFO MINED043 [MINED043] Http Not Https: Hardcoded http:// (not localhost) for endpoints that handle cr… Packs/Utilities/src/Documents/Xlsx/reca…:37
INFO MINED056 [MINED056] React Key As Index: key={index} in map() — re-renders the wrong elements on re… Packs/Telos/src/ReportTemplate/App/page…:40
INFO MINED056 [MINED056] React Key As Index: key={index} in map() — re-renders the wrong elements on re… Packs/Telos/src/DashboardTemplate/App/a…:104
INFO MINED056 [MINED056] React Key As Index: key={index} in map() — re-renders the wrong elements on re… Packs/Telos/src/DashboardTemplate/App/a…:168
INFO MINED054 [MINED054] Ts As Any: Casting to any (as any) bypasses type checking entirely. Packs/Media/src/Remotion/Tools/Render.ts:298
INFO MINED054 [MINED054] Ts As Any: Casting to any (as any) bypasses type checking entirely. Packs/Evals/src/Tools/SuiteManager.ts:47
INFO MINED054 [MINED054] Ts As Any: Casting to any (as any) bypasses type checking entirely. Packs/AudioEditor/src/Tools/Polish.ts:109
INFO MINED045 [MINED045] Ts Non Null Assertion: x! asserts not null - bypasses null checks - TypeError … Packs/Prompting/src/Templates/Tools/Val…:76
INFO MINED045 [MINED045] Ts Non Null Assertion: x! asserts not null - bypasses null checks - TypeError … Packs/Evals/src/Graders/CodeBased/State…:146
INFO MINED045 [MINED045] Ts Non Null Assertion: x! asserts not null - bypasses null checks - TypeError … Packs/Art/src/Tools/FillFrame.ts:84
INFO MINED049 [MINED049] Print Pii: Logging password/token/email/ssn directly to stdout. Packs/Scraping/src/Apify/examples/compa…:25
INFO MINED049 [MINED049] Print Pii: Logging password/token/email/ssn directly to stdout. Packs/Apify/src/skills/get-user-tweets.…:101
INFO MINED049 [MINED049] Print Pii: Logging password/token/email/ssn directly to stdout. Packs/Apify/src/examples/comparison-tes…:25
INFO MINED052 [MINED052] Ts Any Typed: : any used as type annotation. Defeats TypeScript type safety. Packs/Apify/src/actors/social-media/fac…:132
INFO MINED052 [MINED052] Ts Any Typed: : any used as type annotation. Defeats TypeScript type safety. Packs/Apify/src/actors/ecommerce/amazon…:162
INFO MINED052 [MINED052] Ts Any Typed: : any used as type annotation. Defeats TypeScript type safety. Packs/Apify/src/actors/business/google-…:333
INFO MINED044 [MINED044] Js Console Log Prod: console.log left in code. Should be replaced with logger … Packs/Apify/src/examples/comparison-tes…:20
INFO MINED044 [MINED044] Js Console Log Prod: console.log left in code. Should be replaced with logger … Packs/Agents/src/Tools/SpawnAgentWithPr…:62
INFO MINED044 [MINED044] Js Console Log Prod: console.log left in code. Should be replaced with logger … Packs/Agents/src/Tools/LoadAgentContext…:101
Reset to top 5 134 findings available (after auto-suppression of test files + won't-fix)

Issue body (markdown)

## Code-quality scan: `danielmiessler/Personal_AI_Infrastructure`

**Score: 67/100 (C)**  ·  151 findings  ·  scanned 2026-06-09 04:22 UTC  ·  64,179 LOC

| Severity | Count |
|---|---|
| CRITICAL | 2 |
| HIGH | 35 |
| MEDIUM | 41 |
| LOW | 34 |

📊 [Full filterable report](https://repobility.com/scan/04414eae-f401-4dfb-988c-934d799e02a8/)  ·  ![scorecard](https://repobility.com/scan/04414eae-f401-4dfb-988c-934d799e02a8/report.png?v=1780978951-s2)

### Top findings

1. **CRITICAL** `MINED107` — Missing import: `warnings` used but not imported
   `Packs/Utilities/src/Documents/Pptx/Scripts/replace.py:327` · ✓ Repobility
2. **CRITICAL** `MINED116` — Workflow uses `secrets.CLAUDE_CODE_OAUTH_TOKEN` on a `pull_request` trigger
   `.github/workflows/claude-code-review.yml:38` · ✓ Repobility
3. **HIGH** `MINED108` — `self.search` used but never assigned in __init__
   `Packs/Security/src/WebAssessment/OsintTools/osint-api-tools.py:562` · ✓ Repobility
4. **HIGH** `MINED108` — `self.search` used but never assigned in __init__
   `Packs/Security/src/WebAssessment/OsintTools/osint-api-tools.py:558` · ✓ Repobility
5. **HIGH** `MINED108` — `self.search` used but never assigned in __init__
   `Packs/Security/src/WebAssessment/OsintTools/osint-api-tools.py:554` · ✓ Repobility

---

_Filed automatically. Close this issue if not useful — we won't refile. Full report: https://repobility.com/scan/04414eae-f401-4dfb-988c-934d799e02a8/_
Premium account
This scan was submitted by a Enterprise-tier account. Premium accounts have full outreach control â Repobility doesn't pre-fill the 'file as GitHub issue' button for paid users. You can still file the issue manually using the markdown body above (Copy markdown), or contact us if you'd like batch-filing enabled for your account.
Already filed
This repo publishes a SECURITY.md policy and the scan contains 17 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 'danielmiessler/Personal_AI_Infrastructure' 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.