Detects timing side-channels in cryptographic code via constant-time analysis. Accepts a source file and optional flags for warnings, JSON output, architecture, opt-level, and function filtering.
How this command is triggered — by the user, by Claude, or both
Slash command
/constant-time-analysis:ct-check <source-file> [--warnings] [--json] [--arch <arch>]This command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
# Check Constant-Time Properties **Arguments:** $ARGUMENTS Parse arguments: 1. **Source file** (required): Path to source file to analyze 2. **Flags** (optional): `--warnings`, `--json`, `--arch <arch>`, `--opt-level <level>`, `--func <pattern>` Invoke the `constant-time-analysis` skill with these arguments for the full workflow.
Arguments: $ARGUMENTS
Parse arguments:
--warnings, --json, --arch <arch>, --opt-level <level>, --func <pattern>Invoke the constant-time-analysis skill with these arguments for the full workflow.
npx claudepluginhub commit-ai/trailofbits-skills --plugin constant-time-analysis22plugins reuse this command
First indexed Jan 29, 2026
Showing the 6 earliest of 22 plugins
/ct-checkDetects timing side-channels in cryptographic code via constant-time analysis. Accepts a source file and optional flags for warnings, JSON output, architecture, opt-level, and function filtering.
/securityScans code for exposed secrets and vulnerabilities via the github-autopilot MCP server, reporting risk level, severity, and fixes with redacted secrets.
/security-scanRuns a full static security audit on a file or directory, reporting exploitable vulnerabilities with severity, CWE, and remediation snippets.
/review-securityOrchestrates security scanners (gitleaks, semgrep, etc.) with AI-powered triage to reduce false positives, explain exploitability, and suggest fixes. Analyzes git diffs or specified files.
/audit-contextAnalyzes a codebase to build deep architectural context for vulnerability hunting, with optional --focus flag to target a specific module.