static-analysis

Tag

Cards List
#static-analysis

Characterizing the Quality Profile of AI-Generated C++ in Production

Hugging Face Daily Papers ↗ · 2026-08-06 Cached

A large-scale empirical study analyzing 3.52 million C++ code changes in production to compare AI-generated versus human-written code quality, finding higher coupling and compute overhead but showing targeted feedback can mitigate issues.

0 favorites 0 likes
#static-analysis

Agent configs can pass validation and still be bad instructions. What should we lint before runtime?

Reddit r/AI_Agents ↗ · 2026-08-04

The author built LintLang, a deterministic linter for agent configs that catches structural language defects like vague tool descriptions and conflicting instructions before runtime, and notes that Character.AI's Larch framework adopted it in CI. The post asks developers which runtime failures should be caught statically.

0 favorites 0 likes
#static-analysis

Looking for contributors and reviewers: SafeAI, an Apache-2.0 static analyzer for AI-agent risk and capabilities

Reddit r/AI_Agents ↗ · 2026-07-31

SafeAI is an Apache-2.0 static analyzer for AI-agent applications that scans source and configuration for capabilities, risks, tools, MCP integrations, secrets, and governance signals, producing a versioned KYA manifest and CI gating. The author is seeking contributors and reviewers.

0 favorites 0 likes
#static-analysis

Scanned 5 DTC Brands in 50 Seconds. None of Them Are Ready for AI Shopping Agents.

Reddit r/artificial ↗ · 2026-07-29

A static analysis scanner tested five DTC brands and found that despite good structured data, their custom JavaScript (e.g., size pickers using <div> instead of <select>) makes them inaccessible to AI shopping agents, potentially costing $82K–$491K monthly in lost revenue from AI-referred traffic.

0 favorites 0 likes
#static-analysis

A boring agent doing a boring job — triaging security scanner noise. But it actually works.

Reddit r/AI_Agents ↗ · 2026-07-27

A developer built a Go-based AI agent that uses read-only tools to triage false positives from SAST scanners, testing it against OWASP BenchmarkJava with Claude Sonnet, DeepSeek-V4-Pro, and Kimi k3, achieving strong results especially with Kimi k3.

0 favorites 0 likes
#static-analysis

Using multiple coding models to develop an open-source static AI Agents Capability & Risk Analyzer

Reddit r/AI_Agents ↗ · 2026-07-26

Describes the development of an open-source static analyzer that leverages multiple coding models to evaluate the capabilities and risks of AI agents.

0 favorites 0 likes
#static-analysis

Go Analysis Framework: modular static analysis by go team

Hacker News Top ↗ · 2026-07-26 Cached

The Go analysis framework provides a modular interface for static analysis of Go code, enabling reusable checkers across various tools like vet, IDEs, and build systems.

0 favorites 0 likes
#static-analysis

Pkgxray – inspect what gets installed, not what executes

Hacker News Top ↗ · 2026-07-22 Cached

pkgxray is a zero-dependency static analysis tool that inspects npm packages and MCP servers before installation, providing SAFE/REVIEW/BLOCK verdicts to prevent supply-chain attacks.

0 favorites 0 likes
#static-analysis

CodeSizer: Why is that binary so big?

Lobsters Hottest ↗ · 2026-07-19 Cached

CodeSizer is a static code size profiling tool for embedded firmware that uses objdump and addr2line to attribute code size to inline call trees and generates an HTML report.

0 favorites 0 likes
#static-analysis

Harness Handbook: Making Evolving Agent Harnesses Readable,Navigable, and Editable

arXiv cs.AI ↗ · 2026-07-16 Cached

The Harness Handbook is a behavior-centric representation synthesized from agent harness codebases using static program analysis and LLM assistance, helping developers and coding agents locate code implementing specific behaviors. It introduces Behavior-Guided Progressive Disclosure (BGPD) to guide agents from high-level descriptions to relevant implementation details, improving localization accuracy and edit-plan quality.

0 favorites 0 likes
#static-analysis

The Patchwork Problem in LLM-Generated Code

arXiv cs.AI ↗ · 2026-07-13 Cached

This paper formalizes the 'patchwork problem' where LLM-generated code is locally correct but structurally incoherent across a codebase, proposes a taxonomy of eight failure categories and a hybrid verification framework, and demonstrates that many failures evade current tools.

0 favorites 0 likes
#static-analysis

Benchmarking Large Language Models on Floating-Point Error Classification

arXiv cs.AI ↗ · 2026-07-01 Cached

This paper introduces InterFLOPBench, a benchmark for evaluating LLMs on detecting floating-point errors in C code, finding that recent models achieve high F1-scores, though performance varies by error type.

0 favorites 0 likes
#static-analysis

How are you reviewing agent permissions and tool access before deployment?

Reddit r/AI_Agents ↗ · 2026-06-28

The author introduces FCM Trust, a local scanner for reviewing AI agent projects' security, permissions, and reliability, and asks the community about their own review methods for agent tool access.

0 favorites 0 likes
#static-analysis

The feature in OxCaml that more languages should steal - The Consensus

Lobsters Hottest ↗ · 2026-06-27 Cached

OxCaml, Jane Street's superset of OCaml, introduces a `[@zero_alloc]` annotation that forces the compiler to refuse to build if any function in the call tree allocates on the heap, shifting allocation detection from runtime profiling to compile-time enforcement.

0 favorites 0 likes
#static-analysis

C in the Linux Kernel

Lobsters Hottest ↗ · 2026-06-27 Cached

This article delves into the differences between C in the Linux kernel and ordinary userspace C, covering core techniques such as resource management, error handling, concurrency, logging, static analysis, and extensively using GNU C extensions and kernel-specific patterns.

0 favorites 0 likes
#static-analysis

How Much Static Structure Do Code Agents Need? A Study of Deterministic Anchoring

Hugging Face Daily Papers ↗ · 2026-06-25 Cached

This paper investigates how lightweight static analysis annotations can serve as deterministic anchors to improve the predictability and reproducibility of LLM-based code agents navigating software repositories, finding that such anchoring improves localization and reduces variance.

0 favorites 0 likes
#static-analysis

Cargo-Geiger

Hacker News Top ↗ · 2026-06-20 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
← Previous
Next →
← Back to home

Submit Feedback