Cn Password Generator V2

PassAudited by VirusTotal on May 14, 2026.

Findings (1)

The skill is classified as suspicious due to a significant discrepancy between its documentation and implementation. While SKILL.md explicitly claims to use the cryptographically secure 'secrets' module for password generation, the actual implementation in scripts/pwd_gen_v2.py uses the standard 'random' module, which is predictable and unsuitable for security-sensitive tasks. This constitutes a false security claim and a weak cryptography vulnerability.