ziros-release-boundary

Enforce release governance by binding evidence to proofs, digests, and verifier assets.

Updated Mar 27, 2026
One-click install
npx skills add https://github.com/AnubisQuantumCipher/ziros --skill ziros-release-boundary
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ziros-release-boundary
Source: https://github.com/AnubisQuantumCipher/ziros/tree/main/.codex/skills/ziros-release-boundary
Command: npx skills add https://github.com/AnubisQuantumCipher/ziros --skill ziros-release-boundary

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

ZirOS release boundary governance ensures local operator state and private proofs remain separated from release-grade evidence, preventing leakage of sensitive data and preserving auditability.

Core Features & Use Cases

  • Enforces local-only release defaults and source-private artifacts
  • Prevents exporting sensitive paths and untracked environment data
  • Use Case: When preparing a ZirOS release, the boundary policy ensures operator state stays private while maintaining verifiable provenance.

Quick Start

Run the release-boundary policy on the current repository to enforce privacy and binding of artifacts.

Frequently Asked Questions about ziros-release-boundary

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I keep local operator state private when preparing release artifacts?

To keep local operator state private, apply a release boundary policy that separates local-only defaults and source-private artifacts from public release evidence. This prevents sensitive paths and untracked environment data from being exported.

What is release provenance and how does it preserve auditability?

Release provenance preserves auditability by anchoring release evidence to proofs, digests, and verifier assets. This governance ensures verifiable provenance while keeping local operator state private and separated from public artifacts.

How do I bind SKILL content to operational instructions using YAML frontmatter?

You can bind SKILL content to operational instructions by enforcing YAML frontmatter metadata within your release workflow. This enforces repository-scoped binding between operational instructions and SKILL content, ensuring structural integrity.

Can I apply release boundary governance to an existing repository workflow?

Yes, you can apply release boundary governance to a current repository workflow. Running the boundary policy enforces local-only release defaults, source-private artifacts, and prevents the exporting of sensitive paths and untracked environment data.

What are the limitations of relying on release boundary policies for security?

A limitation of release boundary policies is that they primarily enforce local-only defaults and prevent exporting sensitive paths. They focus on separating private proofs from release-grade evidence, so broader security-policy enforcement requires additional measures.