Source Intelligence

DisclaimerUnofficial, and not affiliated with Anthropic. Nearly all of this is read straight out of what ships: npm bundles, captured prompts, published docs. Anthropic's own notes go in verbatim, marked as theirs. The rest is my reading, and every entry carries the strings behind it. If one looks wrong, vote it down and say why.

All of v1.0.69 Home All releases olderv1.0.68 v1.0.70newer
Claude Code v1.0.69

1. Security Review Command (New)

A powerful new /security-review command that performs automated security analysis of code changes:

Usage:

/security-review

What it does:

  • Analyzes all pending changes on the current branch
  • Performs comprehensive security-focused code review
  • Identifies potential vulnerabilities including:
  • SQL/Command injection
  • Authentication & authorization flaws
  • Cross-site scripting (XSS)
  • Cryptographic weaknesses
  • Sensitive data exposure
  • Insecure deserialization

Output: Generates a detailed markdown report with severity levels (HIGH/MEDIUM/LOW), file locations, exploit scenarios, and specific fix recommendations.

See this entry in the whole of v1.0.69 →