argv-flag-derived · git:20260525.5118a5c · 2026-05-25 · sha256 c5177d30dfb3be4c
argv-flag-derived git:20260525.5118a5cA
Immutable. This exact content is served forever at /api/v1/blob/c5177d30dfb3be4c.
--- name: argv-flag-derived description: Credentialed-CLI fixture exercising round-2 lint widening — f-string, Starred(Tuple), Subscript shapes. All three should produce AC26(b) findings. metadata: credentialed: true primitive-class: credentialed-cli --- Body with the full "Don't" block so only AC26(b) variants fire: ### 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.