Back to skill

Security audit

Tmp.QTUQRijBoS

Security checks across malware telemetry and agentic risk

Overview

This skill is a disclosed SimpliSafe shell integration that can read and control a home alarm and locks, so it is sensitive but coherent with its stated purpose.

Install only if you intend to let an agent access your SimpliSafe account from the shell. Treat the refresh token like a password, keep the .env file private, and require explicit confirmation before any arm, disarm, lock, unlock, or PIN-reading command.

SkillSpector

By NVIDIA
Vulnerability Patterns
  • Privilege EscalationExcessive Permissions, Sudo/Root Execution, Credential Access
  • 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
  • Supply ChainUnpinned Dependencies, External Script Fetching, Obfuscated Code
Findings (2)

Lp3

Medium
Category
MCP Least Privilege
Confidence
91% confidence
Finding
The skill clearly performs shell-based operations, including reading local files, sourcing helper scripts, and issuing authenticated API calls that can control a home alarm and door locks, yet it declares no permissions. That mismatch is dangerous because it hides the skill's real capabilities from any permission-gating or review process and increases the chance that high-risk actions execute without appropriate user awareness or platform enforcement.

Credential Access

High
Category
Privilege Escalation
Content
return 1
}

# Print a valid access token, minting one only when the cache is cold or stale.
# SimpliSafe access tokens last 3600s; refresh 120s early to avoid a race.
ss_access_token() {
  local now
Confidence
70% confidence
Finding
access token

VirusTotal

64/64 vendors flagged this skill as clean.

View on VirusTotal

Static analysis

No suspicious patterns detected.