Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
@featurepeek/circleci
Advanced tools
For GitHub and CircleCI. See [documentation](https://docs.featurepeek.com/docs/circleci/).
For GitHub and CircleCI. See documentation.
When a PR kicks of CI, and the build succeeds, artifacts are uploaded to CircleCI's artifacts service. Then our script sends a POST to https://api.featurepeek.com/api/v1/TBD/static/circleci
with a body like
{
"api_key": "abcd1234",
"artifacts_url": "https://circleci.com/api/v1.1/project/github/featurepeek/wandb-core/8/artifacts",
"cutdirs": 6,
"org": "featurepeek",
"repo": "wandb-core",
"branch": "new-feature-branch",
}
Let me know if you want more info here. These Built-in Env Vars are helpful and easy to add.
cutdirs
is passed to wget
. It's useful for trimming off the initial 0/root/project
at the front of every artifacts path. You'll only need it if you do indeed use wget. wget is useful because it retains directory hierarchy of the artifacts instead of saving everything in a flat directory. But if you don't use wget, you can ignore it.
See the download.sh
file for bash script to download the files saved in artifacts.
FAQs
For GitHub and CircleCI. See [documentation](https://docs.featurepeek.com/docs/circleci/).
The npm package @featurepeek/circleci receives a total of 4 weekly downloads. As such, @featurepeek/circleci popularity was classified as not popular.
We found that @featurepeek/circleci demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
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
Security News
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.