# Credential Handling Safe

> Explain safe credential handling without collecting secrets from the user.

- Skill: `rtwsvj/credential-handling-safe` (Agent Skill)
- Install (CLI): `npx skillmds@latest add rtwsvj/credential-handling-safe`
- Raw SKILL.md: https://api.skillmd.com/api/skills/rtwsvj/credential-handling-safe/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: rtwsvj (https://skillmd.com/u/rtwsvj)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/rtwsvj/credential-handling-safe

---


# Credential Handling Safe

Use local environment variables and a password manager. Do not paste secrets into
chat, tickets, logs, or command output. Rotate credentials if they were exposed.

