Mbti Guru
Analysis
The skill appears aligned with its MBTI testing purpose, with the main things to notice being local storage of personality-test progress/history and optional channel credentials.
Findings (3)
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.
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.
Professional / 专业版 | 200题 | ~35分钟 | 临床级
The professional version is described as clinical-grade, which could cause users to over-trust personality or career recommendations.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
telegram:\n required: false\n config: openclaw_telegram_botToken
The artifact documents an optional Telegram bot token for channel integration; this is expected for a bot skill, but it is still a credential users should protect.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
save_session(chat_id=chat_id, version=state.version, current_index=state.current_index, answers=state.answers, questions_total=len(state.questions))
The skill persists in-progress answers and chat identifiers so tests can be resumed; this is purpose-aligned but involves personal assessment data.
