
Product
Announcing Precomputed Reachability Analysis in Socket
Socket’s precomputed reachability slashes false positives by flagging up to 80% of vulnerabilities as irrelevant, with no setup and instant results.
github.com/smartcontractkit/chainlink-testing-framework/tools/flakeguard
Flakeguard is a tool designed to help identify flaky tests within a Go project. Flaky tests are tests that intermittently fail without changes to the code, often due to race conditions or other non-deterministic behavior. Flakeguard assists by analyzing the impact of code changes on test packages and by running tests multiple times to determine stability.
To install flakeguard
CLI, you need to have Go installed on your machine. With Go installed, run the following command:
go install github.com/smartcontractkit/chainlink-testing-framework/tools/flakeguard@latest
Flakeguard offers two main commands:
find
identifies test packages affected by recent changes.run
executes tests multiple times to identify flaky testsRun with --help
to see all flags for the commands.
Both find
and run
commands support JSON output --json
, making it easy to integrate Flakeguard with CI/CD pipelines and reporting tools.
FAQs
Unknown package
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Product
Socket’s precomputed reachability slashes false positives by flagging up to 80% of vulnerabilities as irrelevant, with no setup and instant results.
Product
Socket is launching experimental protection for Chrome extensions, scanning for malware and risky permissions to prevent silent supply chain attacks.
Product
Add secure dependency scanning to Claude Desktop with Socket MCP, a one-click extension that keeps your coding conversations safe from malicious packages.