feat: add optional signed audit history - #11
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Closes #9.
SkillHone already keeps active Issue, Run, PR, Wiki, and test records under a Host-owned database lock while DeepSeek Harness repairs a Skill. This change adds an optional tamper-evident mode for users who also want offline record changes to be detectable.
standardas the default with no new setup requirement.config set --audit signedpolicies.standard,signed, ormixedaudit mode in CLI/Web status.Security boundary
The repair runtime receives an isolated user home and no
SKILLHONE_HOME; the signing key remains outside the Skill repository and Harness environment with mode0600. Signed mode is tamper-evident rather than an OS/root security boundary. A separate OS account or sandbox is still required when the machine owner or a privileged process is in scope.Validation
npm test: 31/31 passed.failedand subsequent writes were rejected.signed + verifiedand one approval required.@deepseek-ai/dsh@0.1.5-rc.2: repair completed, linked test 1/1 passed, two additional contract checks passed, PR remained open, andmainremained unchanged.0600.npm pack --dry-run: passed; no runtime audit key or local state included.gitleaks dir: no leaks found.gitleaks git origin/main..HEAD: no leaks found.git diff --check: passed.Review checklist
main.