Avatar Generator
Security checks across malware telemetry and agentic risk
Overview
The provided artifacts describe a local avatar generator with no credential or network use, with only a minor setup-metadata mismatch around Python/Pillow dependencies.
This looks safe for normal local avatar generation. The main thing to check is the setup: SKILL.md expects Python and Pillow even though the registry metadata does not declare install requirements.
VirusTotal
VirusTotal findings are pending for this skill version.
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.
The skill may require installing Python/Pillow even though the registry summary presents it as instruction-only with no requirements.
SKILL.md declares a Python runtime and an unpinned Pillow installation, while the registry metadata says there are no required binaries and no install spec. This is expected for a local image generator but is under-declared in the registry-level setup information.
metadata: {"openclaw": {"emoji": "👤", "requires": {"bins": ["python3"], "env": []}}}
dependencies: "pip install pillow"Before installing or using it, confirm you are comfortable installing Pillow from your normal trusted Python package source, and prefer pinned or reviewed dependencies when possible.
