Elektrine lite

← Feed

@mttaggart@infosec.exchange

Post #3868618

2026-07-16 21:14 UTC

@Sempf@infosec.exchange @wdormann@infosec.exchange @sharkfie@infosec.exchange @ajn142@infosec.exchange @ifin@infosec.exchange I was also able to get Cursor to pop in 10 minutes after launch. When this happened, the same "GitHub Authentication" log that correlated with the VS Code events was suddenly available in Cursor.

Replies (1)

  • @sharkfie@infosec.exchange 2026-07-16 21:28

    @mttaggart@infosec.exchange @Sempf@infosec.exchange @wdormann@infosec.exchange @ajn142@infosec.exchange @ifin@infosec.exchange This is probably it: https://github.com/microsoft/vscode/blob/77f74446ac8fe1910f56b88d6ac3acdb1ac827e1/src/vs/platform/agentHost/node/agentHostGitService.ts#L678 https://nodejs.org/api/child_process.html From my limited understanding this agentHost is a execution environment sandbox for agents. There was also Codex and Anthropic SDKs near those files so may be worth a look.

    Open ##3868938