Golang
PassAudited by VirusTotal on May 14, 2026.
Findings (1)
The skill is a logging utility for Go development activity, but it contains several security flaws. The `_search` function in `scripts/script.sh` is vulnerable to argument injection because the `$term` variable is passed unsanitized to `grep`, potentially allowing an attacker to use flags like `-f` to read arbitrary local files. Additionally, the `_export` function fails to escape user-controlled input when generating JSON and CSV files, leading to data integrity issues or injection risks if the output is processed by other tools. The `SKILL.md` description is also misleading, as it claims to build and lint Go projects while the implementation only records text entries to local logs.
