Password Generator

Security checks across malware telemetry and agentic risk

Overview

This skill coherently provides a local password generator and the included code matches that purpose without network access, credential use, persistence, or hidden behavior.

This appears safe for its stated purpose. Use it as a local password generator, and be mindful that generated passwords printed in a terminal or chat may be visible in logs or history depending on your environment.

VirusTotal

65/65 vendors flagged this skill as clean.

View on VirusTotal

Risk analysis

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

#
ASI04: Agentic Supply Chain Vulnerabilities
Info
What this means

The skill may not run on a system without Python available, but the dependency is visible in the usage examples.

Why it was flagged

The documented usage depends on a local Python executable, while the registry requirements declare no required binaries. This is a minor dependency-declaration gap, not evidence of malicious behavior.

Skill content
python ~/.openclaw/skills/password-generator/password_generator.py --length 16
Recommendation

Before installing or using it, confirm Python is available locally; the publisher could improve metadata by declaring Python as a required runtime.