Skill flagged — suspicious patterns detected

ClawHub Security flagged this skill as suspicious. Review the scan results before using.

Shows

Track movies and series with progress, watchlist, ratings, and proactive alerts for new releases and platform changes.

MIT-0 · Free to use, modify, and redistribute. No attribution required.
2 · 607 · 0 current installs · 0 all-time installs
byIván@ivangdavila
MIT-0
Security Scan
VirusTotalVirusTotal
Suspicious
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (track shows, watchlist, ratings, alerts) align with the instructions: all behavior is about logging items, reading/writing simple markdown lists, suggesting items, and alerting on events. No unrelated credentials, binaries, or installs are requested.
Instruction Scope
Runtime instructions are explicit and limited to managing local files (~/shows/*.md), reading user history lists to generate recommendations, and checking/alerting about releases/platform changes. They do imply looking up ratings/availability on public web sources (e.g., JustWatch) but do not instruct reading unrelated system files or secrets.
Install Mechanism
Instruction-only skill with no install spec and no code files — lowest install risk. Nothing is downloaded or written to disk by an installer beyond the agent following the SKILL.md guidance to create files in the user's home directory.
Credentials
The skill asks to store and read potentially sensitive personal data (family member names, viewing history, reactions) in plain markdown under ~/shows/. While this is proportional to its purpose, the skill does not specify encryption, access controls, or retention policies — users should be aware these files will exist in their home directory in readable form.
Persistence & Privilege
always is false and no install actions or config changes are declared. The skill does not request system-wide privileges or modify other skills. Autonomous invocation is allowed by default but not unusual; nothing here elevates privilege beyond normal.
Assessment
This skill looks coherent for tracking shows, but note it will create and read plain-text files in ~/shows/ that may contain personal data (family names, viewing habits, kid reactions). Before installing: confirm you’re comfortable with local files being created in your home directory, consider using a dedicated folder with restricted permissions, and if you need stronger privacy use encryption or avoid storing sensitive child/family details. Also be aware proactive alerts (new seasons, platform changes) imply the agent will perform web lookups — ensure you’re okay with the agent making network queries to fetch that information.

Like a lobster shell, security has layers — review code before you run it.

Current versionv1.0.0
Download zip
latestvk971x167aqg6kva5c4keh1pcb58116we

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

SKILL.md

Core Behavior

  • User mentions watching something → log it with current progress
  • User finishes something → mark complete, ask for rating
  • User asks "what was I watching?" → surface in-progress items
  • User asks "what should I watch?" → suggest from watchlist based on mood/time

Workspace

Store show data in ~/shows/:

~/shows/
├── watching.md       # Currently in progress
├── watchlist.md      # Want to watch
├── completed.md      # Finished items with ratings
├── abandoned.md      # Dropped shows
└── people.md         # Family members if tracking multiple viewers

Item Structure

FieldFormat
TitleName (Year)
Typemovie / series
Statuswatching / watchlist / completed / abandoned / waiting
ProgressS02E05 or "45 min in" for paused movies
PlatformNetflix, HBO, Disney+, etc.
Rating1-5 or 👍👎
Recommended byWho suggested it
Notes"Left off at the wedding scene"

For series, also track: total seasons, next release date if waiting.


Quick Commands

User SaysAgent Does
"Watching Severance"Add to watching, ask current episode
"Finished The Bear S3"Move to completed, ask rating
"Add Ripley to watchlist"Add with date, platform if known
"Where am I in Shogun?"Check progress, report last watched date
"What's on my list?"Summarize watchlist by priority
"Dropping Squid Game"Move to abandoned with note

Proactive Features

TriggerAlert
New season announced"Show X you watched got renewed"
Show stale >30 days"Haven't touched X in a while—still interested?"
Platform leaving soon"X leaves Netflix in 5 days, it's on your watchlist"
User asks "what to watch"Suggest based on available time and mood

Load Reference

SituationFile
Family viewing, multi-user trackingfamily.md
Finding where to watch, platform tipsplatforms.md
Discovery and recommendationsdiscovery.md

Files

4 total
Select a file
Select a file to preview.

Comments

Loading comments…