AGENTS.md@assistant/src/security · git:20260325.c9fd5f1 · 2026-03-25 · sha256 1d575b97f2b1f506
AGENTS.md@assistant/src/security git:20260325.c9fd5f1A
Immutable. This exact content is served forever at /api/v1/blob/1d575b97f2b1f506.
# Security — Agent Instructions ## Integration API Key Patterns When adding a new third-party integration, check whether the service uses a recognizable API key prefix (e.g., `lin_api_`, `sk-ant-`, `ghp_`). If it does, add a corresponding entry to `PREFIX_PATTERNS` in `secret-patterns.ts`. This is the single source of truth for prefix-based secret detection — ingress blocking, tool output scanning, and log redaction all consume this list. OAuth-only services with opaque access tokens (no fixed prefix) do not need a pattern.