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

推荐订阅源

量子位
雷峰网
雷峰网
博客园 - 三生石上(FineUI控件)
月光博客
月光博客
有赞技术团队
有赞技术团队
阮一峰的网络日志
阮一峰的网络日志
Last Week in AI
Last Week in AI
G
Google Developers Blog
腾讯CDC
B
Blog
Microsoft Azure Blog
Microsoft Azure Blog
酷 壳 – CoolShell
酷 壳 – CoolShell
Microsoft Security Blog
Microsoft Security Blog
人人都是产品经理
人人都是产品经理
博客园_首页
T
Tailwind CSS Blog
C
Check Point Blog
博客园 - 【当耐特】
MongoDB | Blog
MongoDB | Blog
A
About on SuperTechFans
Y
Y Combinator Blog
L
LangChain Blog
Engineering at Meta
Engineering at Meta
GbyAI
GbyAI

Help Net Security

Police arrest 10 suspected members of Black Axe cybercrime gang ShinyHunters claims it stole 1.4 million records from Udemy Sevii unveils Cyber Swarm Defense Mode to stop AI-driven attacks at scale Alleged Chinese hacker extradited to US over cyberattacks targeting COVID-19 research Cequence Agent Personas bring granular control and governance to enterprise AI agents NowSecure MARI gives enterprises evidence-based visibility into third-party mobile app risk The metrics killing your SOC, and what to use instead US state privacy fines reached $3.425 billion in 2025 Canada’s first SMS blaster case leads to three arrests Linux storage management tool Stratis 3.9.0 adds online encryption and cache-less pool startup TLS Connect gives SMBs a right-sized automated tool to manage TLS certificates Aptori expands its platform with autonomous offensive testing to reduce security bottlenecks Your IAM was built for humans, AI agents don’t care The AI criminal mastermind is already hiring on gig platforms 25 open-source cybersecurity tools that don’t care about your budget Product showcase: LuLu reveals unauthorized outbound connections from Mac apps Week in review: Claude Mythos finds 271 Firefox flaws, Vercel breach Users advised to drop passwords and make room for passkeys - Help Net Security Indirect prompt injection is taking hold in the wild - Help Net Security Compromised everyday devices power Chinese cyber espionage operations - Help Net Security New Cisco firewall malware can only be killed by pulling the plug - Help Net Security Meta is overhauling how you sign in, manage settings, and protect your accounts - Help Net Security Ubuntu 26.04 LTS delivers memory-safe system tools and live patching for Arm servers - Help Net Security OpenAI’s GPT-5.5 is out with expanded cybersecurity safeguards - Help Net Security AI is speeding up nation-state cyber programs - Help Net Security A study of 1,000 Android apps finds a privacy policy logging gap - Help Net Security IT spending to hit $6.31 trillion record, thanks to AI - Help Net Security Where AI in CI/CD is working for engineering teams - Help Net Security With AI's help, North Korean hackers stumbled into a near-undetectable attack - Help Net Security Hacker with a special interest in breaching sports institutions ends behind bars - Help Net Security
Vigolium: Open-source vulnerability scanner
Anamarija Pogorelec · 2026-05-27 · via Help Net Security

Vigolium, an open-source vulnerability scanner that combines deterministic scanning with AI-driven auditing, launched its initial open-source release this month. The project ships 235+ scanner modules and an in-process agent runtime called olium that handles autonomous endpoint discovery, attack planning, and finding triage.

Vigolium

The tool exposes two scanning paths. vigolium scan runs a multi-phase deterministic pipeline covering content discovery, browser-based spidering, and active and passive auditing. vigolium agent hands control to an LLM-driven harness that selects modules, generates custom JavaScript extensions, and runs source-code audits alongside dynamic scans.

Budget caps and the cost of agent autonomy

Agentic security tooling raises a recurring question for operators: how much money and time should an autonomous auditor be allowed to consume before its output stops being useful. Vigolium exposes caps on tokens, tool calls, triage iterations, and wall-clock duration.

Jessie Ho, the tool’s author, told Help Net Security that operators should match the cap to the job. “Time-boxed pentests or CI runs: lean on the wall-clock and iteration caps so it always finishes. Deep dive on one target: loosen tokens and let it re-plan. Broad sweeps: keep per-target budgets tight, or one rabbit-hole target eats everything.”

He described two failure modes from underbudgeting and overbudgeting. “Too little budget and the agent gets cut mid-lead, you’re left with a low-confidence stub. Too much and it just wanders, burns money, and adds noise.” His guidance to new users is to start tight and loosen the caps only when genuine work is getting cut off.

Triage as a separate phase

Plausible-sounding findings that fail to reproduce remain a persistent problem in LLM-assisted security testing. Ho said Vigolium handles this by running triage as its own pass after scanning. “The scanner finds candidates, then a separate pass re-checks each one against its evidence.”

On deduplication, the design favors merging over deletion. “It only collapses copies of the same issue, it never makes keep or kill calls on borderline ones. Anything the agent’s unsure about gets downgraded and shown, never quietly dropped.”

Extensions, sandboxing, and a possible registry

Vigolium’s JavaScript engine lets users write custom scan modules and hooks with session-aware HTTP APIs. Extensions can execute arbitrary commands with no sandbox. Asked whether a community registry might emerge, Ho was cautious about the trust model such a system would require.

“Extensions run arbitrary code with no sandbox, so a registry is really just distributing executables, and signing only tells you who wrote it, not whether it’s safe.” Any sharing mechanism, he said, would need provenance and signing, an untrusted-by-default posture with explicit opt-in, and curation over open submission. “A small vetted set beats a big unvetted marketplace.”

Open core, commercial console

Vigolium ships alongside a hosted product called Cloud Console. Ho drew the boundary between the two in operational terms. “The scanner is the open core, operations are commercial. Anything that finds bugs stays in the AGPL repo. The Console is just the ops layer on top: hosting, collaboration, scale, scheduling.”

Contributor confidence, he said, rests on the license and on visible behavior over time. “New detection lands in the open repo first. The day capability starts moving out of core to upsell the Console, that trust is gone.”

Vigolium is available for free on GitHub.

Must read:

Subscribe to the Help Net Security ad-free monthly newsletter to stay informed on the essential open-source cybersecurity tools. Subscribe here!