Audit Logs - A new organization-wide audit logging engine that captures every action across your Phase instance.
Who performed the action, what changed, the before/after diff, and the surrounding context -- IP address, user agent, and timestamp.
📜 CHANGELOG
April ’26:
- Offline mode: for when stuck on localhost ️✈🚇🛜⁉️
- Azure External Identity
- Secret reference tab completions
- Self-serve OIDC SSO
- Full auth rewrite. No more NextAuth! 🥳
⌨️ Tab completion for secrets and configs across your organization.
Imagine securely stitching together configs from all the .env and .yml files in your org.
- Tab to complete
- Enter to accept
- Ctrl/Cmd Enter to open a secret, environment, or app in a new tab
🚨 CRITICAL: Active supply chain attack on axios -- one of npm's most depended-on packages.
The latest axios@1.14.1 now pulls in plain-crypto-js@4.2.1, a package that did not exist before today. This is a live compromise.
This is textbook supply chain installer malware. axios has 100M weekly downloads. Every npm install pulling the latest version is potentially compromised right now.
Socket AI analysis confirms this is malware. plain-crypto-js is an obfuscated dropper/loader that:
• Deobfuscates embedded payloads and operational strings at runtime
• Dynamically loads fs, os, and execSync to evade static analysis
• Executes decoded shell commands
• Stages and copies payload files into OS temp and Windows ProgramData directories
• Deletes and renames artifacts post-execution to destroy forensic evidence
If you use axios, pin your version immediately and audit your lockfiles. Do not upgrade.