Sign inSign up

ajeetraina777/gitguardian-kit:copilot

Manifest digest

sha256:cd38bfb3c9affd4d723fe4d97c0a6e08b427645a17efcc3c43dbb59ca21d3e02

Last pushed

24 days by ajeetraina777

Type

Sandbox Kit

Manifest digest

sha256:cd38bfb3c9affd4d723fe4d97c0a6e08b427645a17efcc3c43dbb59ca21d3e02

MIXIN
REQUIRES SECRETS

Installs the GitGuardian CLI (ggshield) with proxy-injected API-key auth for api.gitguardian.com and wires it as a Copilot CLI AI hook, so the agent's own actions are scanned for hardcoded secrets automatically - the real key never enters the sandbox.


Credentials
NameServiceRequiredDescription
GITGUARDIAN_API_KEYgitguardianRequiredGitGuardian API key (from a Personal or Service Account, "scan" scope). Stored on the host; the sandbox only sees a placeholder and the proxy injects the real value on requests to api.gitguardian.com.

Network Egress

github.com

objects.githubusercontent.com

release-assets.githubusercontent.com

api.gitguardian.com

Apply this mixin to a sandbox

sbx run <agent> --kit docker.io/ajeetraina777/gitguardian-kit:copilot

Make sure you have docker sbx installed

Run the following command to install sbx on your machine.

macOS
brew install docker/tap/sbx
Windows
winget install Docker.sbx
Learn more about docker sbx