constant-time-analysis

Analyze cryptographic code to detect operations that leak secret data through execution timing variations.

Content Preview
---
name: constant-time-analysis
description: "Analyze cryptographic code to detect operations that leak secret data through execution timing variations."
risk: unknown
source: community
---

# Constant-Time Analysis

Analyze cryptographic code to detect operations that leak secret data through execution timing variations.

## When to Use
```text
User writing crypto code? ──yes──> Use this skill
         │
         no
         │
         v
User asking about timing attacks? ──yes──> Use this skil
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/constant-time-analysis.md \
  https://raw.githubusercontent.com/sickn33/antigravity-awesome-skills/main/skills/constant-time-analysis/SKILL.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/sickn33/antigravity-awesome-skills

Then reference at skills/constant-time-analysis/SKILL.md

Related Skills