You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/summary_of_work.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5552,3 +5552,10 @@ Result:
5552
5552
* `veniceResearchProvider.ts` and `jinaResearchProvider.ts` securely manage backend proxy invocations without exposing keys.
5553
5553
* **Status:** The `src/research/` directory is highly secure. Prompt injection and SSRF defenses are implemented robustly.
5554
5554
5555
+
5556
+
- **Date:** 2026-06-15 (T-020 and final static audit defect cleanup)
5557
+
- **Agent:** Antigravity
5558
+
- **Branch / state:** `main` (validated working tree)
5559
+
- **Diagnosis:** Addressed the remainder of the backlog. Validated that `server.ts` already correctly implemented SSRF protection via `dns.lookup` to prevent localhost DNS rebinding (closing T-020). Corrected `audio-view.tsx` to redact error messages correctly (T-006ish related to audio error redaction). Also verified that CI workflows and other findings (T-021..T-030) were either already resolved in previous batches or false positives. Fixed lingering type errors in `src/types/desktop.ts` and `src/stores/auth-store.ts`.
Copy file name to clipboardExpand all lines: package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -76,7 +76,7 @@
76
76
"dist:win": "npm run verify:icon && npm run build && electron-builder --config electron-builder.config.cjs --win --publish never && npm run checksum:release",
77
77
"dist:portable": "npm run verify:icon && npm run build && electron-builder --config electron-builder.config.cjs --win portable --publish never && npm run checksum:release",
78
78
"dist:mac": "npm run verify:icon && npm run build && electron-builder --config electron-builder.config.cjs --mac --publish never && npm run checksum:release",
79
-
"dist:linux": "npm run verify:icon && npm run build && electron-builder --config electron-builder.config.cjs --linux --publish never",
79
+
"dist:linux": "npm run verify:icon && npm run build && electron-builder --config electron-builder.config.cjs --linux --publish never && npm run checksum:release",
80
80
"dist:mac:arm64": "npm run verify:icon && npm run build && electron-builder --config electron-builder.config.cjs --mac --arm64 --publish never && npm run checksum:release",
81
81
"dist:mac:x64": "npm run verify:icon && npm run build && electron-builder --config electron-builder.config.cjs --mac --x64 --publish never && npm run checksum:release",
82
82
"ci": "npm run lint:eslint && npm run typecheck && npm test && npm audit --omit=dev --audit-level=moderate && npm run verify:safety-guard && npm run verify:markdown-links && npm run verify:contracts && npm run build && npm run verify:dist",
0 commit comments