andromeda-messages
Audited by Socket on Mar 3, 2026
1 alert found:
SecurityThis skill is functionally coherent with its stated purpose (CRUD and lock management for an Andromeda page). The primary security concern is the inclusion of a hardcoded bearer token in the documentation and the use of a single shared token for all operations, which is an overprivileged credential-exposure risk. There are no download/execution supply-chain indicators or obfuscated code. The destructive operations (DELETE, lock/unlock) increase the impact of any leaked credential and make per-action authorization/auditing important. Overall risk is moderate: safe if the token is placeholder and not valid, but potentially high if the token is real and the skill is reused without replacing or rotating credentials.