Back to skill
v1.0.0

Password Generator

BenignClawScan verdict for this skill. Analyzed May 1, 2026, 7:44 AM.

Analysis

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

GuidanceThis 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.

Findings (1)

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.

Abnormal behavior control

Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.

Agentic Supply Chain Vulnerabilities
SeverityInfoConfidenceHighStatusNote
SKILL.md
python ~/.openclaw/skills/password-generator/password_generator.py --length 16

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.

User impactThe skill may not run on a system without Python available, but the dependency is visible in the usage examples.
RecommendationBefore installing or using it, confirm Python is available locally; the publisher could improve metadata by declaring Python as a required runtime.