argv-flag · git:20260524.64cad70 · 2026-05-24 · sha256 694607f00cbcb5a5

argv-flag git:20260524.64cad70A

Immutable. This exact content is served forever at /api/v1/blob/694607f00cbcb5a5.

---
name: argv-flag
description: Credentialed-CLI fixture whose script accepts `--token` on argv; AC26(b) finding expected.
credentialed: true
primitive-class: credentialed-cli
---

Body content with the full "Don't" block (so AC26(a) is silent and the
argv finding is the only one fired):

### Security rules (non-negotiable)

- Secrets live only in `~/.agent-ready/credentials.env`
  (mode 0600 on POSIX; DACL-restricted on Windows), the OS keyring,
  or process environment variables.
  **Never** read that file, print it, or echo the token.
- **Never** put the token on the command line. The primitive
  refuses flags like `--token` / `--api-token` / `--bearer` /
  `--pat` / `--password` and exits — do not work around it.
- If `check` exits with the "missing credentials" code, tell the
  user to run `agentbundle creds setup <namespace>` themselves.
  It's interactive — do not run it for them.