Mbti Persona

Security checks across static analysis, malware telemetry, and agentic risk

Overview

This skill appears to only store a user-selected MBTI persona locally, with no credentials, network access, or destructive behavior shown.

This looks safe to install if you want a persistent MBTI-style persona. Be aware it creates ~/.openclaw/mbti-config.json and may affect future response style until you reset or delete that file.

Static analysis

No static analysis findings were reported for this release.

VirusTotal

VirusTotal findings are pending for this skill version.

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.

What this means

Your chosen persona can continue influencing future agent interaction style until you change or remove the local config file.

Why it was flagged

The script creates a persistent local OpenClaw configuration file that stores the selected MBTI profile for future use.

Skill content
config_dir = home / ".openclaw"; config_dir.mkdir(exist_ok=True); return config_dir / "mbti-config.json"
Recommendation

Use the set/get/list commands intentionally, and delete or edit ~/.openclaw/mbti-config.json if you no longer want the persona applied.