설치
npx -y @deepseek-ai/dsh plugin --profile web add github:ShawnSiao/dsh-credentials-keychain이 설치 명령은 GitHub 저장소 주소에서 생성된 확인되지 않은 시작점입니다.
README
유지 관리자가 작성한 문서 스냅샷입니다.
dsh-credentials-keychain
English | 简体中文
An OS-backed credential provider bundle for DeepSeek Harness.
Status: design and implementation planning. This repository does not yet contain an installable plugin.
Goal
Replace the default file-backed credentials row with a provider that keeps writable secrets in an operating-system credential store while preserving the existing ctx.credentials API used by model and web providers.
The first release should require no new secret-management workflow inside DeepSeek Harness: existing settings surfaces continue to call describe(), set(), and unset(), and consumers continue to resolve CredentialRef values per operation.
Planned user experience
Installation will use the normal profile bundle command:
dsh plugin --profile web add github:ShawnSiao/dsh-credentials-keychain
The bundle will replace the base profile's credentials row. Existing model settings remain the primary UI; no model-facing tool will expose or enumerate secret values.
Scope
- Preserve inherited environment variables as the highest-precedence, read-only source for CI and one-off launches.
- Store writable values in Windows Credential Manager, macOS Keychain, or Linux Secret Service.
- Report only configured state, source, and writability to UI consumers.
- Publish
credentials/updatedonly after a committed write or removal. - Fail loudly when the selected backend is unavailable or its security guarantees do not satisfy configured policy.
Security stance
An OS credential store improves at-rest handling, but it is not automatically a hard boundary against every process running as the same user. The implementation will publish a platform capability matrix and will not claim stronger isolation than each backend can prove.
High-assurance options such as user-presence requirements or application-bound access will be separate, explicit modes. Silent fallback to plaintext files is out of scope.
See the implementation plan for architecture, phases, acceptance criteria, and open security decisions.
Compatibility baseline
Planning is based on DeepSeek Harness master commit 47f943859b and package version 0.1.0-rc.5 as observed on 2026-08-13. DeepSeek Harness is in developer preview; implementation work must recheck public APIs before each release.
License
프로젝트 파일 및 신호
표시된 항목은 디렉터리 스냅샷에서 감지된 공개 저장소 신호입니다.
저장소 정보
- 라이선스
- MIT
- 마지막 업데이트
- 2026. 8. 13. 오후 3:52
신중하게 설치하기
소스 코드, 권한, 수명 주기 스크립트, 의존성 및 네트워크 접근을 검토하고 신뢰하지 않는 플러그인은 격리 환경에서 테스트하세요.