Back to skill
Skillv1.2.0
ClawScan security
Claw MBTI · ClawHub's context-aware review of the artifact, metadata, and declared behavior.
Scanner verdict
BenignFeb 28, 2026, 2:24 PM
- Verdict
- benign
- Confidence
- high
- Model
- gpt-5-mini
- Summary
- The skill is internally consistent: it is an instruction-only 60-question MBTI survey that asks for answers and to run local scoring code, and it requests no credentials, installs, or special permissions.
- Guidance
- This skill appears to do exactly what it says: administer a 60‑question MBTI survey and run local scoring code. Before installing or running it, check the remainder of the SKILL.md (the scoring code was truncated in the copy you provided) to confirm the JavaScript does not make network requests or POST data to external services. Be aware that the answers are personal data — only run this in an environment you trust and avoid pasting sensitive information. If you want extra assurance, ask the skill author (or inspect the full SKILL.md) to confirm how the 'result URL' is generated and that no external endpoints are contacted.
Review Dimensions
- Purpose & Capability
- okThe name/description (MBTI survey) matches the SKILL.md contents: 60 questions and local scoring instructions. There are no unexpected environment variables, binaries, or installs required.
- Instruction Scope
- noteThe instructions ask the agent/user to answer the 60 questions and run provided JavaScript scoring code locally, then report the result and a 'result URL'. The SKILL.md is truncated in the scan; the only minor ambiguity is how the result URL is produced/hosted (the file does not declare sending data to any external endpoint). Otherwise the runtime steps stay within the stated purpose and do not request unrelated files or credentials.
- Install Mechanism
- okNo install spec and no code files beyond SKILL.md. Instruction-only skills have low installation risk because nothing is downloaded or written to disk by the skill package itself.
- Credentials
- okThe skill declares no required environment variables or credentials. It only requires the user/agent to provide survey responses (personal data). This is proportionate to an MBTI survey, though the responses are sensitive personal data and should be handled accordingly.
- Persistence & Privilege
- okThe skill does not request permanent presence (always=false) and does not modify system-wide settings. It remains user-invocable and does not require elevated privileges.
