Missing User Warnings
Medium
- Confidence
- 97% confidence
- Finding
- The skill explicitly instructs users to print or log a newly generated private key (`print(result.private_key)` / `console.log(result.privateKey)`). Private keys are authentication credentials, and displaying them in logs, terminals, CI output, shared notebooks, or hosted agent traces can expose them to unauthorized parties who can then impersonate the agent.
