Password Hash Generator - Auto-activating skill for Security Fundamentals. Triggers on: password hash generator, password hash generator Part of the Security Fundamentals skill category.
3.1
Rating
0
Installs
Security
Category
This skill has a clear, well-organized structure but lacks substantive content. The description is extremely generic and doesn't explain what password hashing operations are supported (bcrypt, scrypt, argon2, etc.), what parameters can be configured (salt rounds, memory cost), or what outputs are generated. Task knowledge is minimal—no actual implementation steps, code examples, or references to hashing libraries are provided. The skill appears to be a template that hasn't been filled with domain-specific content. While password hashing is a useful security primitive, this implementation provides no actual guidance beyond what a CLI agent could already do by calling standard crypto libraries directly. To improve: add specific hashing algorithm details, parameter guidance, security best practices (minimum iterations, salt handling), code examples, and clarify whether this generates hashes interactively or as a reusable utility.
Loading SKILL.md…