Bigyou

PassAudited by ClawScan on Apr 14, 2026.

Overview

The skill's code, instructions, and files are coherent with a decision/choice helper; no network calls, secrets, or unrelated permissions are requested — but a few implementation and artifact issues merit review before use.

This skill appears to do what it says: local parsing of a user's choice question, building a weighted profile, scoring options, and returning a report. Before installing/using: 1) Inspect SKILL.md for any invisible/unicode-control characters (the pre-scan flagged such characters) and remove them if unintended. 2) Review scripts/analyze.py locally — it contains all logic and does not make network calls or read credentials, but check you are comfortable running the Python script. 3) Note the implementation detail: '底线' (bottom-line) is treated permissively in code (baseline pass uses score >=3), so if you expect strict elimination adjust the script or confirm the behavior. 4) Run the script on sample inputs to verify option extraction and scoring meet your expectations. If you want to be extra cautious, run the code in an isolated environment (container/VM) before adding it to a production or high-privilege agent.