Secret Guard

Lets an agent authenticate to APIs and MCP servers WITHOUT ever seeing secret values. Use whenever a task needs an API token, MCP token, password, or key. The agent passes a credential *reference* (a name); a trusted non-LLM broker resolves it from the OS keyring, injects it into the request, scrubs the response, and returns only scrubbed output. The secret value never enters the agent's context or the LLM.

canonical 09d892d 2 files · 11.2 KB Updated

File contents

canonical/copilot-collections/tree/main/skills/secret-guard commit 09d892d069

Frequently asked questions

npx skillmds@latest add canonical/secret-guard