strategy-security-first

Installation
SKILL.md

Strategy — Security First

When to use

  • The task involves accepting or processing data from outside the program — user requests, uploaded files, external APIs, or queue messages.
  • The task touches secrets or sensitive values — API keys, passwords, tokens, or personal data — that must not leak into logs or output.
  • The user asks to harden code, review it for security, or choose safe defaults so that mistakes fail closed rather than open.

When NOT to use

Installs
1
GitHub Stars
3
First Seen
Jul 3, 2026
strategy-security-first — anyorgname/php-skills