Preflight is a verification tool designed to help mitigate supply chain attacks by validating scripts and executables before execution. The tool addresses security concerns similar to those highlighted by incidents like the Codecov hack. The tool can be deployed through multiple distribution methods to ensure secure implementation: - Self-compilation from source code for maximum trust - Storage on private S3 buckets or internal artifact repositories - Direct integration into repositories (approximately 4MB in size) - Container-based builds using Go compilation Preflight is built in Go and can be compiled from source using standard Go tooling. The tool supports Alpine Linux containers and includes certificate authority support for secure operations. It integrates with curl and other common utilities for script verification workflows. The tool follows a trust-but-verify approach where organizations can build and maintain their own trusted binaries rather than relying on external distributions. This methodology helps establish a secure foundation for validating other software components in the development and deployment pipeline.
FEATURES
EXPLORE BY TAGS
SIMILAR TOOLS
SearchCode is an extensive code search engine that indexes 75 billion lines of code from millions of projects to help developers find coding examples and libraries.
Search engine for open-source Git repositories with advanced features like case sensitivity and regular expressions.
A brute-force protection middleware for express routes that rate-limits incoming requests.
APKiD is a tool that identifies compilers, packers, obfuscators, and other weird stuff in APK files.
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.
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.
AndroBugs Framework is an Android vulnerability analysis system that scans mobile applications for security vulnerabilities, missing best practices, and dangerous shell commands.
A software composition analysis tool that identifies vulnerabilities, malicious code, and license risks in open source dependencies throughout the software development lifecycle.
A modular Python tool that obfuscates Android applications by manipulating decompiled smali code, resources, and manifest files without requiring source code access.
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.