Secret Review

Check a change for accidentally exposed credentials and private data.

patriceckhart Updated

File contents

Review for secrets

Use this skill before publishing a change or opening a pull request.

  • Search the diff for API keys, tokens, private keys, passwords, and session data.
  • Check newly added fixtures and examples as well as source code.
  • Replace real-looking values with clearly synthetic placeholders.
  • Never copy a discovered secret into a report or chat message.

patriceckhart/zot/tree/main/examples/skills/extension-fixture/skills/security/review-secrets commit b2293a49f7

Frequently asked questions

npx skillmds@latest add patriceckhart/secret-review-2