Install
$ agentstack add skill-realmorrisliu-opencase-opencase-release ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
OpenCase Release
Unified Publish Policy
GitHub Actions is the single publish path. Do not run local cargo publish — emergency-only fallback. Publishing happens in the release workflow, which requires the CARGO_REGISTRY_TOKEN secret (set via gh secret set CARGO_REGISTRY_TOKEN).
Repository Policy
mainis protected: required checks + 1 review. Do not push directly.- Push release prep to a branch, open a PR, merge after checks pass.
Release inputs
- Target version (e.g.
0.2.0) - Release date
YYYY-MM-DD - Summary bullets grouped by
Added/Changed/Fixed(fromCHANGELOG.md)
Versioned files (update together, in order)
Cargo.toml—version = ""CHANGELOG.md:
- Move finalized items from
## [Unreleased]into a new## [] -section - Keep
## [Unreleased]at the top for the next cycle
- README installation snippets if they pin a version (
VERSION=vexamples)
Validate before commit
cargo test
cargo clippy -- -D warnings
cargo fmt --check
cargo package --locked # or --allow-dirty before commit
Commit, tag, publish
- Branch → PR → merge to
main(checks + review must pass) - Fast-forward local
mainto the merged commit git tag v+git push origin v- The
releaseworkflow then: verifies tag matches Cargo.toml → builds the platform binaries + SHA-256 checksums → publishes to crates.io → creates the GitHub release
Quick checklist
- [ ]
Cargo.tomlversion bumped - [ ]
CHANGELOG.mdnew version section created - [ ] local checks passed
- [ ]
cargo package --lockedpassed - [ ] release prep merged to
main - [ ] tag
vpushed - [ ]
releaseworkflow green (verify + build + publish + release) - [ ] crates.io shows the new version
- [ ] install.sh installs the new version (
VERSION=v sh install.shin a temp dir)
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: realmorrisliu
- Source: realmorrisliu/opencase
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.