java-maven-helper
Assists with Maven build system, dependency management, and Java project configuration for efficient project setup and maintenance.
Install this skill
Security score
The java-maven-helper skill was audited on Feb 28, 2026 and we found 31 security issues across 3 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
Template literal with variable interpolation in command context
| 124 | ```xml |
Template literal with variable interpolation in command context
| 331 | ```xml |
Template literal with variable interpolation in command context
| 551 | ```xml |
Template literal with variable interpolation in command context
| 923 | ```xml |
Access to hidden dotfiles in home directory
| 836 | rm -rf ~/.m2/repository/com/example/problematic-artifact |
Access to hidden dotfiles in home directory
| 840 | # Add to ~/.m2/settings.xml |
Access to hidden dotfiles in home directory
| 886 | rm -rf ~/.m2/repository |
Access to hidden dotfiles in home directory
| 898 | echo "MAVEN_OPTS='-Xmx2048m'" > ~/.mavenrc |
Access to hidden dotfiles in home directory
| 924 | <!-- ~/.m2/settings.xml --> |
External URL reference
| 126 | <project xmlns="http://maven.apache.org/POM/4.0.0" |
External URL reference
| 127 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
External URL reference
| 128 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 |
External URL reference
| 129 | http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
External URL reference
| 147 | <url>https://example.com</url> |
External URL reference
| 154 | <url>https://www.apache.org/licenses/LICENSE-2.0</url> |
External URL reference
| 324 | <url>https://repo.maven.apache.org/maven2</url> |
External URL reference
| 441 | <project xmlns="http://maven.apache.org/POM/4.0.0" |
External URL reference
| 442 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
External URL reference
| 443 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 |
External URL reference
| 444 | http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
External URL reference
| 483 | <project xmlns="http://maven.apache.org/POM/4.0.0" |
External URL reference
| 484 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
External URL reference
| 485 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 |
External URL reference
| 486 | http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
External URL reference
| 512 | # Or search on https://mvnrepository.com |
External URL reference
| 925 | <settings xmlns="http://maven.apache.org/SETTINGS/1.0.0" |
External URL reference
| 926 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
External URL reference
| 927 | xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 |
External URL reference
| 928 | http://maven.apache.org/xsd/settings-1.0.0.xsd"> |
External URL reference
| 938 | <url>https://nexus.example.com/repository/maven-public/</url> |
External URL reference
| 959 | <url>https://nexus.example.com/repository/maven-public/</url> |