Missing User Warnings
Medium
- Confidence
- 91% confidence
- Finding
- The setup guide instructs users to store OAuth client secrets and access tokens in local files (`client_secret.json` and `youtube.token.json`) but does not warn that these are sensitive credentials that must be protected from disclosure, accidental commits, or permissive file permissions. In a CLI skill context, users commonly work from project directories and shells where secrets can be exposed via source control, shared workspaces, backups, or logs, making this a real credential-handling weakness even though it is documentation rather than executable code.
