static-analysis

Tag

Cards List
#static-analysis

Cargo-Geiger

Hacker News Top · 4d ago Cached

cargo-geiger is a Rust cargo plugin that lists statistics about unsafe code usage in a crate and its dependencies, providing input for auditing.

0 favorites 0 likes
#static-analysis

I built an Code context graph for Agentic Coding

Reddit r/ArtificialInteligence · 2026-06-10

The author built a code context graph parser that creates a graph from static analysis and exposes it via MCP for AI agents. In a head-to-head comparison with Gemma 4 26B, agents using the graph explored Apache Kafka's request flow in under 2 minutes, while the baseline agent without the graph ran out of rate limits in 6 minutes.

0 favorites 0 likes
#static-analysis

@IfanJew: https://github.com/hyhmrright/brooks-lint… Very very good! It tries to avoid the problem of AI generating crap code. I don't understand why it has so few stars. It's way better than those other exaggerated skills.

X AI KOLs Timeline · 2026-06-07 Cached

brooks-lint is an AI code review tool based on twelve classic software engineering books, providing structured, traceable code regression risk assessment and repair suggestions, aiming to avoid quality issues in AI-generated code.

0 favorites 0 likes
#static-analysis

@_mattata: Anthropic released a pretty clean code auditing harness for identifying bugs with potential security implications. It’s…

X AI KOLs Timeline · 2026-06-04 Cached

Anthropic released an open-source code auditing reference harness for autonomous vulnerability discovery and remediation using Claude, covering a recon→find→triage→report→patch pipeline, primarily targeting C/C++ memory vulnerabilities. It is a template/reference implementation rather than a production-ready product, with a managed hosted option called Claude Security also available.

0 favorites 0 likes
#static-analysis

Homomorphic static analysis

Lobsters Hottest · 2026-05-31 Cached

Explores the concept of static analysis using applicative functors in Haskell, contrasting with monads, and discusses interpreting code in data-agnostic contexts for analysis without executing effects.

0 favorites 0 likes
#static-analysis

cargo-crap: Finding Untested Complexity in AI-Generated Rust Code

Lobsters Hottest · 2026-05-18 Cached

cargo-crap is a Rust tool that uses the CRAP metric to identify functions that are both complex and poorly tested, helping developers manage risk in AI-generated code.

0 favorites 0 likes
#static-analysis

Your vibe coded repo is rotting. I built an open source MCP to show Claude Code exactly where

Reddit r/AI_Agents · 2026-05-18

Repowise is an open-source MCP tool that provides AI coding agents like Claude Code with codebase intelligence, including a 12-biomarker code health score, dependency analysis, git insights, and auto-generated docs, all running offline with Ollama.

0 favorites 0 likes
#static-analysis

Data race freedom in OxCaml

Lobsters Hottest · 2026-05-16 Cached

OxCaml, Jane Street's fork of the OCaml compiler, introduces compile-time guarantees against data races, enabling sequential consistency without runtime overhead. The blog post explains the new mode axes and their implications for parallel programming.

0 favorites 0 likes
#static-analysis

Deterministic Fully-Static Whole-Binary Translation Without Heuristics

Hacker News Top · 2026-05-13 Cached

This paper introduces Elevator, a novel binary translator that performs deterministic, fully-static translation of entire x86-64 binaries to AArch64 without heuristics or runtime fallbacks. It achieves performance comparable to QEMU while enabling pre-deployment validation and certification of the translated code.

0 favorites 0 likes
#static-analysis

Why Tree-Sitter Is Inadequate for Program Analysis

Lobsters Hottest · 2026-05-11 Cached

The article explains why Tree-sitter is unsuitable for deep program analysis, highlighting how it discards critical tokens like operators and keywords. It advocates for using the Cubix framework as a more robust alternative for building semantic analysis and refactoring tools.

0 favorites 0 likes
#static-analysis

A principled rethinking of array languages like APL

Lobsters Hottest · 2026-05-10 Cached

The article proposes a principled rethinking of array languages like APL by modeling variables as functions of input dimensions, aiming to improve readability and error checking compared to traditional approaches.

0 favorites 0 likes
#static-analysis

@DivyanshT91162: Your AI agent ships React code fast. But half the time it’s bloated, slow, and full of hidden mistakes. React Doctor v2…

X AI KOLs Timeline · 2026-05-08

React Doctor v2 is an open-source CLI tool that analyzes React codebases for performance issues, bad patterns, unnecessary re-renders, and broken architecture. It supports Next.js, Vite, and React Native and can be run instantly via npx.

0 favorites 0 likes
#static-analysis

Using LLMs to find Python C-extension bugs

Lobsters Hottest · 2026-04-22 Cached

Daniel Diniz used Claude Code and a custom plugin to systematically uncover 575+ bugs across 44 Python C-extension projects, with fixes already merged in 14 of them.

0 favorites 0 likes
#static-analysis

Verus is a tool for verifying the correctness of code written in Rust

Hacker News Top · 2026-04-20 Cached

Verus is a static verification tool for Rust that uses SMT solving to prove full functional correctness of low-level systems code without runtime checks.

0 favorites 0 likes
#static-analysis

My practitioner view of program analysis

Hacker News Top · 2026-04-20 Cached

Practitioner Rory Sawyer reflects on a decade of applying program analysis to bridge the gap between code and human intent, emphasizing static analysis as a communication tool for correctness beyond execution.

0 favorites 0 likes
#static-analysis

millionco/react-doctor

GitHub Trending (daily) · 2026-05-11 Cached

React Doctor is a CLI tool that scans React codebases for issues, providing a health score and integrating with development agents. Supports Next.js, Vite, React Native, and GitHub Actions workflows.

0 favorites 0 likes
← Back to home

Submit Feedback