security-review (waybarrios/opencode-power-pack)

Inspects the unmerged commits on a branch and calls out concrete security problems that show realistic exploitation paths, so reviewers can decide whether changes are safe to merge. Unlike broader security-audit or SAST-style tools, it intentionally skips stylistic, architecture, dependency-wide, or general code-review concerns and concentrates only on high-confidence, actionable vulnerabilities in the pending diff.

A situation it fits

There is a pull request waiting and the release is in an hour. I do not want a report about the whole repo — just tell me whether anything in THESE changes is actually exploitable.
security-review (waybarrios/opencode-power-pack). All four are security reviewers, so the question is scope. waybarrios reads only the unmerged commits on the branch and reports concrete exploitation paths, which is precisely a pre-merge decision. Sentry's scans project source and jeffallan produces a prioritised whole-system audit — both answer a bigger question than the one asked, and both cost more than an hour. affaan-m is design-time guidance for code you have not written yet, which is the wrong direction entirely once the PR exists.

2 scenarios in the bank answer to security-review (waybarrios/opencode-power-pack). The rest are in the game.

Skills it gets confused with

These share a family with security-review (waybarrios/opencode-power-pack), which is another way of saying they are the ones you might reach for by mistake.

Knowing what security-review (waybarrios/opencode-power-pack) does is the easy half. Telling it apart from the others under time pressure is the game.

Today's session

security-review (waybarrios/opencode-power-pack) is part of waybarrios/opencode-power-pack. Licence: MIT. The description above was written for this game, not taken from the skill.

← All skills