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?
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?
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
Yeah, seems pretty safe to me.
If it asks you to log into GitHub with like the GitHub "auth this app to do this" screen then your safe.
If it DIRECTLY asks your for your GitHub USERNAME and PASSWORD then exit the website and... don't visit it again.
You can also use https://github.surf/angular/angular
github.surf
this is maintained by more professional contributors