v1.0.1 #30
chaksaray
announced in
Announcements
v1.0.1
#30
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Bawbel Scanner v1.0.1
The first production-stable release.
40 AVE records. 37 pattern rules. 6 detection engines. 5-layer false-positive reduction. VS Code extension. GitHub Actions. Near-zero false positives.
Highlights
40 AVE Records — the open vulnerability standard for agentic AI
The AVE standard now covers 40 attack classes — from prompt injection and memory poisoning to lateral movement, steganographic covert channels, and cross-agent A2A injection. Every finding links to a published record with behavioral fingerprints, IOC lists, CVSS-AI scores, and remediation steps. Browse all records at api.piranha.bawbel.io.
6 Detection Engines
Near-Zero False Positives
5-layer FP reduction — code fence stripping, negation context, confidence scoring, LLM meta-analysis, and file-type scan profiles. Validated: 21 documentation files → 0 active findings.
VS Code Extension — live in Marketplace
ext install bawbel.bawbel-scanner— inline squiggles, hover detail with "How to fix" guidance, false-positive suppression, auto-scan on save. Zero setup.GitHub Actions
What's New Since v0.3.0
25 New AVE Records (00016–00040)
bawbel.io · Docs · AVE Standard · PiranhaDB · VS Code
# Bawbel Scanner v1.0.0The first production-stable release.
40 AVE records. 37 pattern rules. 6 detection engines. 5-layer false-positive
reduction. VS Code extension. GitHub Actions. Near-zero false positives.
Highlights
40 AVE Records — the open vulnerability standard for agentic AI
The AVE standard now covers 40 attack classes — from prompt injection and memory
poisoning to lateral movement, steganographic covert channels, and cross-agent
A2A injection. Every finding links to a published record with behavioral
fingerprints, IOC lists, CVSS-AI scores, and remediation steps.
Browse all records at [api.piranha.bawbel.io](https://api.piranha.bawbel.io).
6 Detection Engines
disguised as skill files before any text analysis runs.
Near-Zero False Positives
5-layer FP reduction — code fence stripping, negation context, confidence scoring,
LLM meta-analysis, and file-type scan profiles.
Validated: 21 documentation files → 0 active findings.
VS Code Extension — live in Marketplace
ext install bawbel.bawbel-scanner— inline squiggles, hover detail with "How tofix" guidance, false-positive suppression, auto-scan on save. Zero setup.
GitHub Actions
What's New Since v0.3.0
25 New AVE Records (00016–00040)
Rule Counts
New Engines
Stage 0 — Magika (
scanner/engines/magika_engine.py)ML-based content-type verification. Runs before all text engines. Detects ELF
binaries, Windows PE32, pickles, PHP, and shell scripts disguised as
.md/.yaml.pip install "bawbel-scanner[magika]"LLM Meta-Analyzer (
scanner/engines/meta_analyzer.py)LLM-based false positive filter. One API call per file covers all medium-confidence
findings. Verdicts:
real,false_positive,needs_review. Skips silently if noLLM configured.
False Positive Reduction — 5 Layers
Result: 21 documentation files → 0 active findings.
Suppression System
.bawbelignorefor file/directory exclusions.--no-ignoreflag to override all suppressions for security audits.Suppressed findings always present in JSON/SARIF output for audit completeness.
New CLI Commands
PiranhaDB
api.piranha.bawbel.iototal_records: 40 | total_mutations: 2113 | CRITICAL: 10 | HIGH: 27 | MEDIUM: 3bawbel/bawbel-aveon every deployGITHUB_TOKENsupport: 60 → 5000 req/hr rate limitPOST /reloadwithout container restartIntegrations
bawbel/bawbel-integrations@v1bawbel.bawbel-scannerv1.0.1 on MarketplaceBug Fixes
SyntaxErroron filenames with[]— usedata=instead offilepath=\s+causedSyntaxWarning— fixedave_idmetadata — fixedTests
182 test methods across 19 test classes
TestAVERecordsV2— 43 tests for AVE-2026-00026 to 00040TestCodeFenceStripping— 12 tests for FP-1TestConfidenceScoring,TestPrecedingLineContext,TestMagikaEngineaddedInstall
Detection Coverage
pip install bawbel-scanner[yara][semgrep][magika][llm]+ API key[bawbel.io](https://bawbel.io) · [Docs](https://bawbel.io/docs) · [AVE Standard](https://github.com/bawbel/bawbel-ave) · [PiranhaDB](https://api.piranha.bawbel.io) · [VS Code](https://marketplace.visualstudio.com/items?itemName=bawbel.bawbel-scanner)
This discussion was created from the release v1.0.1.
Beta Was this translation helpful? Give feedback.
All reactions