credentials
Pass
Audited by Gen Agent Trust Hub on Jul 1, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill implements a 'Safe Credentials Protocol' designed to prevent sensitive information like API keys from being leaked into the AI agent's context or conversation logs.
- [SAFE]: It utilizes non-intrusive verification methods (grep in quiet mode) to check for the presence of environment variables without displaying or capturing their values.
- [SAFE]: The instructions explicitly forbid dangerous patterns such as printing environment variables or reading the full content of credential files into memory.
- [SAFE]: The recommended method for user input relies on local terminal commands with input masking ('read -s'), ensuring that credentials remain local to the user's environment.
Audit Metadata