Home / runxhq / runx · skills/vault-unseal/SKILL.md · GitHub

vault-unseal skillA

vault-unseal is agent-read markdown (skill) from runxhq/runx: Plan or execute a scoped, time-bounded vault-unseal request through any compatible vault binding, returning only opaque handle metadata and provider readback..

Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.

What the file says

# Vault Unseal

Execute one least-privilege request to make an opaque secret reference available
to one principal for one purpose, scope, and short access window. The default
`execute` runner sends that exact request through a configured vault adapter
after approval and independently reads the resulting handle metadata.
`vault-unseal` remains the explicit plan-only runner. Neither runner retrieves
or reveals secret material.

Use it when a later workload needs a bounded secret handle and the request must
pass a human approval and real vault adapter. Do not use it as a secret store,
credential loader, environment-file parser, or way to put secret values into an
agent context.

## How it works

1. Bind the opaque secret reference to the requesting principal, declared
   purpose, allowed scope, and requested time window.
2. Validate that the reference is opaque and the TTL is between one minute and
   one hour.
3. Reject raw secret-shaped input, ambiguous principals, broad purpose, or
   unbounded scope.
4. Emit an approval-ready request and exact provider handoff.
5. With `execute`, request approval for that exact plan, invoke
…

Read the whole file at its exact version.

How to install

Latest version
mdr add runxhq/runx/vault-unseal@git:20260808.8b7af2a
Exact content
mdr add runxhq/runx/vault-unseal@sha256:8165f75a60026e39

Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_qizj53t7ucglymjc.svg)](https://markdownregistry.com/a/art_qizj53t7ucglymjc)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260808.8b7af2a latest2026-08-08 8b7af2a 3,287 BA view · diff
git:20260723.6e5370b2026-07-23 6e5370b 3,161 BA view · diff
git:20260715.8d8fc902026-07-15 8d8fc90 6,637 BA view · diff
git:20260715.8644be92026-07-15 8644be9 6,648 BA view · diff
git:20260614.b6a05c82026-06-14 b6a05c8 6,664 BA view

Audit of the latest version

A  17 of 17 checks passed. Deterministic, no model, same answer every run.
  • pass: Frontmatter block present
  • pass: Frontmatter declares a name
  • pass: Frontmatter declares a description
  • pass: Size between 200 bytes and 200 KB (3287 bytes)
  • pass: No zero-width or bidi control characters
  • pass: No instruction hidden inside an HTML comment
  • pass: No link to an exfiltration or paste host
  • pass: No credential-shaped string
  • pass: No instruction to send local credentials anywhere
  • pass: No text hidden with inline styles
  • pass: No prompt-injection phrasing
  • pass: No curl or wget piped into a shell
  • pass: No recursive delete of root, home or parent
  • pass: No instruction to read or print local credentials
  • pass: No base64 blob over 200 characters
  • pass: No link to a raw IP address
  • pass: No script tag

Source

GitHub

runxhq/runx · 93 stars · license Apache-2.0 · pushed 2026-09-24 · branch main

API

GET https://markdownregistry.com/api/v1/artifacts/art_qizj53t7ucglymjc
GET https://markdownregistry.com/api/v1/resolve?ref=runxhq/runx/vault-unseal
GET https://markdownregistry.com/api/v1/blob/8165f75a60026e399d2a1548e4e8fcf0147eeeeb0dee18b171b7a6b9b422b89e

Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.

More from runxhq/runx

AGENTS.md agents
runxhq/runx · AGENTS.md
git:20260908.0ff743d · audit A · 93 stars
CLAUDE.md claude
runxhq/runx · CLAUDE.md
git:20260908.0ff743d · audit A · 93 stars
runx skill
runxhq/runx · SKILL.md · Governed runtime for agent skills: discover and install portable skills, run bounded skill graphs with explicit…
git:20260909.15accb0 · audit B · 93 stars
external-adapter-graph skill
runxhq/runx · examples/external-adapter-graph/SKILL.md · External-adapter front example; a graph whose step runs a governed subprocess adapter.
git:20260803.0993e04 · audit A · 93 stars
external-adapter-echo skill
runxhq/runx · examples/external-adapter-tool/SKILL.md · External-adapter sub-skill; a governed subprocess adapter that echoes its inputs.
git:20260803.0993e04 · audit A · 93 stars
github-mcp-hero skill
runxhq/runx · examples/github-mcp-hero/SKILL.md · Governed GitHub over MCP; read is admitted, out-of-scope mutation is sealed as a denial.
git:20260604.a6ec7d9 · audit A · 93 stars
github-mcp-merge-pr skill
runxhq/runx · examples/github-mcp-hero/merge-pr/SKILL.md · Merge a deterministic GitHub PR through the fixture MCP server.
git:20260723.6e5370b · audit B · 93 stars
github-mcp-read-issue skill
runxhq/runx · examples/github-mcp-hero/read-issue/SKILL.md · Read a deterministic GitHub issue through the fixture MCP server.
git:20260723.6e5370b · audit B · 93 stars
github-mcp-pr-review-note skill
runxhq/runx · examples/github-mcp-hero/review-note/SKILL.md · Add a deterministic GitHub PR review note through the fixture MCP server.
git:20260723.6e5370b · audit B · 93 stars
github-mcp-write-comment skill
runxhq/runx · examples/github-mcp-hero/write-comment/SKILL.md · Write a deterministic GitHub issue comment through the fixture MCP server.
git:20260723.6e5370b · audit B · 93 stars
hello-world skill
runxhq/runx · examples/hello-world/SKILL.md · Echo a first runx message through a checked-in cli-tool script.
git:20260723.6e5370b · audit B · 93 stars
loop-orchestration skill
runxhq/runx · examples/loop-orchestration/SKILL.md · Reference loop-orchestration example; a local loop host chains governed runx turns through receipts, budgets, context…
git:20260723.6e5370b · audit A · 93 stars

Every file in runxhq/runx

Browse by kind, by grade A, or by owner.