# Hardcoded Secrets

> Detects API keys, passwords, and tokens embedded directly in the source code.

- Skill: `zakirkun/hardcoded-secrets` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add zakirkun/hardcoded-secrets`
- Raw SKILL.md: https://api.skillmd.com/api/skills/zakirkun/hardcoded-secrets/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Integrations & APIs
- Author: zakirkun (https://skillmd.com/u/zakirkun)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/zakirkun/hardcoded-secrets

---


# Hardcoded Secrets

## Overview
Detects API keys, passwords, and tokens embedded directly in the source code.

## Remediation
Use a secure secrets manager or environment variables to inject sensitive credentials at runtime.

