y0news
AnalyticsDigestsSourcesTopicsRSSAICrypto

#static-analysis News & Analysis

7 articles tagged with #static-analysis. AI-curated summaries with sentiment analysis and key takeaways from 50+ sources.

7 articles
AIBullisharXiv – CS AI · Jun 237/10
🧠

AutoACSL: Synthesizing ACSL Specifications by Integrating LLMs with CPG-Based Static Analysis

Researchers introduce AutoACSL, a framework combining large language models with Code Property Graph analysis to automatically generate formal specifications for C programs. The system achieves 96% verification success rates, significantly outperforming code-only baselines and advancing automated formal verification capabilities.

🧠 GPT-5🧠 Gemini🧠 Grok
AIBearisharXiv – CS AI · Jun 237/10
🧠

Local LLM Agents as Vulnerable Runtimes:A Source-Code Audit of the Agent Runtime Layer

Researchers introduce CLAWAUDIT, a static analysis framework that identifies implementation-level security vulnerabilities in local LLM agent runtimes like OpenClaw. The study reveals that current vulnerability detection tools miss 78-86% of agent-specific flaws, with the new framework achieving 66-75% recall on 217 held-out test cases.

AIBullisharXiv – CS AI · Feb 277/105
🧠

Automated Vulnerability Detection in Source Code Using Deep Representation Learning

Researchers developed a convolutional neural network model that can automatically detect vulnerabilities in C source code using deep learning techniques. The model was trained on datasets from Draper Labs and NIST, achieving higher recall than previous work while maintaining high precision and demonstrating effectiveness on real Linux kernel vulnerabilities.

AIBullishDecrypt – AI · May 256/10
🧠

Perplexity Built a Tool That Checks Your Computer for Infected Software—Without Setting Off the Infection

Perplexity has developed Bumblebee, a security tool that scans developer machines for compromised software packages and malicious AI tool configurations without executing the code being analyzed. This approach addresses a critical vulnerability in development environments where traditional malware scanners could trigger infections during the detection process.

Perplexity Built a Tool That Checks Your Computer for Infected Software—Without Setting Off the Infection
🏢 Perplexity
AINeutralarXiv – CS AI · May 46/10
🧠

Semia: Auditing Agent Skills via Constraint-Guided Representation Synthesis

Semia is a static auditor for LLM-driven agent skills that uses constraint-guided synthesis to analyze security risks in hybrid code-and-prose configurations. Testing 13,728 real-world skills from public marketplaces, Semia identified critical semantic vulnerabilities in over half and achieved 97.7% recall, significantly outperforming existing security tools.

AINeutralarXiv – CS AI · May 16/10
🧠

ML Code Smells: From Specification to Detection

Researchers introduce SpecDetect4ML, a specification-driven tool that detects code smells in machine learning pipelines using Code Property Graphs. The tool identifies 22 types of recurring implementation patterns that compromise reproducibility, robustness, and maintainability, achieving 95.82% precision and 88.14% recall—significantly outperforming existing static analysis tools.

AIBullisharXiv – CS AI · Mar 36/105
🧠

Agentic Code Reasoning

Researchers introduce 'semi-formal reasoning' for LLM agents to analyze code semantics without execution, showing significant accuracy improvements across multiple tasks. The methodology achieves 88-93% accuracy on patch verification and 87% on code question answering, potentially enabling practical applications in automated code review and static analysis.