惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

WordPress大学
WordPress大学
M
MIT News - Artificial intelligence
MyScale Blog
MyScale Blog
博客园_首页
G
Google Developers Blog
博客园 - 【当耐特】
美团技术团队
博客园 - 聂微东
Stack Overflow Blog
Stack Overflow Blog
Vercel News
Vercel News
小众软件
小众软件
博客园 - 司徒正美
雷峰网
雷峰网
T
Tailwind CSS Blog
V
V2EX
博客园 - 三生石上(FineUI控件)
F
Fortinet All Blogs
罗磊的独立博客
量子位
P
Proofpoint News Feed
Microsoft Azure Blog
Microsoft Azure Blog
月光博客
月光博客
A
About on SuperTechFans
Hugging Face - Blog
Hugging Face - Blog

Aikido Security's Blog

Axios CVE-2026-40175: a critical bug that’s… not exploitable GlassWorm goes native: New Zig dropper infects every IDE on your machine Aikido Attack finds multiple 0-days in Hoppscotch The cybersecurity doomerism around Mythos doesn't match what we see on the ground axios compromised on npm: maintainer account hijacked, RAT deployed Popular telnyx package compromised on PyPI by TeamPCP Aikido × Lovable: Vibe, Fix, Ship CanisterWorm Gets Teeth: TeamPCP's Kubernetes Wiper Targets Iran TeamPCP deploys CanisterWorm on NPM following Trivy compromise Security testing is validating software that no longer exists Aikido Recognized by Frost & Sullivan with the 2026 Customer Value Leadership Award in ASPM GlassWorm Hides a RAT Inside a Malicious Chrome Extension fast-draft Open VSX Extension Compromised by BlokTrooper Glassworm Strikes Popular React Native Phone Number Packages Glassworm Is Back: A New Wave of Invisible Unicode Attacks Hits Hundreds of Repositories How Security Teams Fight Back Against AI-Powered Hackers Introducing Betterleaks, an open source secrets scanner by the author of Gitleaks Trump’s 2026 cybersecurity strategy: From compliance to consequence How does AI pentesting work with compliance? What continuous pentesting actually requires Rare Not Random: Using Token Efficiency for Secrets Scanning Persistent XSS/RCE using WebSockets in Storybook’s dev server Why Determinism Is Still a Necessity in Security WAF vs. RASP vs. ADR Introducing Aikido Infinite: A new model of self-securing software How Aikido secures AI pentesting agents by design Astro Full-Read SSRF via Host Header Injection How to Get Your Board to Care About Security (Before a Breach Forces the Issue) What is Slopsquatting? The AI Package Hallucination Attack Already Happening SvelteSpill: A Cache Deception Bug in SvelteKit + Vercel
SAST in the IDE is now free: Moving SAST to where develop...
Trusha Sharma · 2025-12-15 · via Aikido Security's Blog

We’re making a fundamental change to how teams use SAST.

SAST in the IDE is now free.

This means developers can run SAST scans directly inside their editor, with real-time feedback and project-wide visibility, using the same analysis engine and SAST rules as Aikido. Detection runs automatically as developers work, without limiting coverage at the detection layer.

The Aikido approach: why SAST belongs in the IDE

SAST is most valuable when developers can act on findings while they still have full context. In many teams, SAST scans still run primarily in CI or later review stages. While effective for coverage, this timing often introduces friction: findings arrive after code has already moved forward, ownership is less clear, and remediation competes with new work.

Running scans in the IDE shifts detection earlier in the development lifecycle. Issues surface as code is written or modified, inside the same environment developers already use. This keeps context intact and makes it easier to understand and address findings before they propagate downstream.

IDE-level SAST scans do not replace later-stage controls. Instead, it reduces the number of issues that ever reach them.

Real-time SAST while writing code

Aikido’s IDE plugins integrate directly into the editor and run real-time SAST scanning automatically.

Every time a developer opens or saves a file, the plugin runs a background scan using the same analysis engine as the Aikido platform. The scan detects SAST issues such as insecure coding patterns, injection risks, unsafe deserialization, and other code-level vulnerabilities.

Detected issues appear:

  • Inline, underlined or highlighted in the editor.
  • In the Aikido sidebar, grouped by severity and category.
  • In the Problems panel, for quick navigation.

Additional context is available on hover, allowing developers to understand the issue without leaving the editor.

Project-wide SAST inside the IDE

Real-time feedback is complemented by full workspace scans, which allow developers to analyze more than just the files currently open.

Workspace scans let developers:

  • establish a security baseline for a repository
  • review larger refactors or changes
  • validate broader modifications before pushing code

During a workspace scan, Aikido runs the same SAST checks across the selected scope. Results remain visible inline in the editor and in a Scan Results panel, grouped by category, keeping review inside the IDE rather than in a separate tool.

Consistent SAST rules and signal

SAST scans in the IDE uses the same SAST rules, analysis engine, and severity definitions as the Aikido platform.

There is no reduced or IDE-specific ruleset. Findings surfaced locally are consistent with what teams see later in other workflows, helping avoid confusion or mismatched prioritization.

Fixing SAST issues before CI with AutoFix

Detecting SAST issues early is only part of the problem. The real challenge is turning findings into correct code changes without slowing development.

For supported SAST findings, Aikido offers AI AutoFix, which generates reviewable fixes directly in the IDE, at the moment an issue is introduced.

AutoFixes are created per SAST rule and use tuned remediation instructions to address the root cause while keeping functionality intact. Each fix is shown as a clear diff that developers can review and apply immediately. Once applied, the file is automatically rescanned to confirm the issue is resolved.

By fixing SAST issues before they ever reach pull requests or CI, teams reduce context switching and keep remediation part of everyday development.

This helps prevent avoidable SAST findings from ever reaching pull requests or CI.

Supported IDEs and languages

Free SAST scans in the IDE are available in VS Code–based editors, including VS Code, Cursor, Windsurf, Kiro, and Google Antigravity.

JetBrains IDE plugins (IntelliJ, PyCharm, GoLand, etc.) are available on paid plans.

IDE SAST supports modern production languages including JavaScript, TypeScript, Python, Java, .NET, PHP, Ruby, Go, Elixir, Rust, Kotlin, Scala, Swift, and C/C++.

Running SAST scans directly in the IDE changes when and how developers engage with security findings. Issues surface as code is written, not after it has already moved through review or CI. Context stays intact, ownership is clear, and fixes are simpler.

By keeping SAST inside the editor, fewer issues reach later stages of the pipeline, and SAST becomes part of everyday development rather than a separate security step.

Get started with SAST in the IDE

Install the Aikido plugin for your IDE and SAST scans will run automatically as you work.

Explore IDE integrations here: https://help.aikido.dev/ide-plugins