Skip to content

Official Smart Plugins site

Smart Plugins are independent third-party plugins for Obsidian. Smart Connections is the flagship plugin.

Minimizing dependencies

Fewer outside-authored dependencies means fewer hidden trust links around your vault.

Obsidian is powerful because your notes are yours: local files, plain text, and a workspace you can inspect.

Plugins add power to that workspace.

That is why dependencies matter.

When you install a plugin, you may be trusting more than the plugin maintainer. You may also be trusting package authors, package maintainers, update paths, build tools, and transitive code you never chose directly.

Smart Plugins minimize those hidden trust links.

Why excessive dependencies are bad

Dependencies are not automatically bad.

A good dependency can make software safer, faster, and easier to maintain.

Excessive dependencies are different.

They add:

For an Obsidian user, this is not abstract.

Your vault may contain private notes, client work, research, drafts, journals, plans, unfinished ideas, and future decisions.

The closer software runs to that work, the more its dependency chain matters.

The Smart Plugins principle

Smart Plugins minimize outside-authored dependencies.

That means:

The goal is not zero dependencies at any cost.

The goal is fewer unnecessary trust links around your vault.

What this protects

Minimizing outside-authored dependencies helps protect four things Obsidian users already care about.

Your privacy

Less outside-authored code near your vault means fewer hidden paths to understand.

Your durability

Fewer moving parts means fewer pieces that can break, disappear, or become unmaintained.

Your ability to inspect

A smaller outside-authored dependency chain is easier to review than a large one.

Your independence

A tool with fewer outside-authored dependencies is less exposed to changes outside the project.

The practical rule

Every outside-authored dependency is a trust decision.

Use dependencies when they earn that trust.

Avoid them when they only make the code look easier today.

Current outside-authored dependency snapshot

Last checked: 2026-05-13.

This table focuses on direct dependency entries that appear to be authored or maintained by people other than the plugin maintainer.

It counts direct entries declared in:

package.json -> dependencies

It separates:

It does not count:

This is not a full safety audit.

It is a first-pass way to inspect how much direct outside-authored code a project declares.

Plugin / repo checked Outside-authored direct package entries File checked What to notice
Smart Context 0 package.json Direct dependencies are first-party local/file Smart modules.
Smart Environment 1 package.json, jsbrains workspace Mostly first-party file:../jsbrains Smart modules, plus the Obsidian package entry.
Smart Chat 1 package.json Small outside-authored direct dependency list for the provided Smart ChatGPT repo.
Smart Connections 2 package.json Mostly first-party local/file Smart modules, plus 2 outside-authored package entries.
Obsidian Copilot 77 package.json A broad AI assistant surface can carry a much larger outside-authored direct package list.
Text Generator 81 package.json Rich provider and generation support can come with a large outside-authored direct package list.

First-party local/file Smart modules are still code.

The difference is authorship and maintenance boundary: they are Smart modules maintained as part of the Smart Plugins codebase, not outside registry packages maintained by unrelated authors.

What the numbers mean

A lower outside-authored dependency count does not prove a plugin is safe.

A higher outside-authored dependency count does not prove a plugin is unsafe.

The number tells you how large the direct outside-authored trust chain is before you begin deeper inspection.

The practical question is:

How many people outside the plugin maintainer am I trusting before this code runs near my vault?

How Smart Plugins decides

Before adding an outside-authored dependency, Smart Plugins should ask:

If the answer is unclear, the dependency should wait.

Dependencies should earn trust

Smart Plugins minimize outside-authored dependencies because your vault deserves fewer hidden trust links.

Not every dependency is bad.

But every outside-authored dependency should be visible, purposeful, and worth the trust it asks from users.

That is the principle.