Slo Calculator
v1.0.0Calculate SLO/SLA error budgets, allowed downtime, burn rates, and uptime metrics. Use when asked about SLO targets, error budgets, uptime calculations, nine...
⭐ 0· 44·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
medium confidencePurpose & Capability
Name and description describe SLO/SLA calculations and the package contains a Python script (scripts/slo.py) and SKILL.md that show commands to run that script. There are no environment variables, required binaries, or unrelated service credentials declared, which is proportional to the stated purpose.
Instruction Scope
SKILL.md instructs the agent (or user) to execute the included Python script with various subcommands (budget, burn, compare, uptime, multi-window, table). The instructions reference only local invocations of scripts/slo.py and output formats; they do not instruct the agent to read unrelated system files, query external endpoints, or exfiltrate data. Note: the provided copy of scripts/slo.py is truncated near the end, so the final uptime handling code was not visible in the review.
Install Mechanism
No install spec is present (instruction-only runtime usage with an included script). The STATUS.md claims pure Python stdlib and the visible code uses only stdlib modules (argparse, json, sys, datetime). No downloads or external package installs are requested.
Credentials
The skill declares no required environment variables, no primary credential, and no config paths. The visible code does not reference environment variables or external credentials, which is proportionate for a local computation tool.
Persistence & Privilege
The skill does not request always:true, does not modify other skills, and by default allows model invocation. There is no indication it writes to persistent system locations or alters system-wide configuration in the visible files.
Assessment
This skill appears to be a straightforward SLO calculator that runs a bundled Python script and does not request credentials or perform network calls in the visible code. Before installing or running: (1) review the remainder of scripts/slo.py (the provided copy was truncated) to confirm there are no network, OS, or file-system operations in the missing portion; (2) run the script in a sandbox or non-production environment if you can; (3) inspect any future packaged/released artifact (dist/) to ensure it matches the repo contents; and (4) be aware the skill is paid ($59 listed in STATUS.md) so confirm pricing and source before purchase.Like a lobster shell, security has layers — review code before you run it.
latestvk974hmtrd30hb2x8fm6s5x5amn84shsp
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
