Hey HN! I created GuardScript because in my previous company we started to include more and more third-party Javascript from SaaS services on our homepage, and this created security risks for us [1] [2]. In order to reassure us, a few of these companies created independently what is essentially GuardScript: a service that monitors every few minutes any changes made to your Javascript files and sends you a notificatio…
So as a hacker, I will just need to hack statcounter to serve your IP the non-molested JS, and almost everyone else the bad JS, right?
Show HN: Guardscript – Detect any changes made to your JavaScript files
21–30 of 39 posts
Re: Show HN: Guardscript – Detect any changes made to your JavaScript files
#22Hey HN! I created GuardScript because in my previous company we started to include more and more third-party Javascript from SaaS services on our homepage, and this created security risks for us [1] [2]. In order to reassure us, a few of these companies created independently what is essentially GuardScript: a service that monitors every few minutes any changes made to your Javascript files and sends you a notificatio…
Why wouldn't someone just detect changes to the files at the OS level?
Re: Show HN: Guardscript – Detect any changes made to your JavaScript files
#23"We can't trust SaaS.... so we built a SaaS to alert you when the JS delivered by your SaaS changes...". So now you have to trust this SaaS to tell you that the other SaaS is still trustworthy.
Re: Show HN: Guardscript – Detect any changes made to your JavaScript files
#24Apart from the "SaaS services" (I mean, are they really services for services?), this seems to boil down to: "We can't trust SaaS.... so we built a SaaS to alert you when the JS delivered by your SaaS changes...". So now you have to trust this SaaS to tell you that the other SaaS is still trustworthy.
Re: Show HN: Guardscript – Detect any changes made to your JavaScript files
#25Hey HN! I created GuardScript because in my previous company we started to include more and more third-party Javascript from SaaS services on our homepage, and this created security risks for us [1] [2]. In order to reassure us, a few of these companies created independently what is essentially GuardScript: a service that monitors every few minutes any changes made to your Javascript files and sends you a notificatio…
Can you explain what this means?
Re: Show HN: Guardscript – Detect any changes made to your JavaScript files
#26Apart from the "SaaS services" (I mean, are they really services for services?), this seems to boil down to: "We can't trust SaaS.... so we built a SaaS to alert you when the JS delivered by your SaaS changes...". So now you have to trust this SaaS to tell you that the other SaaS is still trustworthy.
That's the premise behind most security software. We can't trust the internet, so download a firewall from the internet to block traffic from the internet.
And of course, that also doesn't really apply if you're using an operating system that includes a firewall by default.
Re: Show HN: Guardscript – Detect any changes made to your JavaScript files
#27Hey HN! I created GuardScript because in my previous company we started to include more and more third-party Javascript from SaaS services on our homepage, and this created security risks for us [1] [2]. In order to reassure us, a few of these companies created independently what is essentially GuardScript: a service that monitors every few minutes any changes made to your Javascript files and sends you a notificatio…
>GuardScript is usefull when Subressource integrity is not feasible or not implemented, which is most of the time for SaaS services. Can you explain what this means?
Check for instance Stripe : " rel="nofollow">https://js.stripe.com/v3"> or Facebook : " rel="nofollow">https://connect.facebook.net/en_US/sdk.js">
If they offer you a javascript and it has to change frequently to fix bugs, for instance, they don't want to be bothered with having to coordinate with all their customers to change the subresource integrity tag...
In this case our service could be an alternative.
Re: Show HN: Guardscript – Detect any changes made to your JavaScript files
#28Hey HN! I created GuardScript because in my previous company we started to include more and more third-party Javascript from SaaS services on our homepage, and this created security risks for us [1] [2]. In order to reassure us, a few of these companies created independently what is essentially GuardScript: a service that monitors every few minutes any changes made to your Javascript files and sends you a notificatio…
Under "pricing" all the "start" buttons say "sart". (Checked Chrome and FF.)
Re: Show HN: Guardscript – Detect any changes made to your JavaScript files
#29Hey HN! I created GuardScript because in my previous company we started to include more and more third-party Javascript from SaaS services on our homepage, and this created security risks for us [1] [2]. In order to reassure us, a few of these companies created independently what is essentially GuardScript: a service that monitors every few minutes any changes made to your Javascript files and sends you a notificatio…
Suggestion: Monitor other potential attack vectors like CSS files.