constant-time-testing
关于
This skill detects timing side channels and verifies constant-time implementations in code to prevent security vulnerabilities. It's used during security testing when cryptographic operations or sensitive data handling must be protected against timing attacks. Developers should reference the original Trail of Bits repository for detailed usage and examples.
快速安装
Claude Code
推荐npx skills add plurigrid/asi -a claude-code/plugin add https://github.com/plurigrid/asigit clone https://github.com/plurigrid/asi.git ~/.claude/skills/constant-time-testing在 Claude Code 中复制并粘贴此命令以安装该技能
GitHub 仓库
相关推荐技能
atheris
其他Atheris是一个用于Python代码模糊测试的安全技能,能自动发现代码中的漏洞。它适用于需要进行安全测试的Python项目,帮助开发者识别潜在的安全风险。该技能由Trail of Bits开发,可与CodeQL、Semgrep等其他安全分析工具结合使用。
libfuzzer
其他这是一个用于代码安全测试的libFuzzer模糊测试技能,能够自动生成随机输入来发现程序中的漏洞和崩溃。它特别适用于对C/C++代码进行持续的安全测试和漏洞挖掘。开发者可以将其集成到测试流程中,帮助识别潜在的内存安全问题和其他边界条件缺陷。
cargo-fuzz
其他这是一个用于Rust模糊测试的Claude Skill,基于cargo-fuzz和libFuzzer实现。它帮助开发者在Rust项目中进行自动化安全测试,发现代码中的潜在漏洞和边界情况。该技能特别适合需要进行安全审计或寻找内存安全问题的Rust开发者使用。
wycheproof
其他Wycheproof Skill提供了Google的Wycheproof测试向量,用于检测密码学实现中的漏洞。开发者可用它验证加密库和算法的安全性,识别边界情况和错误处理问题。该技能特别适合在代码审计和安全测试场景中,帮助发现实际部署中的加密弱点。
