calculate — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited calculate (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
uv run python -c "<code>"| Request | Command |
|---|---|
| 2h40m video at 1.5x how long? | uv run python -c "t=2*60+40; r=t/1.5; print(f'{int(r//60)}h {int(r%60)}m {int((r%1)*60)}s')" |
| 18% VAT on 250 TL? | uv run python -c "print(round(250*0.18, 2))" |
| Speed for 120km in 2h? | uv run python -c "print(120/2)" |
| 3h45m in minutes? | uv run python -c "print(3*60+45)" |
round(x, 2)uv run python, never bare pythonuv run python~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.