
Research
PyPI Package Disguised as Instagram Growth Tool Harvests User Credentials
A deceptive PyPI package posing as an Instagram growth tool collects user credentials and sends them to third-party bot services.
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.
Research
A deceptive PyPI package posing as an Instagram growth tool collects user credentials and sends them to third-party bot services.
Product
Socket now supports pylock.toml, enabling secure, reproducible Python builds with advanced scanning and full alignment with PEP 751's new standard.
Security News
Research
Socket uncovered two npm packages that register hidden HTTP endpoints to delete all files on command.