Pre Ship Security

This skill should be used right before deploying or shipping to production — a fast security review of the finished code, not a deep audit. Trigger phrases include "ready to ship", "before I deploy", "security check before launch", "is this safe to ship", "pre-launch checklist", "review security", "did I miss anything", "production-ready", "harden before launch", "antes de subir a producción". It runs npm audit + a secret scan, re-checks the code against the OWASP prevention checklist, and escalates to specialized audit tools only when the app is high-risk.

MartinOlivero 91f4482 5.4 KB Updated

File contents

MartinOlivero/saas-builder/tree/main/skills/pre-ship-security commit 91f4482df8

Frequently asked questions

npx skillmds@latest add martinolivero/pre-ship-security