check-my-headers is a Node.js-based tool designed to analyze HTTP security headers on websites and web applications. The tool can be used as a command-line utility through npx or integrated as a module within Node.js projects. It performs automated scans of specified URLs to evaluate the presence and configuration of security-related HTTP headers. When scanning a target URL, the tool examines various security headers including Content Security Policy (CSP), Strict Transport Security (HSTS), X-XSS-Protection, Referrer Policy, and server identification headers. It provides feedback on missing security headers and identifies potentially problematic headers that should be removed or modified. The tool returns structured output containing the HTTP status code, analysis messages categorized by type (error, warning, etc.), and the complete set of headers found on the target. Messages indicate specific security improvements such as missing headers that should be implemented or existing headers that pose security risks. check-my-headers handles error cases gracefully, including invalid or missing URLs, and provides clear feedback to users about scan results and recommended security enhancements.
FEATURES
EXPLORE BY TAGS
SIMILAR TOOLS
A source code search engine for searching alphanumeric snippets, signatures, or keywords in web page HTML, JS, and CSS code.
AndroBugs Framework is an Android vulnerability analysis system that scans mobile applications for security vulnerabilities, missing best practices, and dangerous shell commands.
A PHP port of Rack::Honeypot, a spam trap that detects and blocks spambots
A GitHub application that performs automated security code reviews by analyzing contextual security aspects of code changes during pull requests.
A Nuxt 3 security module that automatically implements OWASP security patterns through HTTP headers, middleware, and various protection mechanisms including CSP, XSS validation, CORS, and CSRF protection.
A modular Python tool that obfuscates Android applications by manipulating decompiled smali code, resources, and manifest files without requiring source code access.
RiskInDroid is a machine learning-based tool that performs quantitative risk analysis of Android applications by reverse engineering bytecode and analyzing permission usage to generate numeric risk scores.
GuardDog is a CLI tool that identifies malicious PyPI and npm packages using heuristics-based analysis of source code and metadata.
QIRA is a competitor to strace and gdb with MIT license, supporting Ubuntu and Docker for wider compatibility.
PINNED

Checkmarx SCA
A software composition analysis tool that identifies vulnerabilities, malicious code, and license risks in open source dependencies throughout the software development lifecycle.

Orca Security
A cloud-native application protection platform that provides agentless security monitoring, vulnerability management, and compliance capabilities across multi-cloud environments.

DryRun
A GitHub application that performs automated security code reviews by analyzing contextual security aspects of code changes during pull requests.