v1.0.0 — GitHub Actions + VS Code extension #3
chaksaray
announced in
Announcements
Replies: 1 comment
-
|
This hits the nail on the head. We did a controlled experiment on miaoquai.com (48 days, 6-track parallel): The Paradox Peak:
Why it happens:
Our fix: Skills Grouping # Only activate 3-5 tools per task type
content_generation:
active: [template-render, seo-analyzer, sitemap-updater]
community_ops:
active: [discord-poster, github-commenter]Result: After grouping, our `含虾率 (Shrimp Rate)` jumped from 43% to 81%. More data: https://miaoquai.com/glossary/tool-selection-paradox.html Tool we built: https://github.com/jingchang0623-crypto/openclaw-skills-visualizer |
Beta Was this translation helpful? Give feedback.
0 replies
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 Integrations v1.0.0
First release — GitHub Actions and VS Code extension for Bawbel Scanner.
Scan agentic AI components for AVE vulnerabilities at every stage of your development workflow — in your editor as you write, in CI/CD before you merge, and in production before you deploy.
GitHub Actions
Scan on every push and pull request with a single line:
Full example with GitHub Security tab
Inputs
Coming in v1.1
.gitlab-ci.ymltemplatebawbel scan smithery:<server>— scan any Smithery MCP server directly from CIRequirements
ubuntu-latest,macos-latest, orwindows-latestApache 2.0 — bawbel/bawbel-integrations Scanner: bawbel/bawbel-scanner AVE Standard: bawbel/bawbel-ave
# Bawbel Integrations v1.0.0First release — GitHub Actions and VS Code extension for
[Bawbel Scanner](https://github.com/bawbel/bawbel-scanner).
Scan agentic AI components for AVE vulnerabilities at every stage of
your development workflow — in your editor as you write, in CI/CD before
you merge, and in production before you deploy.
GitHub Actions
Scan on every push and pull request with a single line:
Full example with GitHub Security tab
Inputs
path.recursivetruefail-on-severityhighcriticalhighmediumlownone)formatsarifsarifjsontextno-ignorefalseversionlatestextrasallyarasemgrepllmmagikaallOutputs
sarif-filebawbel-results.sarif)findings-countrisk-scoreresultcleanorfindingsMore examples in
[examples/](https://claude.ai/chat/examples/).VS Code Extension
Install Bawbel Scanner from the VS Code Marketplace.
Zero setup — the extension automatically installs
bawbel-scanneron first activation. No terminal, no pip, no manual steps.
What happens on first install
.md,.yaml, or.jsonfilebawbelCLI is missingpip install "bawbel-scanner[all]"automatically in backgroundFeatures
Bawbel: ✓ cleanorBawbel: 3 finding(s)always visible.md.yaml.yml.json.txtautomaticallyCtrl+Shift+B/Cmd+Shift+Bscans current file instantlyConfiguration
All settings are optional.
bawbel.executablebawbelbawbel.scanOnSavetruebawbel.failOnSeverityhighbawbel.enableLLMfalsebawbel.noIgnorefalseComing in v1.1
.gitlab-ci.ymltemplatebawbel scan smithery:<server>— scan any Smithery MCP server directly from CIRequirements
ubuntu-latest,macos-latest, orwindows-latestApache 2.0 — [bawbel/bawbel-integrations](https://github.com/bawbel/bawbel-integrations)
Scanner: [bawbel/bawbel-scanner](https://github.com/bawbel/bawbel-scanner)
AVE Standard: [bawbel/bawbel-ave](https://github.com/bawbel/bawbel-ave)
This discussion was created from the release v1.0.0 — GitHub Actions + VS Code extension.
Beta Was this translation helpful? Give feedback.
All reactions