Skip to content

v0.5.1: audit fixes, skeleton command, agent safety guide#85

Merged
iicky merged 4 commits intomainfrom
feat/v0.5.1
Mar 29, 2026
Merged

v0.5.1: audit fixes, skeleton command, agent safety guide#85
iicky merged 4 commits intomainfrom
feat/v0.5.1

Conversation

@iicky
Copy link
Copy Markdown
Owner

@iicky iicky commented Mar 29, 2026

  • Fix scoped-only secrets silently dropped on save (P0 data loss bug)
  • Fix export --json emitting shell-escaped values instead of raw strings
  • Fix import silently overwriting existing secrets (now requires --force)
  • Fix merge driver writing stale meta when MURK_KEY unavailable
  • Fix diff ignoring scoped/mote values entirely
  • Fix info hiding tags without key and omitting recipient names with key
  • Fix key resolution not vault-aware (info, circle bypassed key file lookup)
  • Fix revoke overstating exposed keys
  • Reorder integrity MAC check before decryption for better error messages
  • Update deny.toml RSA advisory comment to reflect actual ssh-rsa usage
  • Add murk skeleton command: export schema-only vault with no secrets
  • Add docs.rs badge to README
  • Add AI agent safety guide (docs/ai-agents.md)

iicky added 3 commits March 28, 2026 20:11
…scaping, merge driver stale meta, info spec divergences, vault-aware key resolution; add skeleton command and AI agent safety guide
@codecov
Copy link
Copy Markdown

codecov bot commented Mar 29, 2026

Codecov Report

❌ Patch coverage is 41.73228% with 74 lines in your changes missing coverage. Please review.
✅ Project coverage is 51.54%. Comparing base (999f1f0) to head (510068a).
⚠️ Report is 7 commits behind head on main.
✅ All tests successful. No failed tests found.

Files with missing lines Patch % Lines
src/main.rs 0.00% 64 Missing ⚠️
src/info.rs 78.94% 4 Missing ⚠️
src/lib.rs 86.20% 4 Missing ⚠️
src/export.rs 75.00% 2 Missing ⚠️

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@iicky iicky merged commit d45ddd7 into main Mar 29, 2026
13 checks passed
@iicky iicky deleted the feat/v0.5.1 branch March 29, 2026 01:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant