AI tools can read secrets. Attackers trick them into sending those secrets outside.
02
Secret exfiltration happens when an agent reads .env files, environment variables, or credential stores and passes them to external endpoints via tool calls, web requests, or log output.
03
HOL Guard turns these moments into private receipts first, then public lessons only after redaction and moderation.
Harness setup guides
Protect the coding tools your team already uses without forcing everyone to become a security expert.
Secret exfiltration happens when an agent reads credentials or sensitive material and then exposes them through a tool, command, log, model request, or external destination. Coverage statements here are limited to the current HOL Guard support contract and do not imply universal model or harness protection.
Does HOL Guard prevent secret exfiltration?
Partially, and only at supported local action boundaries. HOL Guard can require approval for secret-bearing file/env reads it can see (for example .env). It is not a secrets manager, does not rotate tokens, and does not scrub secrets already inside model context. Secrets already exposed before Guard sees an action, and encrypted or unsupported egress paths, are out of coverage.
Is HOL Guard a secrets manager?
No. HOL Guard is local-first runtime control on the developer machine for shell, secrets/file reads, MCP server change, and plugin/skill install. It is not a secrets manager, vault, or DLP suite.
Does a catalog or plugin scan mean secrets are safe from agents?
No. A scan is not a safety guarantee and cannot intercept runtime secret reads. The current public catalog scanner is registry-broker-fallback static scoring, not a live exploit test. About 205 catalog plugins are not Registry Broker agent counts. Runtime benchmark fixtures are modeled, not live attack measurements.
Threat dossier · P1
Secret exfiltration by agents dossier
Agents combine data access and action capability, allowing one influenced workflow to cross multiple trust boundaries.
Direct answer
What is secret exfiltration by agents?
Secret exfiltration happens when an agent reads credentials or sensitive material and then exposes them through a tool, command, log, model request, or external destination.
Coverage statements below are limited to the current HOL Guard support contract and do not imply universal model or harness protection.
Copied text includes the canonical source and review date.
Reviewed Reviewer: HOL Guard EngineeringReview cadence: 30 days
Representative attack path
Defensive model only. This sequence omits weaponized payloads and is not attributed to a specific incident unless a source explicitly says so.
Step 1
Agent gains access to a secret-bearing source.
Step 2
The secret enters model/tool context or process state.
Step 3
A command, tool, log, or network action attempts disclosure.
Step 4
Credential reuse can extend impact beyond the original session.