segararai/GitHub Actions Sandbox Probes

Run sandbox escape probes and then execute a command in a hardened Docker container.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
imageDocker image used for the sandbox.yes
commandCommand to run after the probes pass.yes
workspaceHost path mounted read-only at /workspace.no""
userContainer user.no1001
pids-limitDocker process limit.no512
networkDocker network mode. Defaults to none; use bridge only when the sandboxed command needs outbound network.nonone
envNewline-separated KEY=value entries passed to the sandbox command.no""
unsafe-envNewline-separated KEY=value entries for sensitive CI environment variables that are intentionally exposed to the sandbox command.no""
inherit-envNewline, comma, or space separated variable names inherited from the caller environment. Use auto for the curated non-sensitive default set, or none to disable it.noauto
unsafe-inherit-envNewline, comma, or space separated sensitive CI environment variable names intentionally inherited into the sandbox command.no""
disable-checksComma, space, or newline separated probe checks to disable after explicit risk acceptance.no""

no outputs