plannotator
Audited by Socket on Mar 7, 2026
2 alerts found:
AnomalyMalwareThe script is a typical installer wrapper with optional integration setup. The major security concern is the remote installer execution via curl | bash, which can run unverified code from an external source. This is a high-risk pattern (source-to-sink path) and should be mitigated by using verified installers, checksums/signatures, or downloading to a file and running with explicit verification. Otherwise, the script itself contains no overt malicious behavior, but relies on external remote code that could compromise the system if the remote source is compromised.
Documentation repeatedly points to external download/installation URLs (e.g., Obsidian download, install.sh). Even for legitimate tools, this pattern introduces supply-chain risk if the endpoints are not pinned to verified mirrors or registries.