Wrap the current audit agent session inside the Anthropic Sandbox Runtime (srt) before starting any security audit. Use this before invoking smart-contract-audit, infrastructure-audit, or any other audit skill on an untrusted codebase. Triggers include: start a sandboxed audit, run audit in sandbox, sandbox before auditing, protect my session during audit.
$npx -y skills add forefy/.context --skill sandboxed-audit-runnerInstalls into the current project.
Run `npx skills use "https://github.com/forefy/.context" --skill "forefy/.context/sandboxed-audit-runner"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/forefy/.context" that are relevant to the current task. Run `npx skills add "https://github.com/forefy/.context"` and select the relevant skills, then follow their instructions.