Comment by pointlessone

3 days ago

It does give full access but Obsidian does tell you that. Community plugins are not enabled by default, you have to enable them manually. Same happens with a shared vault: once you get it you still have to manually enable plugins. So far no one managed to sneak in a plugin completely unnoticed.

That's horse hockey. Obsidian is not a usable system without community plugins.

Folks will reply "but I use it every day without plugins".

That position disregards software usability as a formal discipline, along with decades of UX research and standards.

  • If you want to use a niche, academic definition of "usable", that's fine but you better be ready to explain yourself.

    Because in general, "usable" means "people use it". Which they do for Obsidian without community plugins without issues.

    • To make an actual counter, you need numbers. If only a tiny niche of users use it without community plugins, then yes, it's unusable (in a practical definition of the term)

      2 replies →

  • The attack here requires not just enabling community plugins, but also syncing the attacker's vault to your computer, and also separately enabling the synchronization of the attacker's plugins with yours.

    • Yes, in this specific case.

      Obsidian Plugins are still incredibly vulnerable. A compromised plugin will essentially take over your machine. There's no sandboxing of any kind. It's even more insecure than browser extensions (that could steal your auth tokens, but at least don't have unfettered access to your filesystem).

      This is really unfortunate. I love Obsidian and am a paid subscriber for many years, but the community plugins needs a security overhaul asap, before someone gets hurt.

      11 replies →

  • As one of those people that uses Obsidian without plugins, what plugins do you consider essential?

    • I rely on Advanced URI, which opens certain functionality up to external apps. I use Raycast and with Cmd+Space, it lets me open vaults or daily notes. And Obsidian_to_Anki, but that's probably just me because I have no clue how to use Anki otherwise.

    • Yeah, I don't use any community plugins. I take notes in obsidian. And it turns out, having multiple years worth of notes and todos in a tree of crosslinked markdown files is pretty handy in this AI era. I take notes in obsidian and run the Gemini cli from my vault. Works a treat.

    • An ADD/SUM feature on tables was the first plugin I installed. It could be argued this should be part of the TABLE but I guess the dev team has a lot on their plate not to mention I'm not even sure if there's a feature request for this ability.

    • Me too.

      All I want is a top-notch Markdown editor with a mobile app and trustworthy sync, and that's what Obsidian gives me. And if ever Obsidian goes away or is enshittified, I'll still have a perfectly good folder of Markdown documents that I can take elsewhere.

    • For me these are the self hosted livesync, copilot and readitlater for better web clippings.

      I really don't want my notes on other people's servers so the official sync will never be an option unless they enable that to be self hosted as an option.

  • But I use it every day without plugins.

    Seriously though, I agree with your sentiment that community plugin security can and needs to be improved, but how does someone saying they use it every day "disregard software usability as a formal discipline, along with decades of UX research and standards"

  • > Obsidian is not a usable system without community plugins.

    It's horse hockey. Plenty users use the vanilla Obsidian.

    > Folks will reply "but I use it every day without plugins".

    Because they do. You're saying that they should lie about their usage to fit your narrative?

    • > Plenty users use the vanilla Obsidian.

      They are irrelevant for this dispute, because these problems do not concern them. And the amount of people using plugins because of some real demand is not low.

      4 replies →

  • I think that's especially important to point out because it reminded me of a blog post by Obsidian that also was discussed here[1], where they talked about reducing supply chain risk by not relying on dependencies, but people quickly pointed out that this is only possible because users depend so heavily on extensions. Just look at that top comment and here we are now.

    This combination of software relying on third parties without security seems to be untenable. Personally I've gotten rid of just about as many extensions as I can anywhere and switched to batteries included software.

    [1]https://news.ycombinator.com/item?id=45307242

  • The real problem is people believing "plugins" are not full software.

    If you install a dozen mini-apps from random developers you never heard about, you can't complain if one is malware.

    Krita also has a plugin system based on Python. Any "plugin" has the same level of access as running a python script.

    Personally I blame operating systems for not providing a way to isolate how programs interact with user files.

    • Krita: that is a decision by Krita(/GIMP) and not anything inherent in "plugins" or "python" - it could be a bubblewrap/firejail contained process, for example (other OSes have similar-ish options but there's always something, e.g. don't use cpython). They have chosen to continue to put their users at risk by not doing anything at all like that.

      There are of course complications, costs, and downsides associated with doing that. It might not be worth it currently, or performance costs might be too high, or the community might be overwhelmingly using abandoned plugins that won't be updated, etc. It's still a decision to remain complacent until forced by attacks though, it's well beyond common knowledge that these things happen so you can't really call it ignorance.

"Hey users: don't do insecure things. Here's a button to do cool insecure things!" is not a plugin security model.

  • Meanwhile that is exactly what a lot of people here want for Android with side loaded apps

    • I'm not sure I agree or understand where you're coming from. Side-loaded Android apps are still bound by all the same permission restrictions as any app installed by the Play Store. The only difference is Google didn't review it (for what little good that does) and that I didn't get the app from Google.

      If I side-load a camera app, it still has to ask for camera privileges the same way any Play store app does.

      Is there something in your message I missed about how it relates to this article or is this just being uninformed about side-loading?

    • Sideloading bypasses nothing at all except Google's thumbs-up, Android's permission system doesn't work that way.