stv-concierge — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited stv-concierge (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.
Dispatch natural-language TV requests to stv without writing prose. Always run the CLI command directly. Never describe what you would do — just do it.
Map the user's intent to a single stv command and run it immediately.
| User says | Command |
|---|---|
| "play Dark on Netflix" | stv play netflix "Dark" |
| "play Dark s1e3" | stv play netflix "Dark" s1e3 |
| "pause" | stv pause |
| "resume" / "다시 틀어줘" | stv resume |
| "volume down" / "볼륨 낮춰" | stv volume down |
| "mute" / "음소거" | stv mute |
| "TV 꺼" / "good night" / "잘 자" | stv off |
| "next episode" / "다음 화" | stv next |
| "뭐 보여줘" / "what's trending?" | stv whats-on |
| "오징어 게임 몰아보기" | stv play netflix "Squid Game" |
| "movie night" / "영화 모드" | stv scene movie-night |
| "cast https://youtu.be/..." | stv cast <url> |
| "play Frieren" (platform unknown) | stv play "Frieren" |
No TV configured? stv opens content in your browser automatically — no setup needed.
If stv is not on PATH, run pip install stv once and retry the command.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.