Agent Guard Secret Guardrails
Version updated for https://github.com/JeongJaeSoon/agent-guard to version v2.2.0.
- This action is used across all versions by ? repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
Agent Guard is a guardrail for AI coding agents (Claude Code, Codex) to prevent accidental exposure of secrets before they are read or written. It uses gitleaks for detection and plain shell scripts for integration. By running at the agent’s tool boundary, it blocks common ways an agent can accidentally expose secrets and provides defense in depth by also performing commit- or CI-time scanning.
What’s Changed
What’s Changed
- feat: add self-contained managed bootstrap by @JeongJaeSoon in https://github.com/JeongJaeSoon/agent-guard/pull/119
- release: v2.2.0 by @github-actions[bot] in https://github.com/JeongJaeSoon/agent-guard/pull/120
Full Changelog: https://github.com/JeongJaeSoon/agent-guard/compare/v2.1.0...v2.2.0