Json Linter

PassAudited by VirusTotal on May 12, 2026.

Findings (1)

The skill bundle provides a JSON linter that recursively scans a specified directory for `.json` files and validates their syntax. The `index.js` script uses standard Node.js file system operations (`fs.readdirSync`, `fs.readFileSync`) and `JSON.parse()` for validation. It correctly handles command-line arguments for the target directory using `path.resolve` and passes them directly to `fs` functions, preventing shell injection. There are no external dependencies, network calls, data exfiltration attempts, or prompt injection instructions in `SKILL.md`. The `scripts/test.js` file is a benign unit test. All files align with the stated purpose without exhibiting any malicious intent or significant vulnerabilities.