keyshade-xyz / keyshade

Realtime secret and configuration management tool, with the best in class security and seamless integration support
https://keyshade.xyz
Mozilla Public License 2.0
225 stars 107 forks source link

Github repo Secret scanning website #565

Open kriptonian1 opened 5 days ago

kriptonian1 commented 5 days ago

We need a website where we can put down the GitHub link of a website. We are going to scan the website and let them know if they have leaked any secret or not. If they have, then what kind of secret is it and in which line and which file.
We have to make a new project under apps, and then use secret-scan package.

The current issue is dependent on #566

muntaxir4 commented 5 days ago

Is the scanning supposed to happen on the client side or server side?

poswalsameer commented 5 days ago

Is the scanning supposed to happen on the client side or server side?

Server side would be great ig, because anyways we will be calling the api from the frontend on a button click, and then we can do a fetch or axios in the backend code.

kriptonian1 commented 4 days ago

I think we should have it on the server side

muntaxir4 commented 4 days ago

I think we should have it on the server side

Got it.

poswalsameer commented 4 days ago

I think we should have it on the server side

Yeah that will work.