Synology Surveillance
Analysis
The skill appears to control Synology cameras as advertised, but it asks for powerful surveillance credentials and can change camera/recording state, so it needs careful review before use.
Findings (4)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
`record <id> start|stop` | Aufnahme starten/stoppen ... `ptz <id> <direction>` | PTZ-Kamera bewegen ... `preset <id> <num>`
The skill exposes commands that can stop/start surveillance recordings and move cameras, but the instructions do not require explicit user confirmation or camera/action scoping for these high-impact operations.
Required binaries ... none; Required env vars: none; Env var declarations: none; Primary credential: none; No install spec
The registry metadata does not declare the jq dependency, shell helper usage, Synology environment variables, or required credential handling that the SKILL.md and script describe.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
**Benutzer** mit Surveillance Station-Rechten ... **2FA deaktiviert** für den API-Benutzer ... `SYNOLOGY_USER` | admin ... `SYNOLOGY_PASS`
The skill requires account credentials with surveillance permissions, recommends disabling 2FA for that API user, and defaults the username to admin, which is high-impact access to a camera/security system.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
Füge die Verbindungsdaten zu `TOOLS.md` hinzu: ... `User: surveillance_user` ... `Pass: dein_passwort`
The instructions tell the user to store the NAS username and password in a markdown tool/context file, which can persist beyond the immediate task and may be exposed to future agent context or file sharing.
