Lint

PassAudited by VirusTotal on May 15, 2026.

Findings (1)

The 'lint' skill is a simple Bash-based logging utility designed to record developer activities (such as linting, formatting, or validation) into local text files within ~/.local/share/lint/. Despite its name, the tool does not perform actual code analysis; it merely stores timestamped strings provided as arguments. The implementation in scripts/script.sh uses standard Unix utilities like grep, wc, and du, and contains no network activity, obfuscation, or unauthorized data access.