Skip to content

Security: CGuiho/runx

Security

SECURITY.md

name RunX Security Policy
purpose Explain private vulnerability reporting and the RunX manifest trust boundary.
description Documents responsible disclosure and the risks of executable local manifests.
created 2026-07-12
flags
tags
security
keywords
runx
security
owner runx

Security Policy

Reporting

Report a potential security issue privately to cg@guiho.co. Do not include credentials, tokens, or private manifests in public issues.

RunX Trust Boundary

RunX manifests contain shell commands and are trusted local executable code. RunX validates structure and makes commands visible; it cannot make arbitrary shell code safe. Do not store secrets in runx.yaml, inspect a command before running it, and use confirm: always for operations that benefit from an explicit --yes acknowledgement.

There aren't any published security advisories