bring-add
Audited by Socket on Feb 20, 2026
1 alert found:
AnomalyThe fragment shows an atypical local-symlink dependency (bring-shopping) resolved to a local ../../skills-temp path. While there is no explicit malicious code in the fragment itself, this pattern introduces a supply-chain risk: it relies on a local directory outside the published package, which could be tampered with or undisclosed. This warrants careful review of the ../../skills-temp directory contents and the build environment to ensure no malicious code is introduced at install-time. If the local path is unintended or inaccessible in downstream environments, this could also break builds or cause inconsistent behavior. Recommendation: either replace the local-link with a properly versioned published package, or perform a thorough audit of the ../../skills-temp/bring-shopping content across environments, ensuring integrity (e.g., via signed artifacts, checksums, or a private registry with access controls).