关于
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 仓库
Frequently asked questions
What is the constant-time-testing skill?
constant-time-testing is a Claude Skill by plurigrid. Skills package instructions and resources that Claude loads on demand, so Claude can perform constant-time-testing-related tasks without extra prompting.
How do I install constant-time-testing?
Use the install commands on this page: add constant-time-testing to Claude Code as a plugin, or clone its repository into your skills directory, then restart Claude so it picks up the skill.
What category does constant-time-testing belong to?
constant-time-testing is in the testing-handbook-skills category, tagged testing.
Is constant-time-testing free to use?
Yes. constant-time-testing is listed on AIMCP and free to install. It runs inside Claude, so no separate service account is required to use the skill itself.
相关推荐技能
该Skill为开发者提供与OSS-Fuzz的集成,支持持续模糊测试以发现软件中的安全漏洞。它适用于需要进行自动化安全测试的项目,帮助识别代码中的潜在内存错误和崩溃问题。作为Trail of Bits的安全测试工具,开发者可将其用于强化代码安全性并集成到现有测试流程中。
这是一个用于Rust模糊测试的Claude Skill,基于cargo-fuzz和libFuzzer实现。它帮助开发者在Rust项目中进行自动化安全测试,发现代码中的潜在漏洞和边界情况。该技能特别适合需要进行安全审计或寻找内存安全问题的Rust开发者使用。
这个Skill提供了AFL++模糊测试工具,用于对二进制文件和源代码进行全面的安全测试。它特别适合开发者在软件开发生命周期中集成自动化安全测试,发现潜在的内存损坏和逻辑漏洞。通过集成AFL++,开发者可以系统性地提升代码安全性,无需手动搭建复杂的模糊测试环境。
这个Skill能自动生成全面的安全测试手册和指南,帮助开发者制定系统化的安全测试策略。它特别适合在规划渗透测试、代码审计或安全评估项目时,快速创建结构化的测试框架和方法论。该工具由Trail of Bits开发,可与审计上下文构建、CodeQL等安全工具配合使用,提升安全测试的覆盖率和效率。
