plugin.json 750 B

1234567891011121314151617181920
  1. {
  2. "name": "claude-security",
  3. "version": "0.11.0",
  4. "description": "Deep vulnerability scanning of your own code, run entirely inside your Claude Code session at a chosen effort tier, with every finding challenged before it is reported and the verification tally computed in code. Turns surviving findings into targeted patches, each verified by a panel of agents, that you apply when you choose. See the plugin README for the tiers, the report format, and the trust model.",
  5. "author": {
  6. "name": "Anthropic",
  7. "email": "support@anthropic.com"
  8. },
  9. "license": "SEE LICENSE IN LICENSE",
  10. "keywords": [
  11. "security",
  12. "vulnerability",
  13. "scan",
  14. "audit",
  15. "appsec",
  16. "code-review",
  17. "remediation",
  18. "autofix"
  19. ]
  20. }