tvmaze-series-tracker

Pass

Audited by Gen Agent Trust Hub on Aug 13, 2026

Risk Level: SAFE
Full Analysis
  • [SAFE]: The skill implements a TV series tracking system with robust design. It uses a standalone Python script that relies exclusively on the standard library, avoiding any external dependency risks. Network operations are restricted to the legitimate TVmaze API domain (api.tvmaze.com). The skill explicitly instructs the agent to seek human confirmation before performing write operations (adding a show to the watchlist), which serves as an effective control against accidental or automated actions. Data ingested from the external API, such as show summaries containing HTML, is properly sanitized using a dedicated stripping function before being presented to the user or agent context. Local state is managed within a specific directory, and no sensitive system files or credentials are accessed or stored.
Audit Metadata
Risk Level
SAFE
Analyzed
Aug 13, 2026, 11:36 PM
Security Audit — agent-trust-hub — tvmaze-series-tracker