Skill instructions (SKILL.md) could not be loaded from local cache or raw GitHub repository.
handle-secrets
star 512
Guide for handling sensitive data (secrets) in this Rust project. NEVER use plain String for API tokens, passwords, or other credentials. Use the secrecy crate's Secret<T> wrapper to prevent accidental exposure through Debug output, logs, and error messages. Call .expose_secret() only when the actual value is needed. Use when working with credentials, API keys, tokens, passwords, or any sensitive configuration. Triggers on "secret", "API token", "password", "credential", "sensitive data", "secrecy", or "expose secret".
Install via CLI
npx skills add https://github.com/torrust/torrust-tracker --skill handle-secrets
Repository Details
star Stars
512
call_split Forks
54
navigation Branch
main
article Path
SKILL.md
More from Creator
torrust Explore all skills →