devutils — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited devutils (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Use this skill for everyday developer utility tasks: encoding, hashing, JWT decoding, cron expressions, timestamps, JSON formatting, and regex testing. Zero auth required.
| Category | Tools |
|---|---|
| Encoding | base64_encode, base64_decode |
| ID Generation | uuid_generate, ulid_generate |
| Hashing | hash (single algo), hash_all (all algos) |
| JWT | jwt_decode (header, payload, expiry check) |
| Cron | cron_explain, cron_validate, cron_next |
| Timestamps | timestamp_to_iso, iso_to_timestamp, timestamp_now |
| JSON | json_format, json_minify, json_validate |
| Regex | regex_test |
jwt_decode shows header, payload, and checks if expired — does NOT verify signatureshash defaults to SHA-256; hash_all runs md5, sha1, sha256, sha384, sha512 at oncecron_next shows the next N scheduled run times — useful for validating cron schedulesuuid_generate can create multiple UUIDs in one call (pass count parameter)json_validate reports whether input is valid JSON and its root type (object, array, etc.)~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.