Cn Bmi Calculator
PassAudited by ClawScan on May 13, 2026.
Overview
This appears to be a simple local BMI calculator; the only caveat is a metadata signal that oddly mentions sensitive credentials even though the code does not use any.
This skill looks safe for normal use as a local BMI calculator. Height and weight are personal information, so only enter values you are comfortable processing locally, and do not provide any API keys, passwords, or account credentials because the reviewed artifacts do not require them.
Findings (2)
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.
Using the skill runs local code, but the provided code only calculates BMI from user-supplied height and weight and prints the result.
The skill is invoked by running an included local Python script. This is expected for a calculator skill and the reviewed script is small, transparent, and purpose-aligned.
python3 scripts/bmi_calculator.py --height 175 --weight 70
Run it only from the reviewed skill directory and provide only the height and weight values needed for the calculation.
A user might see a confusing credential-related signal even though this BMI calculator should not need any account access or secrets.
This signal is not supported by the rest of the artifacts: requirements list no env vars or primary credential, SKILL.md says no API key is required, and the script contains no credential access.
Capability signals: - requires-sensitive-credentials
Do not provide credentials for this skill; the publisher or registry should correct the capability signal if it is inaccurate.
