Kaomoji Manager
Security checks across static analysis, malware telemetry, and agentic risk
Overview
This skill appears benign: it selects, lists, and saves kaomojis using a small local JSON file.
This is a simple local kaomoji helper. Before installing, note that using the save command will modify the skill’s kaomojis.json file, so only save entries you want the agent to reuse later.
Static analysis
No static analysis findings were reported for this release.
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.
Saved entries may influence future kaomoji suggestions or list output, but the storage is local and scoped to this skill.
The skill stores user-provided kaomoji metadata in a persistent local JSON file that can be listed or used for later selections.
DB_PATH = Path(__file__).resolve().parent / "kaomojis.json" ... db["items"].append(item) ... save_db(db)
Only save entries you intend to reuse, and inspect or edit kaomojis.json if the selector returns unexpected content.
