CtrlK
BlogDocsLog inGet started
Tessl Logo

constant-time-analysis

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

62

Quality

75%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Passed

No findings from the security scan

Fix and improve this skill with Tessl

tessl review fix ./plugins/AI-Agents-Safe-Coding-Skills/skills/constant-time-analysis/SKILL.md

The canonical home for this skill is constant-time-analysis in administrakt0r/AI-Agents-Safe-Coding-Skills

SKILL.md
Quality
Evals
Security

Quality

Content

92%Weight 40%Scale 1-5

Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.

The body is a well-structured, highly actionable skill: executable per-language commands, a problem/detection/fix quick reference, and an explicit false-positive triage workflow with validation checkpoints. Only minor conciseness trims (a repeated description line and background material) keep it from a perfect efficiency score.

DimensionReasoningScore

Conciseness

The body is mostly efficient and action-oriented (commands, quick-reference table, triage table), with only minor trimmable padding such as the repeated description line at the top and the Real-World Impact background section; this fits the score-4 anchor ('Efficient; minor instances of over-explanation that could be trimmed') rather than 5, which requires every token to earn its place.

4 / 5

Actionability

Copy-paste-ready commands are given per language (e.g. "uv run {baseDir}/ct_analyzer/analyzer.py --arch arm64 crypto.c"), with flags (--warnings, --func, --json, --arch, --opt-level), a prerequisites table, and a Quick Reference mapping each problem to detection instructions and fixes, matching score 5 ('Fully executable; copy-paste ready code or commands; specific examples cover the common cases').

5 / 5

Workflow Clarity

A clear run-then-interpret-then-verify sequence is present, and the "Verifying Results" section provides an explicit numbered feedback loop (identify secret inputs, trace data flow, document) plus a Quick Triage Questions checklist, matching score 5 ('Clear sequence with explicit validation steps; feedback loops for error recovery; checklists for complex processes').

5 / 5

Progressive Disclosure

The SKILL.md is a concise overview routing per-language detail to one-level-deep reference files via a clear Language Selection table (e.g. references/compiled.md, references/swift.md, references/python.md), with no nested references and easy navigation, matching score 5 ('Clear overview with well-signaled one-level-deep references; content appropriately split; easy navigation').

5 / 5

Total

19

/

20

Passed

Description

57%Weight 40%Scale 1-5

Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.

The description states a clear, distinctive purpose but omits an explicit 'when to use' trigger clause, which caps completeness at 3. It also lacks the most common natural trigger terms (constant-time, timing attack, side-channel) that users would actually say.

Suggestions

Add an explicit 'when' clause, e.g. 'Use when reviewing cryptographic code, or when the user mentions constant-time, timing attacks, or side-channels.'

Surface the natural trigger terms ("constant-time", "timing attack", "side-channel") in the description rather than only in the body, so users' phrasings match.

Optionally list a second concrete action (e.g. '...and suggests constant-time fixes such as Barrett reduction or masked selection') to lift specificity toward 4-5.

DimensionReasoningScore

Specificity

Quotes "Analyze cryptographic code" and "detect operations that leak secret data through execution timing variations" — it names the domain plus one concrete detection action, but does not enumerate several distinct actions, matching the score-3 anchor ('Names domain and 1-2 concrete actions, but not comprehensive'); it falls short of score 4 which expects multiple listed actions.

3 / 5

Completeness

A clear 'what' is stated ("Analyze cryptographic code to detect operations that leak secret data through execution timing variations") but there is no 'Use when...' or equivalent 'when' clause, hitting the score-3 anchor ('Has a clear what but when is missing or only weakly implied'); per the rubric guideline a missing Use-when clause caps completeness at 3, so it cannot reach 4.

3 / 5

Trigger Term Quality

Relevant keywords present ("cryptographic code", "leak secret data", "execution timing") but the most natural trigger phrases users say — "constant-time", "timing attack", "side-channel" — are absent from the description (they appear only in the body), matching score 3 ('Some relevant keywords but missing common variations or synonyms'); not score 4 because key natural synonyms are missing.

3 / 5

Distinctiveness Conflict Risk

"cryptographic code" scoped to "leak secret data through execution timing variations" carves a clear, narrow niche (constant-time / timing side-channel analysis) with minimal overlap risk against other skills, matching the score-5 anchor ('Clear niche with distinct triggers; minimal conflict risk'); it is more distinct than the score-4 'mostly distinct' anchor.

5 / 5

Total

14

/

20

Passed

Validation

87%

Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.

Validation14 / 16 Passed

Validation for skill structure

CriteriaDescriptionResult

frontmatter_unknown_keys

Unknown frontmatter key(s) found; consider removing or moving to metadata

Warning

referenced_paths_exist

Referenced path issues: 13 missing

Warning

Total

14

/

16

Passed

Repository
administrakt0r/AI-Agents-Safe-Coding-Skills
Reviewed

Table of Contents

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.