Resources

Practical security references you can reuse.

Robert Lackey's frameworks, checklists, and templates for product security, AI security, threat modeling, and offensive-informed defense.

Topic Paths

Choose the problem you are working on.

These paths collect the best starting points by job-to-be-done, so a reader can move from broad judgment to a specific review habit without guessing where to begin.

Product Security

Start with product security fundamentals.

Build the mental model for secure design, threat modeling, authorization, tenant boundaries, and useful engineering review.

AI Security

Review AI systems as product systems.

Focus on agents, tools, memory, retrieval, logs, provenance, and the places where model behavior meets product authority.

Offensive-Informed Defense

Turn exploitation practice into prevention.

Use hands-on mechanics to sharpen evidence, root cause, code review, and fixes that engineers can actually apply.

Playbook

A public-safe playbook for using AI in vulnerability research without handing it the judgment.

Read the playbook
  1. Scope Write down what is authorized, what is excluded, and what question is being tested.
  2. Trace Follow the path from input to consequence and do not skip the middle.
  3. Probe Use the smallest safe check that answers the next question.
  4. Decide Escalate, scope down, pivot, or stop based on the evidence.