quarkus-verification
Automates the verification process for Quarkus projects, ensuring builds, tests, and security scans are completed before deployment.
Install this skill
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
Template literal with variable interpolation in command context
| 42 | ```bash |
Template literal with variable interpolation in command context
| 430 | ```yaml |
Curl to non-GitHub URL
| 220 | curl http://localhost:8080/q/health/live |
Curl to non-GitHub URL
| 221 | curl http://localhost:8080/q/health/ready |
Curl to non-GitHub URL
| 280 | curl http://localhost:8080/q/health/live |
Curl to non-GitHub URL
| 283 | curl http://localhost:8080/q/health/ready |
Curl to non-GitHub URL
| 286 | curl http://localhost:8080/q/health |
Curl to non-GitHub URL
| 289 | curl http://localhost:8080/q/metrics |
Curl to non-GitHub URL
| 339 | curl http://localhost:8080/q/dev/io.quarkus.quarkus-vertx-http/config |
Curl to non-GitHub URL
| 361 | curl http://localhost:8080/q/openapi -o openapi.json |
Access to hidden dotfiles in home directory
| 450 | path: ~/.m2 |
External URL reference
| 45 | -Dsonar.host.url=http://localhost:9000 \ |
External URL reference
| 190 | -t http://localhost:8080/q/openapi \ |
External URL reference
| 220 | curl http://localhost:8080/q/health/live |
External URL reference
| 221 | curl http://localhost:8080/q/health/ready |
External URL reference
| 255 | const res = http.get('http://localhost:8080/api/markets'); |
External URL reference
| 280 | curl http://localhost:8080/q/health/live |
External URL reference
| 283 | curl http://localhost:8080/q/health/ready |
External URL reference
| 286 | curl http://localhost:8080/q/health |
External URL reference
| 289 | curl http://localhost:8080/q/metrics |
External URL reference
| 339 | curl http://localhost:8080/q/dev/io.quarkus.quarkus-vertx-http/config |
External URL reference
| 361 | curl http://localhost:8080/q/openapi -o openapi.json |