Keychain 凭据
KeyringSeam is an experimental macOS Keychain-backed implementation of the DeepSeek Harness ctx.credentials seam. Its bundle disables the base credentials row with the exact expected package-name guard, then inserts one KeyringSeam provider row.
이것은 DeepSeek Harness(DSH) 플러그인입니다. 이 사이트는 GitHub README, 설치 정보, 유지보수 상태, 공개 보안 시그널을 모아 보여줍니다.
업스트림에서 중국어 README를 제공하지 않아 저장소 원본 내용을 표시합니다.
KeyringSeam
KeyringSeam is an experimental macOS Keychain-backed implementation of the DeepSeek Harness ctx.credentials seam. Its bundle disables the base credentials row with the exact expected package-name guard, then inserts one KeyringSeam provider row. It keeps a non-empty launch environment value as the read-only highest-priority source and stores managed values as generic-password items in the user's default Keychain.
KeyringSeam is an independent, AI-assisted open-source project by FIELD NOTE. It is not affiliated with, sponsored by, or endorsed by DeepSeek or Apple. DeepSeek Harness is named only to describe compatibility; macOS and Keychain are Apple trademarks.
Unit tests cover the provider contract with a fake store. A disposable macOS Keychain write/read/describe/delete lifecycle and a clean-profile DeepSeek Harness 0.1.0-rc.6 replacement boot both passed locally on 2026-08-14. The hosted consumer matrix uses HarnessProof to install locked dependencies in an isolated plugin copy before checking DSH rc.6, latest, and experimental next. The package carries a universal arm64 + x86_64 helper built from the included Swift source, so consumer machines do not need Swift, Xcode, or the Apple command-line developer tools. The exact helper is signed with Developer ID Application, Hardened Runtime, and a secure timestamp; Apple notarization submission 4a707bd7-4d84-4310-acf1-71d37c3dcebb was accepted with no issues and covers both architecture CDHashes. Independent security review, independent-user adoption, and non-macOS backends are not claimed.
Proof at a glance
| Surface | Verified behavior |
|---|---|
| Secret transport | A fixed bundled helper reads a bounded JSON request from stdin; the secret is not placed in a shell command or process argument. |
| Consumer runtime | The universal helper directly calls Apple's Security framework. Consumer machines do not need Swift, Xcode, Apple command-line developer tools, or the /usr/bin/security CLI. |
| Binary provenance | The exact arm64 + x86_64 helper is Developer ID signed with Hardened Runtime and a secure timestamp; its matching Apple notarization ticket is accepted. |
| Harness integration | The bundle replaces the exact credentials row and preserves a non-empty environment value as the read-only highest-priority source. |
| Compatibility evidence | A disposable real-Keychain lifecycle, a clean-profile DSH rc.6 boot, and hosted rc.6/latest/next consumer jobs have passed. |
Install
dsh plugin --profile web add github:fieldnote-ops/keyringseam#15b33d29796cfb2417f9cb8cca940c805f5fc9f6
The full commit above is the last publicly verified runtime revision. Inspect main for ongoing development, but pin a reviewed commit when real credentials are in scope.
KeyringSeam intentionally replaces the credentials bundle row. Review the generated profile diff before using it with real credentials. The current release supports macOS 13 or newer only.
Security design
- The secret is never placed in a shell command or process argument. A bundled native helper reads a JSON request from stdin and calls Apple's Security framework directly.
- The executable path is fixed inside the package,
shellis disabled, no arguments are passed, output is capped, and calls time out. - The helper targets macOS 13 or newer and contains both Apple Silicon and Intel slices.
npm run build:helperreproduces it fromsrc/keychain-helper.swift; release packaging verifies both architectures and the code signature. - New managed items are non-synchronizable, device-only, and available only while the user Keychain is unlocked. Requests are capped at 64 KiB; v0.1 credentials are capped at 16 KiB of single-line UTF-8.
- v0.1 rejects multiline credentials because the prompt transport is line-oriented.
resolveholds the returned secret in the host process long enough to return it to the requesting adapter. Same-user processes, the harness host, and other plugins remain inside the trust boundary.- Environment values shadow Keychain items and make
set/unsetfail loud.
No claim of cross-platform support, independent security review, independent-user adoption, purchase validation, or income is made.
Maintainer build
npm ci
npm run build:helper
npm run check
Release signing takes one explicit Developer ID identity and verifies Hardened Runtime immediately:
./scripts/sign-helper.sh "Developer ID Application: Legal Name (TEAMID)"
Notarization uses a locally stored notarytool Keychain profile and produces both the result and full Apple submission log:
./scripts/notarize-helper.sh keyringseam-notary /absolute/output-directory
The verifier matches the Apple ticket's arm64 and x86_64 CDHashes to the exact helper. Apple publishes tickets for standalone binaries online, but currently does not support stapling a ticket directly to a standalone Mach-O; see Customizing the notarization workflow.
보안 및 설치 증거
이 점수는 공개 저장소 메타데이터와 이 사이트에 등록된 설치 증거에만 기반하며, 코드 보안 감사와 다릅니다.
공개 플러그인 카탈로그에서 왔으며, 공개 GitHub 저장소로 연결됩니다.
저장소가 MIT 라이선스를 선언했습니다.
최근 180일 내 코드 업데이트가 있습니다.
재현 가능한 정확한 설치 메타데이터가 아직 등록되지 않았습니다. 저장소 설명에 따라 직접 확인하세요.
검사한 패키지 메타데이터에 설치 라이프사이클 스크립트가 선언되지 않았습니다.