Skip to content

Security: srothgan/claude-code-rust

Security

SECURITY.md

Security Policy

Supported Versions

Version Supported
latest Yes
< latest No (upgrade to latest)

Reporting a Vulnerability

Please do NOT report security vulnerabilities through public GitHub issues.

Instead, use GitHub Security Advisories to report vulnerabilities privately.

Please include:

  1. Description of the vulnerability
  2. Steps to reproduce
  3. Potential impact
  4. Suggested fix (if any)

Response Timeline

  • Acknowledgment: Within 48 hours
  • Initial assessment: Within 1 week
  • Fix and disclosure: Coordinated with reporter, typically within 30 days

Scope

This policy covers the claude-rs binary and its direct dependencies. Vulnerabilities in the upstream Agent SDK (@anthropic-ai/claude-agent-sdk) or Claude API should be reported to their respective maintainers.

Security Measures

  • Dependencies are audited weekly via cargo audit (scheduled GitHub Actions workflow, every Monday)
  • Dependency updates are managed via Dependabot
  • All PRs require CI checks (test, clippy, fmt, MSRV, lockfile)

There aren't any published security advisories