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…
Show HN: Guardscript – Detect any changes made to your JavaScript files
11–20 of 39 posts
Re: Show HN: Guardscript – Detect any changes made to your JavaScript files
#12I get relying on 3rd party libraries, but not hosting them yourself and just hoping that the current host never gets sold/owned/etc? That sounds insane to me... Sounds like curl | insmod /dev/stdin level insane
Some 3rd party services, though, serve up libraries, e.g. disqus.
Re: Show HN: Guardscript – Detect any changes made to your JavaScript files
#13Hey 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
#14Plenty of small companies have god awful Wordpress sites with a ton of insecure JavaScript files. They don’t need to be checked every 10 minutes but they do need something to check.
Re: Show HN: Guardscript – Detect any changes made to your JavaScript files
#15Re: Show HN: Guardscript – Detect any changes made to your JavaScript files
#16Imagine an internet where instead of making this tool, people stopped including billions of third party scripts.
Re: Show HN: Guardscript – Detect any changes made to your JavaScript files
#17Re: Show HN: Guardscript – Detect any changes made to your JavaScript files
#18Does this include HTTP headers? For instance a yay.js framework that helps people print 'yay' to the console could return:
HTTP/1.1 301 MOVED PERMANENTLY
LOCATION: http://evil.evil/evil.js
console.log('yay!');Re: Show HN: Guardscript – Detect any changes made to your JavaScript files
#19I get relying on 3rd party libraries, but not hosting them yourself and just hoping that the current host never gets sold/owned/etc? That sounds insane to me... Sounds like curl | insmod /dev/stdin level insane
Re: Show HN: Guardscript – Detect any changes made to your JavaScript files
#20You could do this with a free serverless function on aws, why would I pay for it