puresnap
Audited by Socket on Mar 11, 2026
1 alert found:
Obfuscated FileThe skill's footprint is largely coherent with its stated purpose of extracting media via a third-party API. However, the presence of a hard-coded API key embedded in the artifact (and documentation) represents a credential exposure risk. The data flow to an external service for URL processing is expected for this capability, but it introduces privacy considerations and potential misuse if the artifact is shared. Overall, the threat level is suspicious due to embedded credentials and external API dependence, but not clearly malicious given the documented workflow. Recommend removing embedded API keys from the artifact and enforcing environment-variable-driven keys, along with clear user consent disclosure and potentially using official, pinned dependencies or registries.