scenescape-setup

Warn

Audited by Socket on Sep 6, 2026

2 alerts found:

Anomalyx2
AnomalyLOW
scripts/bootstrap_deploy.py

No direct evidence of classic malware (exfiltration/keylogging/backdoors) is present in this snippet. However, it has meaningful supply-chain and execution-chain risks: it clones a GitHub repository from the 'main' branch without pinning, and it executes shell/Python scripts sourced from the fetched/copied deployment/skill directories. Additionally, it generates docker-compose override contents using unsanitized payload-derived strings (camera_ids/video_paths), which could lead to compose/command misbehavior if inputs are attacker-controlled. Overall: likely a deployment bootstrap utility, but review/pin and input validation are important to prevent supply-chain or tampering-driven compromise.

Confidence: 72%Severity: 62%
AnomalyLOW
scripts/capture_calibration_frames.py

No clear evidence of intentional malware (e.g., backdoor, credential theft, or covert exfiltration) is present in this module. The code appears to be a legitimate MQTT-triggered calibration image collector. However, there are meaningful security and operational risks: unsanitized camera_id influences the output filename (potential path traversal/overwrite if an attacker controls camera_id), TLS verification is weakened by combining a CA file with '--insecure' (authenticity may not be enforced as intended), and the external mosquitto Docker image is referenced by a floating tag (supply-chain immutability risk). Overall, treat as low-to-moderate risk pending input hardening and verification of the intended TLS behavior.

Confidence: 64%Severity: 52%
Audit Metadata
Analyzed At
Sep 6, 2026, 01:45 PM
Package URL
pkg:socket/skills-sh/open-edge-platform%2Fskills%2Fscenescape-setup%2F@879913d6ea76da347f861ecfeef44853c400ba06f79cc311e224d68a3acecbaa
Security Audit — socket — scenescape-setup