constant-time-analysis

Warn

Audited by Runlayer on Feb 26, 2026

Risk Level: MEDIUM
Scan Summary
Max Score
89%
Files
10
Flagged
6
Chunks
13
Flagged Files (6)
constant-time-analysis/references/php.mdMEDIUM
89.1%

Malicious tool definition detected

constant-time-analysis/references/swift.mdMEDIUM
88.2%

Malicious tool definition detected

**Platform availability** - CryptoKit requires iOS 13+/macOS 10.15+; older platforms need alternative implementations ## Testing on Different Architectures Always test your cryptographic code on actual target architectures: ```bash # Apple Silicon Mac (arm64) uv run {baseDir}/ct_analyzer/analyzer.py crypto.swift # Cross-compile for Intel uv run {baseDir}/ct_analyzer/analyzer.py --arch x86_64 crypto.swift ``` ## Further Reading - [Apple CryptoKit Documentation](https://developer.apple.com/documen

constant-time-analysis/references/vm-compiled.mdMEDIUM
87.9%

Tool passed security scan

Malicious tool definition detected

**Installation:** ```bash # macOS (Homebrew) brew install dotnet-sdk # Ubuntu/Debian sudo apt install dotnet-sdk-8.0 # Windows winget install Microsoft.DotNet.SDK.8 ``` **Install IL Disassembler:** ```bash dotnet tool install -g ilspycmd ``` **PATH Configuration:** Ensure the .NET tools directory is in your PATH: ```bash # Add to ~/.zshrc or ~/.bashrc export PATH="$HOME/.dotnet/tools:$PATH" ``` **Verification:** ```bash dotnet --version # Should show: 8.x.x or higher ilspycmd --version # Should

constant-time-analysis/references/compiled.mdLOW
72.4%

Malicious tool definition detected

constant-time-analysis/SKILL.mdLOW
64.0%

Tool passed security scan

constant-time-analysis/references/kotlin.mdLOW
56.4%

Tool passed security scan

Passed Files (4)Click to expand
constant-time-analysis/references/ruby.mdOK
31.3%

Tool passed security scan

constant-time-analysis/references/javascript.mdOK
29.9%

Tool passed security scan

constant-time-analysis/README.mdOK
21.0%

Tool passed security scan

constant-time-analysis/references/python.mdOK
10.0%

Tool passed security scan

Audit Metadata
Max File Score
89%
Classification
KNOWN_SERVER_ALL_UNKNOWN
Files Scanned
10
Files Flagged
6
Chunks Analyzed
13
Analyzed
Feb 26, 2026, 05:26 PM
Security Audit — runlayer — constant-time-analysis