Velonus – Open-source AppSec scanner that deduplicates SAST noise

This coder says he can silence security alert chaos — and the crowd is already backseat-driving

TLDR: Velonus is a new open-source tool that combines five security checkers into one cleaner report so developers can spot real problems faster. The early community reaction is intrigued but instantly opinionated, with praise for cutting noise and the usual "have you tried this other tool?" energy.

A new open-source tool called Velonus just strutted onto the scene with a bold promise: stop burying Python developers under a mountain of duplicate security warnings. In plain English, it bundles five separate code-checking tools into one command, then tries to turn the mess into a single, cleaner report that actually tells people what to fix. That alone is catnip for developers who’ve spent years rage-scrolling through endless alerts that all seem to say the same thing in five different ways.

And the community mood? Very "finally, someone is dealing with the noise" mixed with classic internet "cool story, but have you tried my favorite tool?" The creator, AliAmmar15, rolled in with a pitch that basically said developers are drowning, and Velonus is the life raft. That got attention fast because alert fatigue is one of those painfully relatable problems: if everything screams "critical," people eventually hear nothing.

The tiny but telling drama came almost immediately when another commenter, codelion, casually swooped in with an alternative suggestion: maybe use Frame for part of the scanning. It’s the most developer-comment-section move imaginable — launch your shiny new thing, and someone instantly replies with a different shiny thing. No full-blown flame war yet, but the subtext is delicious: is Velonus the hero tired coders have been waiting for, or just another wrapper wearing a fancy coat? Even without a meme avalanche, the comedy writes itself: one command, five scanners, and at least one person in the crowd already yelling, "make it six!"

Key Points

  • Velonus is an open-source CLI for Python application security scanning that runs five tools with one command.
  • It combines trufflehog, Bandit, Semgrep, pip-audit, and Safety to detect secrets, code vulnerabilities, and dependency issues.
  • The tool normalizes findings into a unified schema with CWE and OWASP Top 10 tags and uses deterministic fingerprints for deduplication.
  • Velonus supports terminal, JSON, and SARIF output formats and includes CI integration for GitHub Security uploads.
  • The project is currently in alpha, with completed CLI and scanner pipeline phases and planned features including an AI context engine, PR integration, and a web dashboard.

Hottest takes

"Developers are drowning in noisy security alerts" — AliAmmar15
"I built an automated AppSec tool to clean up the output" — AliAmmar15
"You can consider using Frame for the SAST part" — codelion
Made with <3 by @siedrix and @shesho from CDMX. Powered by Forge&Hive.