From asi
Detects timing side-channel vulnerabilities in cryptographic code. Use when implementing or reviewing crypto code, encountering division on secrets, secret-dependent branches, or constant-time programming questions in C, C++, Go, Rust, Swift, Java, Kotlin, C#, PHP, JavaScript, TypeScript, Python, or Ruby.
How this skill is triggered — by the user, by Claude, or both
Slash command
/asi:constant-time-analysisThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
**Trit**: -1 (MINUS)
Trit: -1 (MINUS) Category: constant-time-analysis Author: Trail of Bits Source: trailofbits/skills License: AGPL-3.0
Detects timing side-channel vulnerabilities in cryptographic code. Use when implementing or reviewing crypto code, encountering division on secrets, secret-dependent branches, or constant-time programming questions in C, C++, Go, Rust, Swift, Java, Kotlin, C#, PHP, JavaScript, TypeScript, Python, or Ruby.
This is a Trail of Bits security skill. Refer to the original repository for detailed usage guidelines and examples.
See: https://github.com/trailofbits/skills
npx claudepluginhub plurigrid/asi --plugin asiDetects timing side-channel vulnerabilities like secret-dependent branches and divisions in cryptographic code for Go, Rust, Java, Kotlin, C#, PHP, JS/TS, Python, Ruby.
Detects timing side-channel vulnerabilities like secret-dependent branches and divisions in cryptographic code for Go, Rust, Java, Kotlin, C#, PHP, JS/TS, Python, Ruby.
Detects timing side-channel vulnerabilities in cryptographic code across 13 languages. Use when implementing or reviewing crypto, encountering secret-dependent division/branches, or constant-time programming questions.