Back to skill

Security audit

Super Blueauto

Security checks for vulnerabilities and agentic risk

Overview

The skill is a broadly scoped Bluetooth control skill that can change or disconnect local devices, including sensitive device types, without clear safety limits or confirmation rules.

Review before installing if you use Bluetooth locks, medical or health peripherals, shared devices, or production equipment. Prefer using it only with explicit device names and require confirmation before writes, on/off commands, or batch disconnects.

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
  • Trigger AbuseOverly Broad Trigger, Shadow Command Trigger, Keyword Baiting Trigger
  • 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 (2)

Missing User Warnings

Medium
Confidence
90% confidence
Finding
The skill advertises disruptive capabilities like characteristic writes, serial communication, batch management, and disconnecting devices, but does not clearly warn users that these actions can interrupt service, change device state, or affect safety-relevant peripherals. Without strong warnings and confirmation gates, users may unknowingly invoke commands that disable accessories, alter settings, or disrupt multiple devices at once.

Vague Triggers

Medium
Confidence
92% confidence
Finding
The invocation examples are extremely broad and map to common user intents such as scanning, connecting, turning devices on or off, and disconnecting all Bluetooth devices. In an agent ecosystem, this increases the chance of over-triggering or unintended routing of ordinary user requests into a powerful device-control skill, which could cause accidental actions against nearby or paired hardware.

Static analysis

No suspicious patterns detected.