Skip to content
0.5604
Chimera Difficulty Score
a synthesis of Flesch-Kincaid, Coleman-Liau, SMOG, and Dale-Chall readability metrics
Try our new dimensional analysis Claude plugin We’re releasing a new Claude plugin for developing and auditing code that implements dimensional analysis, a technique we explored in our most recent blog post. Most LLM-based security skills ask the model to find bugs. Our new dimensional-analysis plugin for Claude Code takes a different approach: it uses the LLM to annotate your codebase with dimens...
The article presents an exciting development in the field of code auditing with the release of a new plugin that uses dimensional analysis. By annotating the codebase directly rather than relying on the LLM's judgement, the plugin achieves better results with higher precision, recall, and determinism compared to previous security analysis skills. This could significantly improve the efficiency and effectiveness of auditing arithmetic-heavy projects such as smart contracts or blockchain nodes by ...