
Security News
The Code You Didn't Write Is Still Yours to Defend
AI agents are pulling packages into environments no scanner is watching, creating exposure before security teams can see it.
@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
AI agents are pulling packages into environments no scanner is watching, creating exposure before security teams can see it.

Security News
GitHub Actions checkout now blocks risky pull_request_target checkouts by default to help prevent pwn request supply chain attacks.

Product
Socket now supports Custom Roles and Repository Access Permissions so organizations can control who can access specific repositories and actions.