Agent Skills: Self-Hosted Runner Hardening

>-

UncategorizedID: adaptive-enforcement-lab/claude-skills/self-hosted-runner-hardening

Install this agent skill to your local

pnpm dlx add-skill https://github.com/adaptive-enforcement-lab/claude-skills/tree/HEAD/plugins/secure/skills/self-hosted-runner-hardening

Skill Files

Browse the full folder contents for self-hosted-runner-hardening.

Download Skill

Loading file tree…

plugins/secure/skills/self-hosted-runner-hardening/SKILL.md

Skill Metadata

Name
self-hosted-runner-hardening
Description
>-

Self-Hosted Runner Hardening

When to Use This Skill

Hardening is not optional. Every layer of defense you skip is an attack vector you gift to adversaries. Deploy runners defensively or accept the breach.

The Default Is Insecure

A default runner installation has root access, unrestricted network, cloud metadata endpoints, persistent filesystem, and ambient credentials. One malicious workflow means full infrastructure compromise. Apply every hardening layer.

Implementation

See the full implementation guide in the source documentation.

Examples

See examples.md for code examples.

Full Reference

See reference.md for complete documentation.

References