constant-time-analysis
Pass
Audited by Gen Agent Trust Hub on Aug 10, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill executes a local script (
ct_analyzer/analyzer.py) usinguv run. This is the primary functionality of the skill to perform static analysis on user-provided source files. - [EXTERNAL_DOWNLOADS]: The skill instructs the user to install
ilspycmdvia the standard.NET SDK(dotnet tool install -g ilspycmd) for C# analysis. This is a well-known tool for IL disassembly. - [DATA_EXPOSURE]: While the skill's purpose is to identify secrets and sensitive operations in code, all processing occurs locally through the analyzer script. There are no network calls or exfiltration patterns observed.
- [SAFE]: External documentation links point to reputable security research sites and official cryptographic guidelines (e.g., BearSSL, GitHub/veorq, and KyberSlash research).
Audit Metadata