Skip to main content

quarkus-verification

Automates the verification process for Quarkus projects, ensuring builds, tests, and security scans are completed before deployment.

Install this skill

or
38/100

Security score

The quarkus-verification skill was audited on May 15, 2026 and we found 22 security issues across 4 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 42

Template literal with variable interpolation in command context

SourceSKILL.md
42```bash
medium line 430

Template literal with variable interpolation in command context

SourceSKILL.md
430```yaml
medium line 220

Curl to non-GitHub URL

SourceSKILL.md
220curl http://localhost:8080/q/health/live
medium line 221

Curl to non-GitHub URL

SourceSKILL.md
221curl http://localhost:8080/q/health/ready
medium line 280

Curl to non-GitHub URL

SourceSKILL.md
280curl http://localhost:8080/q/health/live
medium line 283

Curl to non-GitHub URL

SourceSKILL.md
283curl http://localhost:8080/q/health/ready
medium line 286

Curl to non-GitHub URL

SourceSKILL.md
286curl http://localhost:8080/q/health
medium line 289

Curl to non-GitHub URL

SourceSKILL.md
289curl http://localhost:8080/q/metrics
medium line 339

Curl to non-GitHub URL

SourceSKILL.md
339curl http://localhost:8080/q/dev/io.quarkus.quarkus-vertx-http/config
medium line 361

Curl to non-GitHub URL

SourceSKILL.md
361curl http://localhost:8080/q/openapi -o openapi.json
low line 450

Access to hidden dotfiles in home directory

SourceSKILL.md
450path: ~/.m2
low line 45

External URL reference

SourceSKILL.md
45-Dsonar.host.url=http://localhost:9000 \
low line 190

External URL reference

SourceSKILL.md
190-t http://localhost:8080/q/openapi \
low line 220

External URL reference

SourceSKILL.md
220curl http://localhost:8080/q/health/live
low line 221

External URL reference

SourceSKILL.md
221curl http://localhost:8080/q/health/ready
low line 255

External URL reference

SourceSKILL.md
255const res = http.get('http://localhost:8080/api/markets');
low line 280

External URL reference

SourceSKILL.md
280curl http://localhost:8080/q/health/live
low line 283

External URL reference

SourceSKILL.md
283curl http://localhost:8080/q/health/ready
low line 286

External URL reference

SourceSKILL.md
286curl http://localhost:8080/q/health
low line 289

External URL reference

SourceSKILL.md
289curl http://localhost:8080/q/metrics
low line 339

External URL reference

SourceSKILL.md
339curl http://localhost:8080/q/dev/io.quarkus.quarkus-vertx-http/config
low line 361

External URL reference

SourceSKILL.md
361curl http://localhost:8080/q/openapi -o openapi.json
Scanned on May 15, 2026
View Security Dashboard
Installation guide →