dagster-init
Audited by Socket on Mar 10, 2026
1 alert found:
SecurityThe skill's stated purpose ( Dagster project initialization with uv ) is largely coherent with the implemented workflow. However, there is a notable security risk due to the use of an external curl | sh to install uv from astral.sh, which constitutes an unverifiable binary/executable being executed during setup. This risk elevates the overall security posture of the skill. No credentials are handled or exfiltrated, and the rest of the flow (project creation, dependency installation, and basic validation) aligns with the described purpose. Given the presence of an unverifiable remote installer, the skill should be classified as SUSPICIOUS with caution, and safer distribution (e.g., pinning to official registries, verifying checksums, or vendor-signed installers) is recommended to reach BENIGN.