activeloopai / activeloopai/hivemind
Redact secrets on the Cowork transcript ingest path (+ tests)
- Ngôn ngữ chính
- TypeScript
- Star
- 1.6k
- Fork
- 107
- Merge trung bình
- 17 giờ 30 phút
- Pull request đã merge (30 ngày)
- 6
Mô tả
Follow-up to #307 (secret redaction on capture).
#307 masks secrets before persist/embed on the four agent capturers + `uploadSummary`. The **Cowork transcript ingest** path (`src/mcp/cowork-ingest.ts`, `entriesForLine` → queued session rows) is NOT yet redacted — deferred because that file is ~35% covered and wiring redaction into #307 dragged the PR's coverage comment down.
**Scope:**
- Apply `redactSecrets(...)` to the serialized entry in `cowork-ingest.ts` (the `const serialized = JSON.stringify(entry)` site), matching the pattern in the agent capturers.
- Add a real test suite for `cowork-ingest.ts` (currently ~35%): cover `entriesForLine` (pure transcript→entries mapping) and assert a secret in a Cowork transcript entry is masked before it's queued/embedded.
Until this lands, secrets echoed in Cowork transcripts are captured verbatim.
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.