postiz
Audited by Socket on Sep 22, 2026
3 alerts found:
SecurityAnomalyx2The code is a readable PostgreSQL demo seed script and shows no evidence of malware, exfiltration, backdoors, or obfuscated behavior. Its significant risk is destructive: it can erase all posts, integrations, tags, and customers for whichever organization is earliest by creation time, which may be a real organization if execution safeguards are absent. The placeholder integration token is clearly documented as nonfunctional but should still be prevented from being treated as a real credential.
No direct malicious behavior is evident in the provided workflow. The main supply-chain risk is executing the unpinned npm package mint@4 via npx, along with using mutable action tags and an unpinned external repository checkout. These choices warrant hardening but are insufficient alone to classify the workflow as malware.
The file is an ordinary isolated Docker Compose setup and contains no evident malware. It has security weaknesses appropriate only for a disposable local documentation environment: mutable image selection, weak hardcoded secrets, HTTP without TLS, registration enabled, and unauthenticated internal services. Restrict port 4009 to localhost, use pinned image digests and random secrets, and disable registration and unnecessary services for any non-disposable deployment.