From 385712fcb55b1ebd1c24d4670165b56fbb2f8caf Mon Sep 17 00:00:00 2001 From: "clap [bot]" Date: Wed, 18 Mar 2026 18:10:27 +0000 Subject: [PATCH] docs(cli): clarify --label as canary naming, add naming tip to arm help --- internal/cli/cli.go | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/internal/cli/cli.go b/internal/cli/cli.go index 436fda9..a398e32 100644 --- a/internal/cli/cli.go +++ b/internal/cli/cli.go @@ -84,13 +84,13 @@ Advanced: Flags (arm): --webhook webhook URL (Discord, Slack, Telegram, or custom) - --label prefix canary names (defaults to hostname) + --label name your canary (e.g. prod-admin-legacy-2024) — defaults to hostname --all plant all canary types including dotenv-based ones (openai, anthropic, huggingface, npm, mcp, github, stripe, generic, docker, azure) --dry-run show what would be planted without writing Flags (plant): - --label prefix canary names (defaults to hostname) + --label name your canary (e.g. prod-admin-legacy-2024) — defaults to hostname --type canary type: aws, awsproc, gcp, github, stripe, openai, anthropic, ssh, k8s, npm, mcp, pypi, huggingface, docker, azure, generic --all plant all high-reliability canary types at once --dry-run show what would be planted without writing anything @@ -363,7 +363,7 @@ Use --all to arm every canary type, or --select to pick interactively. Flags: --webhook webhook URL (Discord, Slack, Telegram, PagerDuty, Teams) - --label prefix canary names (defaults to hostname) + --label name your canary (e.g. prod-admin-legacy-2024) — defaults to hostname --all plant all canary types including dotenv-based ones --select interactive checklist to pick which canaries to arm --dry-run show what would be planted without writing anything @@ -371,9 +371,14 @@ Flags: Examples: snare arm --webhook https://discord.com/api/webhooks/... - snare arm --webhook https://hooks.slack.com/... --label prod-server + snare arm --webhook https://hooks.slack.com/... --label prod-admin-legacy-2024 snare arm --all --webhook snare arm --select --webhook + +Naming tip: + Use --label to make canaries look like real dormant infrastructure credentials. + A name like "prod-admin-legacy-2024" looks plausible to a compromised agent + and is something you'd never invoke yourself — maximizing signal quality. `) return }