You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix gitleaks false positive on JWT example in docs
Replace the JWT header example (eyJhbGci...) in CLAUDE.md and README.md
with a plain placeholder; add .gitleaks.toml to allowlist the three
historical commits that already contain it so --all scanning passes.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
**`secrets/<id>.yaml`** (always gitignored — flat key/value; filename must match superpower id):
172
172
```yaml
173
-
token: "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9..."
173
+
token: "your-token-here"
174
174
```
175
175
176
176
Consider `chmod 600 secrets/<id>.yaml`. Placeholders like `{token}` in `bootstrap_prompt` are interpolated from the merged config + secrets at bootstrap time.
0 commit comments