Subresource Integrity (SRI) is a web development security mechanism that guarantees the authenticity and integrity of external resources like scripts and stylesheets. By including a cryptographic hash in the resource reference, browsers can verify that the resources haven't been tampered with before loading and executing them.

Check completed with warnings
17 script(s)   0 resources secured out of 17
View resources
Resource Type Resource Source
External js/jquery-3.1.1.min.js
External js/flickity.min.js
External js/easypiechart.min.js
External js/parallax.js
External js/typed.min.js
External js/datepicker.js
External js/isotope.min.js
External js/ytplayer.min.js
External js/lightbox.min.js
External js/granim.min.js
External js/jquery.steps.min.js
External js/countdown.min.js
External js/twitterfetcher.min.js
External js/spectragram.min.js
External js/smooth-scroll.min.js
External js/scripts.js
External https://www.googletagmanager.com/gtag/js?id=UA-148238627-1
11 stylesheets(s)   0 resources secured out of 11
View resources
Resource Type Resource Source
External css/bootstrap.css
External css/stack-interface.css
External css/socicon.css
External css/lightbox.min.css
External css/flickity.css
External css/iconsmind.css
External css/jquery.steps.css
External css/theme.css
External css/custom.css
External https://fonts.googleapis.com/css?family=Open+Sans:200,300,400,400i,500,600,700%7CMerriweather:300,300i
External https://fonts.googleapis.com/icon?family=Material+Icons

Subresource Integrity is present with warnings When not all resources on a website have Subresource Integrity (SRI) implemented correctly, and some external resources lack the necessary integrity hashes, the website's security is potentially compromised. This situation creates vulnerabilities, especially for resources loaded from third-party servers, where the site owner has less control. Consequently, the website may be exposed to security risks like malicious script execution, impacting both the site's integrity and the safety of its users.