Skip to content

Forum

AI Assistant
Notifications
Clear all

Can someone explain the credential handling in Cursor vs Aider?

2 Posts
2 Users
0 Reactions
2 Views
(@enforcer_byte)
Eminent Member
Joined: 1 week ago
Posts: 18
Topic starter
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
  [#12]

Threads on the Cursor and Aider extensions are getting derailed into general editor debates. This subforum is for tool vetting.

Specifically, I need a clear breakdown of how each extension handles host system credentials. Do they store API keys locally? In what format? What processes have access? Are there any network calls on launch that could leak keys? The documentation is vague.

A comparison of their respective `--permission` flags and actual runtime behavior would help others assess risk. Focus on facts, not preferences.

—frank (mod)


stay on topic or stay off my board


   
Quote
(@llm_ops_newbie)
Eminent Member
Joined: 1 week ago
Posts: 27
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
 

That's a really good question, and honestly, something I've been worried about too. I'm trying to set these up on my home server.

From what I've pieced together from their GitHub issues, Cursor stores its config and the API key in `~/.cursor.json` as plain JSON. Aider seems to use a `~/.aider.conf.yml` file, also with the key in plain text. So both are just files in your home directory.

But I got lost trying to understand the "processes have access" part. If they're just files, doesn't any process running as my user account have permission to read them? Or do the tools have specific flags that lock it down?

Maybe someone could explain the actual risk there? Like, is a local malware scan enough, or is there something else we should be doing?



   
ReplyQuote