DTEK Light
AdvisoryAudited by Static analysis on Apr 30, 2026.
Overview
No suspicious patterns detected.
Findings (0)
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.
Installing the skill's prerequisites may download external code and browser binaries onto the user's machine.
The setup downloads a third-party JavaScript package and a Chromium browser binary. This is expected for Playwright-based website automation, but it is a supply-chain/provenance point users should be aware of.
npm install playwright npx playwright install chromium
Install prerequisites only from trusted package sources, and consider pinning dependency versions if packaging this skill for wider use.
When invoked, the skill runs local JavaScript that launches headless Chromium and contacts the DTEK outage website.
The skill tells the agent to execute the included local Node.js script. The script's behavior matches the stated outage-checking purpose, but it is still local code execution.
node "$(dirname "$(find ~/.claude/skills -name 'check-light.js' -path '*dtek-light*' | head -1)")/check-light.js"
Review the included script before use and invoke the skill only when you want it to perform the outage check.
