PkgRadar

Package evidence

@vkontakte/[email protected]

Remote Dependency Spec: devDependencies.@vkontakte/appearance="https://github.com/VKCOM/Appearance#v10.2.0"

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.

Weekly downloads
2,005Niche · −30% score
Versions published
283Mature · −50% score
First published
Jul 2021
Publisher
GitHub ActionsTrusted automation · −70% score

Effective trust discount applied: 70% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.

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":["@vkontakte/[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":["@vkontakte/[email protected]"],"fail_on":"review"}'
Artifact bytes12,349,528
Previous version4.77.0
Published2026-05-21T17:28:25.190Z
SHA-2560fc1e2c18526587a242f17a10ca4e40967eb8526afe0aa86cf236639ff988d6b

Why flagged

What the scanner saw

Remote Dependency Spec: devDependencies.@vkontakte/appearance="https://github.com/VKCOM/Appearance#v10.2.0"

1 remote tarball(s) were followed statically.

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
highRemote Dependency Specpackage.jsondevDependencies.@vkontakte/appearance="https://github.com/VKCOM/Appearance#v10.2.0"8

Remote payloads

Followed remote artifacts

SourceURLRiskScoreSummary
devDependencies.@vkontakte/appearancehttps://github.com/VKCOM/Appearance#v10.2.0error0invalid gzip header

Manifest

Package metadata

Scripts17
  • buildmkdir -p dist && npm run build:script && npm run swc
  • build:localnpm run build && npm run clear:dist
  • build:scriptnode src/build/index.ts
  • clean-buildnpm run clear:src && npm run build
  • clear:distfind dist -regex '.*[^d]\.ts' -delete
  • clear:srcfind src -name '*.d.ts' -delete && find src -name '*.js' -delete
  • docs:buildcd docs/rspack && rspack build -c rspack.client.mjs --mode production
  • docs:devcd docs/rspack && rspack serve -c rspack.client.mjs --mode development
  • docs:prepare-datanode tasks/docs/prepareTokensData.ts
  • lintTIMING=1 eslint ./src --ext .ts
  • lint:fixnpm run lint -- --fix
  • lint:prettierprettier --check --ignore-unknown --cache --cache-location .cache/.prettiercache .
  • preparehusky
  • swcswc dist/ --config-file package.swcrc --strip-leading-paths --out-file-extension js -d dist -C module.type=es6
  • testnode --test
  • test:cinode --test --experimental-test-coverage --test-reporter=lcov --test-reporter-destination=lcov.info
  • tsctsc --project tsconfig.json
Dependencies2
  • @swc/helpers^0.5.19
  • csstype^3.1.1