dash-docset-install-generate
Audited by Socket on Mar 2, 2026
1 alert found:
SecurityThis SKILL.md describes a Dash docset install/generation workflow that is internally consistent with its stated purpose. It does not instruct remote download-and-execute from untrusted domains, it defaults to confirmation-first behavior, and it uses local Dash APIs and local scripts. The primary security concern is execution of repository-local Python scripts (uv run python scripts/...) — those scripts, if malicious or if they fetch/run untrusted content, could perform arbitrary local actions. There is no evidence in the provided text of credential harvesting, exfiltration to remote endpoints, or obfuscated/malicious code. Overall the skill appears functional for its purpose but requires review/trust of the bundled scripts before execution. Recommended actions: review the contents of scripts/* before running, avoid using --yes without explicit per-install confirmation, and verify any generation toolchain installs are pinned to trusted sources.