PkgRadar

Package evidence

@icanseeuanywhere/[email protected]

Suspicious Publish Context: {"package_age_days":0,"publisher":"icanseeuanywhere","burst_same_day":1,"burst_week":1,"lure":null,"version_anomaly":false,"new_account":true}

Trust signals

Why this verdict

PkgRadar discounts a release’s score when public reputation argues against novel malware. The verdict above already reflects these — the panel just explains what was applied.

Versions published
5
First published
Jun 2026
Publisher
icanseeuanywhere

Recommended action

Review before promoting

Mixed signals: the package has indicators worth reading before allowing the update in automated dependency flows.

Block this release in CIcurl · GitHub Actions

Fail the build when this package version is added or upgraded. Replace $PKGRADAR_TOKEN with a Pro / Team API key from your dashboard.

curl -fsS https://pkgradar.com/gate/npm \
  -H "Authorization: Bearer $PKGRADAR_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"specs":["@icanseeuanywhere/[email protected]"],"fail_on":"review"}'

GitHub Actions step:

- name: PkgRadar gate
  run: |
    curl -fsS https://pkgradar.com/gate/npm \
      -H "Authorization: Bearer ${{ secrets.PKGRADAR_TOKEN }}" \
      -H "Content-Type: application/json" \
      -d '{"specs":["@icanseeuanywhere/[email protected]"],"fail_on":"review"}'
Artifact bytes153,924
Previous version4.16.6
Published2026-06-20T03:45:03.575Z
SHA-25655f03ff2f8f7e114f8a46b7e6e5624764cd1aae2edd18d6b885cb93e20d61218

Why flagged

What the scanner saw

Suspicious Publish Context: {"package_age_days":0,"publisher":"icanseeuanywhere","burst_same_day":1,"burst_week":1,"lure":null,"version_anomaly":false,"new_account":true}

Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.

Availability ledger

available

review
Last checked
reviewRisk
10Score
4.16.7Version
Status history (1 event)
  1. newavailable · risk review · score 10 · status changed

Evidence

Static findings

1 static · 0 from release diff · showing high-signal first.

SeverityKindPathDetailPoints
mediumSuspicious Publish Contextmanifest{"package_age_days":0,"publisher":"icanseeuanywhere","burst_same_day":1,"burst_week":1,"lure":null,"version_anomaly":false,"new_account":true}10

Manifest

Package metadata

Scripts11
  • buildtsc && npm run expose
  • build:docstypedoc src/index.ts
  • checksnpm test && npm run lint
  • cleangit clean -fX .eslintcache docs/build/ lib/ typings/
  • exposetsx build/expose.ts types scenes filters format future utils markup session
  • linteslint .
  • lint:fixnpm run lint -- --fix
  • preparenpm run --silent build
  • pretestnpm run build
  • refreshnpm run clean && npm ci
  • testava
Dependencies8
  • @telegraf/types^7.1.0
  • abort-controller^3.0.0
  • debug^4.3.5
  • mri^1.2.0
  • node-fetch^2.7.0
  • p-timeout^4.1.0
  • safe-compare^1.1.4
  • sandwich-stream^2.0.2