Maven Full Runner
PassAudited by VirusTotal on May 11, 2026.
Findings (1)
The skill is a transparent wrapper for the `mvn` command, designed for full passthrough of arguments as stated in `SKILL.md` and `README.md`. The `scripts/mvn.mjs` implementation correctly uses `spawn` with `shell: false`, which prevents shell injection vulnerabilities through the wrapper itself. There is no evidence of data exfiltration, malicious execution beyond the intended `mvn` command, persistence mechanisms, or prompt injection attempts in `SKILL.md` aimed at subverting the agent's behavior. The skill's functionality aligns with its stated purpose without introducing hidden malicious capabilities.
