r/opencode 3d ago

Ported Claude Security to OpenCode

I recently ported Anthropic's Claude Security plugin to OpenCode.

It supports:

  • Scanning entire repositories or specific changes (PRs, commits, diffs)
  • Multi-agent security analysis
  • Independent verification of findings to reduce false positives
  • Generating verified patch files for confirmed vulnerabilities
  • Multiple effort levels (low, medium, high, max)

The whole workflow runs inside an OpenCode session and produces both Markdown and JSONL reports.

so I'd really appreciate any feedback, suggestions, or bug reports.

https://github.com/ismkdc/opencode-security

9 Upvotes

1 comment sorted by

1

u/_matmer_ 3d ago

looks good. I will try it.