
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
A command line tool to create and delete private zones, entities, checks and agent_tokens.
npm install -g
or npm install pnm-cli
Instead of using -t <tenant_id> --auth_token <auth_token>
you can also supply your account username and API key
such as:
pnm-cli --username <username> --apikey <api_key> --use_staging true <command>
pnm-cli -t <tenant_id> --auth_token <auth_token> --use_staging true create_zone
pnm-cli -t <tenant_id> --auth_token <auth_token> --use_staging true -c <count> create_zone
pnm-cli -t <tenant_id> --auth_token <auth_token> --use_staging true create_entity
pnm-cli -t <tenant_id> --auth_token <auth_token> --use_staging true -c <count> create_entity
pnm-cli -t <tenant_id> --auth_token <auth_token> -e <entity_id> -z <zone_id> --target <target> --url <url> --method <method> --use_staging true create_check
pnm-cli -t <tenant_id> --auth_token <auth_token> -e <entity_id> -z <zone_id> --target <target> --url <url> --method <method> --use_staging true --target -c <count> create_check
pnm-cli -t <tenant_id> --auth_token <auth_token> --use_staging true create_agent_token
pnm-cli -t <tenant_id> --auth_token <auth_token> --use_staging true -c <count> create_agent_token
pnm-cli -t <tenant_id> --auth_token <auth_token> --use_staging true -z <zone_id> delete_zone
pnm-cli -t <tenant_id> --auth_token <auth_token> --use_staging true -f <file_location> delete_zone
pnm-cli -t <tenant_id> --auth_token <auth_token> --use_staging true -e <entity_id> delete_entity
pnm-cli -t <tenant_id> --auth_token <auth_token> --use_staging true -f <file_location> delete_entity
pnm-cli -t <tenant_id> --auth_token <auth_token> --use_staging true -e <entity_id> --check_id <check_id> delete_check
pnm-cli -t <tenant_id> --auth_token <auth_token> --use_staging true -f <file_location> delete_check
pnm-cli -t <tenant_id> --auth_token <auth_token> --use_staging true --token_id <token_id> delete_agent_token
pnm-cli -t <tenant_id> --auth_token <auth_token> --use_staging true -f <file_location> delete_agent_token
pnm-cli -t <tenant_id> --auth_token <auth_token> --use_staging true list_zones
pnm-cli -t <tenant_id> --auth_token <auth_token> --use_staging true account_info
FAQs
A command line tool to create and delete private zones, entities, checks and agent_tokens.
The npm package pnm-cli receives a total of 0 weekly downloads. As such, pnm-cli popularity was classified as not popular.
We found that pnm-cli 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
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.