
Security News
Suno Breached via Shai-Hulud Worm, Leaked Code Exposes AI Music Scraping
A Shai-Hulud infection exposed Suno's source code, which shows the AI music startup stream-ripped tracks to train its models.
@useatlas/obsidian-reader
Advanced tools
Atlas Obsidian vault reader plugin — queries the Obsidian Local REST API plugin
Read-only Obsidian vault reader — connects Atlas to a user's Obsidian vault via the Local REST API plugin.
http://127.0.0.1:27123.bun add @useatlas/obsidian-reader
import { defineConfig } from "@atlas/api/lib/config";
import { obsidianReaderPlugin } from "@useatlas/obsidian-reader";
export default defineConfig({
plugins: [
obsidianReaderPlugin({
api_url: "http://127.0.0.1:27123",
api_key: process.env.OBSIDIAN_API_KEY!,
}),
],
});
| Field | Type | Default | Description |
|---|---|---|---|
api_url | string? | http://127.0.0.1:27123 | Base URL of the REST API plugin |
api_key | string | — | Bearer token from the REST API plugin settings |
FAQs
Atlas Obsidian vault reader plugin — queries the Obsidian Local REST API plugin
We found that @useatlas/obsidian-reader demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
A Shai-Hulud infection exposed Suno's source code, which shows the AI music startup stream-ripped tracks to train its models.

Security News
Vercel is formalizing a monthly release program for Next.js. The change follows React2Shell and a sharp rise in AI-assisted vulnerability discovery.

Research
/Security News
11 malicious NuGet tools pose as game cheats to deploy Windows payloads, track hosts, and use Google Sheets for telemetry and control.