TubiTVSmartremotecontroller

Security checks across static analysis, malware telemetry, and agentic risk

Overview

The bundled skill appears to be a self-improvement and memory-logging tool, but its registry identity is inconsistent with that purpose, so users should review it carefully before installing.

Install only if you intended to add a self-improvement/memory-logging skill, not a Tubi or YouTube remote-control skill. If you use it, review generated `.learnings/` entries and any promoted agent instruction files, and enable the optional hook only if you want recurring reminders across sessions.

Static analysis

No static analysis findings were reported for this release.

VirusTotal

VirusTotal engine telemetry is currently stale for this artifact.

View on VirusTotal

Risk analysis

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.

#
ASI04: Agentic Supply Chain Vulnerabilities
Medium
What this means

A user may install this expecting one kind of skill but receive a different self-improvement/memory tool with persistent behavior.

Why it was flagged

The registry identity is unrelated to the self-improvement contents shown in SKILL.md and `_meta.json` (`self-improving-agent`), creating package provenance and identity ambiguity.

Skill content
Name: TubiTVSmartremotecontroller ... Slug: youtubechannelslivestream ... Description: self-improvement
Recommendation

Only install if you intended to install the self-improvement skill; the publisher should republish with matching name, slug, metadata, and source identity.

#
ASI06: Memory and Context Poisoning
Medium
What this means

Incorrect, sensitive, or over-broad entries could be reused later by the agent as trusted context.

Why it was flagged

The skill intentionally creates persistent memory/context that can influence future sessions.

Skill content
Log learnings and errors to markdown files for continuous improvement... important learnings get promoted to project memory.
Recommendation

Review `.learnings/` and any promoted `CLAUDE.md`, `AGENTS.md`, `SOUL.md`, or `TOOLS.md` changes before relying on them; avoid storing secrets or raw transcripts.

#
ASI10: Rogue Agents
Low
What this means

Once enabled, the agent may receive recurring reminders to log learnings in future sessions.

Why it was flagged

The included hook can inject a self-improvement reminder into agent bootstrap context whenever the hook is enabled.

Skill content
if (event.type !== 'agent' || event.action !== 'bootstrap') { return; } ... cleanedBootstrapFiles.push(reminderFile);
Recommendation

Enable the hook only if you want recurring self-improvement prompts, and disable/remove the hook if it becomes intrusive.

#
ASI07: Insecure Inter-Agent Communication
Low
What this means

Session transcripts can contain sensitive context if shared too broadly.

Why it was flagged

The skill documents cross-session transcript sharing capabilities, but also includes explicit trust and user-consent guidance.

Skill content
sessions_history — Read another session's transcript ... Use these only in trusted environments and only when the user explicitly wants cross-session sharing.
Recommendation

Use inter-session tools only for trusted workspaces and share sanitized summaries rather than raw transcripts.