Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is github1s.com safe or not ? Can we use it for private repo? [closed]

Recently, I found https://github1s.com to see github repository as open in vscode editor in browser itself & I think it's a great tool to analyse the code.

e.g. https://github1s.com/angular/angular

Anyone knows, Is it safe to use or not?

like image 716
Vikram Sapate Avatar asked Feb 11 '21 08:02

Vikram Sapate


1 Answers

It is a public project: conwnet/github1s, which means it can be audited in order to check its safety.

You can see making its own FS (FileSystem) in extensions/github1s/src/github1sfs.ts.

And you can check how it manages the OAuth token in extensions/github1s/src/settings-view.ts, used when fetching the file in extensions/github1s/src/util/fetch.ts

like image 172
VonC Avatar answered Oct 29 '22 20:10

VonC