Back to skill

Security audit

realsense-d435i

Security checks for vulnerabilities and agentic risk

Overview

This is a local RealSense camera capture skill that openly saves camera and IMU recordings to disk, with no evidence of hidden upload or destructive behavior.

Install only if you want an agent to operate a local RealSense camera. Treat captured outputs as potentially private physical-environment data, keep the output path under your control, use short intentional recordings, and verify dependency/download sources before installing.

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
93% confidence
Finding
The skill documentation instructs users to run Python scripts that write captured data to disk and references shell commands such as pip, ffmpeg, and device enumeration, but the skill does not declare corresponding permissions. This creates a transparency and governance gap: users or hosting platforms cannot accurately assess that the skill can write files and invoke external system tools, which is especially relevant because it operates on hardware devices and stores recordings automatically.

Static analysis

No suspicious patterns detected.