Hsk Learning

PassAudited by VirusTotal on May 12, 2026.

Findings (1)

The HSK learning skill bundle contains a path traversal vulnerability in the `hsk_parse_quiz_log` function (found in `index.js` and `lib/parser.js`). The `filePath` parameter, which is user-controlled, is directly used with `path.join` and `fs.readFileSync` without proper sanitization against `../` sequences. This allows an attacker to read arbitrary files on the host system, which is a significant vulnerability, classifying the skill as suspicious despite no clear evidence of intentional malicious behavior like data exfiltration or persistence.