nflverse

Pass

Audited by Gen Agent Trust Hub on Jun 19, 2026

Risk Level: SAFE
Full Analysis
  • [SAFE]: The skill provides a legitimate interface for accessing public NFL statistics using the nflreadpy library. The implementation follows standard Python practices for data analysis and CLI development.
  • [EXTERNAL_DOWNLOADS]: The skill relies on nflreadpy, which downloads sports data (Play-by-Play, stats, rosters) from the official nflverse GitHub repositories. These are well-known, established public data sources in the sports analytics community.
  • [COMMAND_EXECUTION]: The provided CLI script (scripts/nfl_data.py) processes user arguments via argparse to filter data within polars DataFrames. It does not utilize subprocess, os.system, or any other functions that execute shell commands or allow for command injection.
  • [DATA_EXPOSURE]: The skill operates on public sports data and does not require or access sensitive user credentials, private files, or environment variables.
Audit Metadata
Risk Level
SAFE
Analyzed
Jun 19, 2026, 01:20 AM
Security Audit — agent-trust-hub — nflverse