Default Review Map
Pack:
securityParent skill: Security Default Review For Web Apps Source:security/security-default-review-for-web-apps/references/default-review-map.md
Start here
Section titled “Start here”- What input can an attacker control?
- What action changes privileged state?
- What secret or sensitive data exists?
- What boundary is assumed trusted but probably is not?
Most common top risks in app code
Section titled “Most common top risks in app code”- trusting the client too much
- server-side authz checks missing or inconsistent
- untrusted input reaching a dangerous sink
- secrets or privileged tokens leaking to the browser
Default rule
Section titled “Default rule”Find the strongest exploit path first, not the longest checklist.