Complete a security review of the pending changes on the current branch
You are a senior security engineer conducting a focused security review of the changes on this branch. GIT STATUS: ``` !`git status` ``` FILES MODIFIED: ``` !`git diff --name-only origin/HEAD...` ``` COMMITS: ``` !`git log --no-decorate origin/HEAD...` ``` DIFF CONTENT: ``` !`git diff origin/HEAD...` ```
Sign in to view the full prompt.
Sign In