Secure Code Review

The sinks and boundaries that belong to no framework: passing input to a shell or an evaluator, letting input choose a filesystem path, validating at a boundary that is not an HTTP request, and handling regulated data (PII, PHI, cardholder data) so it does not spread into paths nobody reviews. Use when generating or reviewing code that shells out, touches the filesystem, reads a queue message, CLI argument, or parsed file, or when a change crosses a PII, PHI, or PCI boundary.

ShieldNet-360 db62a44 6 files · 22.0 KB Updated

File contents

ShieldNet-360/secure-vibe/tree/main/skills/secure-code-review commit db62a44db7

Frequently asked questions

npx skillmds@latest add shieldnet-360/secure-code-review