agentsecguard-cli
v0.1.1
Published
Codex CLI and Claude CLI security guard for AgentSecMonitor.
Readme
agentsecguard-cli
Global CLI guard for Codex CLI and Claude CLI.
Install
npm i -g agentsecguard-cliConfigure
Create an AgentSecMonitor project in the dashboard and copy the API key.
export AGENTSEC_API_KEY="agentsec_..."
agentsecguard --initPrivacy modes
Private mode is default:
export AGENTSEC_PRIVACY_MODE="private"Private mode sends hashes and metadata only.
Analysis mode sends locally redacted text for stronger risk scoring:
export AGENTSEC_PRIVACY_MODE="analysis"