AIToday

Velonus launches AI-native security scanner for Python code

Hacker News7h agoSend on LINE
Velonus launches AI-native security scanner for Python code

Key takeaway

Velonus, an AI-powered security scanner for Python, has launched in beta. It detects vulnerabilities from five different scanners, uses AI to rank findings by real severity and filter out false positives, and automatically writes fix pull requests—all in under 60 seconds per scan for an average cost of $0.04. The tool integrates natively with GitHub, GitLab, and Bitbucket, requires no configuration, and can block code merges based on severity thresholds.

Summaries like this, in your inbox every morning.

Sign up free →

3 Key Points

  • What happened

    Velonus, a security scanning tool for Python projects, has entered beta with AI-powered triage that ranks findings by severity and automatically generates pull requests to fix vulnerabilities. The tool runs multiple scanners (Bandit, semgrep, gitleaks, pip-audit, and safety) in a single parallelized pass in under 60 seconds median time, filters out 93% false positives, and costs an average of $0.04 per scan in AI processing.

  • Why it matters

    Developers typically face alert fatigue from security scanners that flag many low-priority issues. Velonus's AI triage surfaces the vulnerabilities that actually require action and generates the fix automatically, reducing the manual work of triaging findings and writing patches. The tool integrates directly into GitHub, GitLab, and Bitbucket workflows with no configuration required, making it accessible to teams already using standard version-control platforms.

  • What to watch

    Velonus is currently in beta. It is available via CLI, GitHub Action, or REST API, and supports gating merges on configurable severity thresholds (e.g., blocking releases if critical findings remain). Installation and first scan take under a minute.

In Depth

Velonus is a security scanning platform launched in beta that brings AI-native triage to Python vulnerability detection. The core workflow consists of three steps: detection (running multiple security scanners), AI context (analyzing and ranking findings), and remediation (generating fixes as pull requests).

The detection layer executes Bandit, semgrep, gitleaks, pip-audit, and safety in a single parallelized pass, returning ranked results in under 60 seconds median time. Each scan costs an average of $0.04 in AI processing. The platform is language-aware and requires zero configuration to run on any Python project. In a sample scan of a payments-api service, the tool identified 12 findings via Bandit, 8 via semgrep, and 2 secrets flagged by gitleaks, completing the entire analysis in under 60 seconds.

A key capability is the AI triage layer, which filters out 93% of false positives and ranks the remaining findings by actual severity. This addresses a central problem in security scanning: teams are overwhelmed by alert volume and often ignore results. By surfacing only high-priority issues, Velonus reduces the manual triage burden. The platform then automatically writes patch pull requests to fix vulnerabilities, allowing teams to move from detection to merged remediation without manual coding.

Integration points include CLI, GitHub Action, and REST API interfaces, with native support for GitHub, GitLab, and Bitbucket. Velonus can enforce security gating—blocking code merges when findings exceed a configurable severity threshold, such as when critical issues remain unfixed. The tool is designed to be adopted immediately; the company states that users can install the CLI and run their first AI-triaged scan in under a minute.

Context & Analysis

Security scanning tools traditionally generate high volumes of alerts, many of which are low-priority or false positives, leading teams to ignore findings or spend substantial time triaging results manually. Velonus addresses this by combining multiple established Python security scanners—Bandit, semgrep, gitleaks, pip-audit, and safety—into a single pass and applying AI-driven triage to rank findings by actual severity. The platform filters out 93% of false positives, ensuring that alerts presented to developers are actionable.

The automated remediation layer further reduces friction: Velonus not only identifies vulnerabilities but generates pull requests to fix them, eliminating the separate step of writing patches. The tool operates without configuration, making it immediately usable on any Python project, and integrates natively into existing developer workflows via CLI, GitHub Action, or REST API. By positioning itself at the intersection of detection, triage, and remediation, and by keeping per-scan costs low (average $0.04 in AI processing), Velonus targets the practical pain point of security alert fatigue in modern development environments.

FAQ

What programming language does Velonus scan?
Velonus is built for Python projects. It runs Bandit, semgrep, gitleaks, pip-audit, and safety scanners in a single pass.
How much does it cost to use Velonus?
The average AI cost per scan is $0.04. The tool is currently available in beta.
Can Velonus block code merges?
Yes. Velonus can block merges on configurable severity thresholds, such as preventing release if zero critical findings remain unpatched.

Get the latest AI Coding Assistants news every morning

AI-summarized, only the topics you pick — one digest a day via Email, Slack, or Discord.

Free · takes 30 seconds · unsubscribe anytime

Discussion

No comments yet. Be the first to share your thoughts!

Log in to join the discussion

Related Articles

Stay ahead with AI news

Get curated AI news from 200+ sources delivered daily to your inbox. Free to use.

Get Started Free

Free · takes 30 seconds · unsubscribe anytime