• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

stacklok / toolhive / 31403161852
71%

Build:
DEFAULT BRANCH: main
Ran 10 Aug 2026 03:29PM UTC
Jobs 1
Files 874
Run time 2min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

10 Aug 2026 03:21PM UTC coverage: 70.149% (+0.02%) from 70.134%
31403161852

push

github

web-flow
Guard against shell injection via github.ref in image workflow (#6248)

Guard against shell injection via github.ref

"${{ github.ref }}" and "${{ github.ref_name }}" were interpolated
directly into bash if/elif checks and variable assignments across
image-build-and-publish.yml. Git ref names can contain shell
metacharacters, so a maliciously named branch or tag could inject
commands into these steps when the workflow is reached via
workflow_dispatch or a published release.

Use the runner's default $GITHUB_REF / $GITHUB_REF_NAME environment
variables instead, so ref values are passed as data rather than
expanded into the script text before the shell runs.

Addresses GHSA-g976-wp3r-q8c6.

83896 of 119597 relevant lines covered (70.15%)

98.37 hits per line

Coverage Regressions

Lines Coverage ∆ File
3
79.14
-1.07% pkg/vmcp/cli/embedding_manager.go
2
88.5
-0.22% pkg/transport/proxy/transparent/transparent_proxy.go
2
82.27
-0.21% pkg/vmcp/composer/workflow_engine.go
Jobs
ID Job ID Ran Files Coverage
1 31403161852.1 10 Aug 2026 03:29PM UTC 874
70.15
GitHub Action Run
Source Files on build 31403161852
  • Tree
  • List 874
  • Changed 8
  • Source Changed 0
  • Coverage Changed 8
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #31403161852
  • ba90178d on github
  • Prev Build on main (#31378750832)
  • Next Build on main (#31403992092)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc