{"id":15141752,"url":"https://github.com/fazledyn/sastquatch","last_synced_at":"2026-02-15T09:42:52.571Z","repository":{"id":256070591,"uuid":"847451834","full_name":"fazledyn/sastquatch","owner":"fazledyn","description":"(Work in progress) Simple static analysis tool based on CodeQL, Semgrep","archived":false,"fork":false,"pushed_at":"2024-09-17T20:21:42.000Z","size":102,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-19T15:43:46.986Z","etag":null,"topics":["codeql","docker","docker-image","sast","semgrep"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fazledyn.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-08-25T21:21:06.000Z","updated_at":"2024-10-09T20:38:54.000Z","dependencies_parsed_at":"2024-09-08T21:02:34.535Z","dependency_job_id":"e29e28a9-fb4d-4c35-b47f-7f69d4dbaae3","html_url":"https://github.com/fazledyn/sastquatch","commit_stats":null,"previous_names":["fazledyn/sastquatch"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/fazledyn/sastquatch","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fazledyn%2Fsastquatch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fazledyn%2Fsastquatch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fazledyn%2Fsastquatch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fazledyn%2Fsastquatch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fazledyn","download_url":"https://codeload.github.com/fazledyn/sastquatch/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fazledyn%2Fsastquatch/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29475195,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-15T06:58:05.414Z","status":"ssl_error","status_checked_at":"2026-02-15T06:58:05.085Z","response_time":118,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["codeql","docker","docker-image","sast","semgrep"],"created_at":"2024-09-26T09:01:42.502Z","updated_at":"2026-02-15T09:42:52.549Z","avatar_url":"https://github.com/fazledyn.png","language":"Python","readme":"\u003cimg src=\"./docs/sastquatch_icon.png\" width=\"500px\" height=\"auto\"\u003e\n\n# Sastquatch\nSastquatch is a powerful yet simple static analysis tool that combines the strengths of CodeQL and Semgrep with custom rules, all packaged in a Docker container for easy deployment and use.\n\n\n# Features\n- Utilizes CodeQL for deep, semantic code analysis\n- Incorporates Semgrep for fast, pattern-based scanning\n- Custom rules tailored for enhanced security checks (50+ custom rules)\n- Dockerized for consistent environments and easy setup\n- Lightweight and efficient compared to more complex toolsets\n\n\n# Getting Started\n\n## Installing Sastquatch Engine\n1. Clone this repository:\n    ```bash\n    git clone https://github.com/fazledyn/sastquatch\n    cd sastquatch/engine\n    ```\n\n2. Build the Docker image:\n    ```\n    docker build -f Dockerfile -t sastquatch:latest .\n    ```\n\n# Usage\nRun Sastquatch on your codebase:\n```bash\ndocker run --rm \\\n    -v /path/to/source:/workspace/source \\\n    -v /path/to/result:/workspace/result \\\n    -t sastquatch:latest \\\n    --language LANGUAGE \\\n    --queries QUERIES\n```\n`LANGUAGE` can be any of the below:\n- `python`\n- `javascript`\n\n`QUERIES` can be any of the below:\n- `code-scanning`\n- `security-extended`\n- `security-and-quality`\n\n\n# License\nThis tool uses CodeQL CLI including the CodeQL engine which is hosted in a [different repository](https://github.com/github/codeql-cli-binaries) and is [licensed separately](https://github.com/github/codeql-cli-binaries/blob/main/LICENSE.md). If you'd like to use the CodeQL CLI to analyze closed-source code, you will need a commercial license; please [contact GitHub](https://github.com/enterprise/contact) for further help. **People are responsible for using it at their own.**\n\n\n# Acknowledgments\n- Inspired by the [OpenSSF Omega Analyzer](https://github.com/ossf/alpha-omega/tree/main/omega/analyzer)\n- Built with CodeQL and Semgrep\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffazledyn%2Fsastquatch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffazledyn%2Fsastquatch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffazledyn%2Fsastquatch/lists"}