← Back to scan
File as GitHub Issue repo: somesanity/draw-io-obsidian

Push this scan report to somesanity/draw-io-obsidian

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

Server-Side Request Forgery (SSRF) — outbound HTTP from user input

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
HIGH SEC128 [SEC128] Async function without await — fire-and-forget Promise (AI mistake): Async call … src/main.ts:52
HIGH SEC100 [SEC100] CORS permissive Access-Control-Allow-Origin: *: Permissive CORS policy (`*` orig… src/Utils/ServerManager.ts:43
HIGH SEC085 [SEC085] JS: child_process.exec with non-literal: child_process.exec with user-derived in… src/Utils/PluginUtils.ts:121
HIGH SEC029 [SEC029] Server-Side Request Forgery (SSRF) — outbound HTTP from user input: Outbound HTT… src/Utils/PluginUtils.ts:14
HIGH SEC029 [SEC029] Server-Side Request Forgery (SSRF) — outbound HTTP from user input: Outbound HTT… src/Utils/DrawioClientManager.ts:174
HIGH SEC027 [SEC027] XML External Entity (XXE) — Node.js xml parsers: Node.js XML parsers can expand … src/Utils/MxGraphParser.ts:5
HIGH SEC027 [SEC027] XML External Entity (XXE) — Node.js xml parsers: Node.js XML parsers can expand … src/MarkdownPostProcessors/interactiveD…:34
HIGH MINED115 [MINED115] Action `actions/setup-node` pinned to mutable ref `@v4`: `uses: actions/setup-… .github/workflows/lint.yml:21
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v4`: `uses: actions/checkout… .github/workflows/lint.yml:19
HIGH CORE_NO_TESTS No test files found
MED CFG006 [CFG006] Missing .gitignore: No .gitignore file. Risk of committing secrets and build art…
MED SEC045 [SEC045] eval()/exec() on stored or user-supplied data: eval() and exec() on data — even … src/Utils/PluginUtils.ts:121
MED SEC041 [SEC041] Tabnabbing — target="_blank" without rel="noopener noreferrer": <a target="_blan… src/Utils/MarkdownTooltip.ts:55
MED ERR002 [ERR002] Empty Catch Block: Empty catch blocks hide errors. src/MarkdownPostProcessors/interactiveD…:51
MED AUC001 [AUC001] No Repobility access matrix policy found: The repository uses web/API frameworks…
MED WEB003 Public web service has no security.txt .well-known/security.txt
LOW AIC003 Duplicated implementation block across source files src/MarkdownPostProcessors/setClassToDi…:13
LOW AIC003 Duplicated implementation block across source files src/MarkdownPostProcessors/PercentSize.…:15
LOW AUC005 [AUC005] No authorization-focused tests detected: No test files with common authorization…
INFO MINED054 [MINED054] Ts As Any: Casting to any (as any) bypasses type checking entirely. src/Utils/ServerManager.ts:73
INFO MINED044 [MINED044] Js Console Log Prod: console.log left in code. Should be replaced with logger … src/Utils/PluginUtils.ts:129
INFO MINED044 [MINED044] Js Console Log Prod: console.log left in code. Should be replaced with logger … src/Utils/MxGraphParser.ts:44
INFO MINED044 [MINED044] Js Console Log Prod: console.log left in code. Should be replaced with logger … src/Utils/DrawioClientManager.ts:42
INFO MINED052 [MINED052] Ts Any Typed: : any used as type annotation. Defeats TypeScript type safety. src/Views/drawioEditorFileItemView.ts:12
INFO MINED052 [MINED052] Ts Any Typed: : any used as type annotation. Defeats TypeScript type safety. src/Views/DrawioEditorView.ts:12
INFO MINED052 [MINED052] Ts Any Typed: : any used as type annotation. Defeats TypeScript type safety. src/Utils/DrawioAppController.ts:71
INFO MINED045 [MINED045] Ts Non Null Assertion: x! asserts not null - bypasses null checks - TypeError … src/Utils/DrawioClientManager.ts:112
INFO MINED045 [MINED045] Ts Non Null Assertion: x! asserts not null - bypasses null checks - TypeError … src/MarkdownPostProcessors/interactiveD…:76
INFO MINED045 [MINED045] Ts Non Null Assertion: x! asserts not null - bypasses null checks - TypeError … src/MarkdownPostProcessors/SizeInhoverW…:100
Reset to top 5 29 findings available (after auto-suppression of test files + won't-fix)

Issue body (markdown)

## Code-quality scan: `somesanity/draw-io-obsidian`

**Score: 92/100 (B-)**  ·  29 findings  ·  scanned 2026-06-05 19:32 UTC  ·  3,273 LOC

| Severity | Count |
|---|---|
| CRITICAL | 0 |
| HIGH | 10 |
| MEDIUM | 6 |
| LOW | 3 |

📊 [Full filterable report](https://repobility.com/scan/9b2af68d-cca1-4f80-80b5-25c93f56bb98/)  ·  ![scorecard](https://repobility.com/scan/9b2af68d-cca1-4f80-80b5-25c93f56bb98/report.png?v=1780687963-s2)

### Top findings

1. **HIGH** `SEC128` — Async function without await — fire-and-forget Promise (AI mistake)
   `src/main.ts:52`
2. **HIGH** `SEC100` — CORS permissive Access-Control-Allow-Origin: *
   `src/Utils/ServerManager.ts:43` · A05:2021 Security Misconfiguration
3. **HIGH** `SEC085` — JS: child_process.exec with non-literal
   `src/Utils/PluginUtils.ts:121`
4. **HIGH** `SEC029` — Server-Side Request Forgery (SSRF) — outbound HTTP from user input
   `src/Utils/PluginUtils.ts:14` · A10:2021 SSRF
5. **HIGH** `SEC029` — Server-Side Request Forgery (SSRF) — outbound HTTP from user input
   `src/Utils/DrawioClientManager.ts:174` · A10:2021 SSRF

---

**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/9b2af68d-cca1-4f80-80b5-25c93f56bb98/_
Megaproject â high spam risk
Could not determine 'somesanity/draw-io-obsidian' 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.