Back to skill

Security audit

NBA game schedule today, scores and standings rank.

Security checks for vulnerabilities and agentic risk

Overview

This NBA skill fetches public basketball scores and standings from disclosed sports websites and does not show hidden, destructive, credential, or persistence behavior.

Install only if you are comfortable with the skill making outbound requests to NBA and StatMuse public endpoints when you ask for live scores or standings. It does not require an API key or local account access.

Vulnerability Patterns
  • Skill Instruction HijackingAlters the agent's session goals or safety constraints when the skill loads
  • Agent Memory PoisoningWrites attacker-controlled rules into memory that affect later sessions
  • Remote Payload Retrieval and ExecutionFetches external code whose behavior can change after review
  • Embedded Malicious CodeShips malicious scripts inside the skill and executes them locally
  • Unauthorized Access and Privilege EscalationObtains permissions beyond the task's legitimate needs
Vulnerability Patterns
  • MCP Least PrivilegeUnderdeclared Capability, Wildcard Permission, Missing Permission Declaration
  • Prompt InjectionInstruction Override, Hidden Instructions, Exfiltration Commands
  • Data ExfiltrationExternal Transmission, Env Variable Harvesting, File System Enumeration
  • Privilege EscalationExcessive Permissions, Sudo/Root Execution, Credential Access
  • Supply ChainUnpinned Dependencies, External Script Fetching, Obfuscated Code
Findings (1)

Lp3

Medium
Category
MCP Least Privilege
Confidence
92% confidence
Finding
The skill performs outbound network access to NBA CDN, StatMuse, and NBA.com but does not declare any explicit tool scope or permissions boundary. This creates an authorization gap where the runtime may allow broader network behavior than reviewers or policy systems expect, increasing the risk of data exfiltration, unexpected remote dependency use, or future expansion of the script's network access without scrutiny.

Static analysis

No suspicious patterns detected.