Skip to content

Default Review Map

Pack: security Parent skill: Security Default Review For Web Apps Source: security/security-default-review-for-web-apps/references/default-review-map.md

  • 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?
  1. trusting the client too much
  2. server-side authz checks missing or inconsistent
  3. untrusted input reaching a dangerous sink
  4. secrets or privileged tokens leaking to the browser

Find the strongest exploit path first, not the longest checklist.