Bs Detector
v1.0.0Detects key claims in long messages and summarizes the real point. Uses NLP to find what someone is actually saying vs. what they want you to believe.
⭐ 0· 51·1 current·1 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description claim 'Uses NLP' and 'sentiment analysis', but the included detect.py implements simple keyword/regex heuristics rather than ML/NLP libraries — capability is more limited than marketing wording, but otherwise aligned. Required binary (python3) matches the implementation and is proportionate.
Instruction Scope
SKILL.md only instructs running detect.py with --input or --text; the script reads the provided file or standard input and prints results. There are no instructions to read unrelated files, environment variables, or to transmit data externally.
Install Mechanism
No install spec (instruction-only) and no downloads — the skill ships a small script and expects python3 on PATH. Low-risk; nothing is written to disk beyond the included file.
Credentials
No environment variables, credentials, or config paths are required. The skill does not request unrelated secrets or system access.
Persistence & Privilege
always:false and user-invocable:true (default). The skill does not attempt to persist configuration, modify other skills, or request elevated/system-wide privileges.
Assessment
This skill appears safe and coherent: it runs a local Python script that analyzes text using simple heuristics and prints results. It does not contact the network or request credentials. Two practical notes: (1) The implementation is basic — phrases and regexes, not advanced NLP — so results are approximate and may miss nuance. (2) Do not pass highly sensitive secrets or files you wouldn't want printed to stdout, because the script reads and echoes input-derived summaries. If you need stronger NLP/sentiment accuracy, look for a skill that explicitly depends on an NLP library or model.Like a lobster shell, security has layers — review code before you run it.
latestvk974jg4vjdy297sbcv758dq02d83thy6
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
🔍 Clawdis
Binspython3
