{"id":37089327,"url":"https://github.com/jakewarren/shcheck","last_synced_at":"2026-01-14T10:57:27.237Z","repository":{"id":57650602,"uuid":"122114134","full_name":"jakewarren/shcheck","owner":"jakewarren","description":"check a URL for security headers","archived":false,"fork":false,"pushed_at":"2018-03-07T23:34:25.000Z","size":1048,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-10T15:24:48.223Z","etag":null,"topics":["golang","headers","security-headers","security-tools"],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jakewarren.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-02-19T20:04:38.000Z","updated_at":"2025-07-16T23:33:08.000Z","dependencies_parsed_at":"2022-08-28T00:00:38.917Z","dependency_job_id":null,"html_url":"https://github.com/jakewarren/shcheck","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/jakewarren/shcheck","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jakewarren%2Fshcheck","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jakewarren%2Fshcheck/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jakewarren%2Fshcheck/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jakewarren%2Fshcheck/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jakewarren","download_url":"https://codeload.github.com/jakewarren/shcheck/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jakewarren%2Fshcheck/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28417777,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T10:47:48.104Z","status":"ssl_error","status_checked_at":"2026-01-14T10:46:19.031Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["golang","headers","security-headers","security-tools"],"created_at":"2026-01-14T10:57:26.457Z","updated_at":"2026-01-14T10:57:27.232Z","avatar_url":"https://github.com/jakewarren.png","language":"Go","readme":"# shcheck\n\n[![GitHub release](http://img.shields.io/github/release/jakewarren/shcheck.svg?style=flat-square)](https://github.com/jakewarren/shcheck/releases])\n[![MIT License](http://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)](https://github.com/jakewarren/shcheck/blob/master/LICENSE)\n[![Go Report Card](https://goreportcard.com/badge/github.com/jakewarren/shcheck)](https://goreportcard.com/report/github.com/jakewarren/shcheck)\n[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=shields)](http://makeapullrequest.com)\n\n\u003e Check a URL for security headers\n\nshcheck examines the HTTP response headers and source code for a variety of security headers. Basically a command line version of [https://securityheaders.io](https://securityheaders.io/) with a few bonus features.\n\n![](screenshot.png)\n\n## Install\n### Option 1: Binary\n\nDownload the latest release from [https://github.com/jakewarren/shcheck/releases](https://github.com/jakewarren/shcheck/releases)\n\n### Option 2: From source\n\n```\ngo get github.com/jakewarren/shcheck\ncd $GOPATH/src/github.com/jakewarren/shcheck\ngo run bootstrap.go\n```\n\nThis will download the code into your GOPATH, and then run the bootstrap script to build mage with version infomation embedded in it. A normal `go get` (without -d) will build the binary correctly, but no version info will be embedded. If you've done this, no worries, just go to $GOPATH/src/github.com/jakewarren/shcheck and run `mage install` or `go run bootstrap.go` and a new binary will be created with the correct version information.\n\nThe shcheck binary will be created in your $GOPATH/bin directory.\n\n## Usage\n\n```\nUsage: shcheck [\u003cflags\u003e] \u003cURL to scan\u003e\n\nOptional flags:\n\n  -A, --agent string   user agent to use for requests (default \"shcheck/v1.0.0\")\n  -h, --help           display help\n  -i, --insecure       disable SSL certificate validation\n  -v, --verbose        display full info about headers\n  -V, --version        display version\n\n```\n\n\n## Acknowledgements\n\n[@traviscampbell](http://github.com/traviscampbell) - thanks for his contributions  \n[meliot/shcheck](https://github.com/meliot/shcheck) - inspiration for the output format  \n[riramar/hsecscan](https://github.com/riramar/hsecscan) - inspiration for the verbose output format\n\n## Changes\n\nAll notable changes to this project will be documented in the [changelog].\n\nThe format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).\n\n## License\n\nMIT © 2017 Jake Warren\n\n[changelog]: https://github.com/jakewarren/shcheck/blob/master/CHANGELOG.md\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjakewarren%2Fshcheck","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjakewarren%2Fshcheck","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjakewarren%2Fshcheck/lists"}