PkgRadar

Package evidence

@instructure/[email protected]

Remote Dependency Spec: dependencies.scroll-into-view="https://github.com/bkirkby/scroll-into-view.git#588b0ced98eeecf84e6fb2074aa076e80b7cffab"

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
174
Versions published
5
First published
Mar 2019
Publisher
claydiffrient

Recommended action

Block this update

Static evidence trips multiple high-signal indicators. Quarantine the release until the publisher validates the change or you can rule out the indicators below.

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":["@instructure/[email protected]"],"fail_on":"high"}'

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":["@instructure/[email protected]"],"fail_on":"high"}'
Publisherclaydiffrient
Artifact bytes15,499,796
Previous version4.1.2
Published2019-06-20T21:02:43.232Z
SHA-256091f0b1daf85e05dd672d887df19379ee1bd7518c9ee0081cd323b88abe2d7e1

Why flagged

What the scanner saw

Remote Dependency Spec: dependencies.scroll-into-view="https://github.com/bkirkby/scroll-into-view.git#588b0ced98eeecf84e6fb2074aa076e80b7cffab"

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

high
Last checked
highRisk
12Score
4.1.3Version
Status history (1 event)
  1. newavailable · risk high · score 12 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highRemote Dependency Specpackage.jsondependencies.scroll-into-view="https://github.com/bkirkby/scroll-into-view.git#588b0ced98eeecf84e6fb2074aa076e80b7cffab"12
Show all 16 findings (low-signal and informational)
SeverityKindPathDetailPoints
highRemote Dependency Specpackage.jsondependencies.scroll-into-view="https://github.com/bkirkby/scroll-into-view.git#588b0ced98eeecf84e6fb2074aa076e80b7cffab"12
lowLarge Javascript Payloadpackage/testcafe/build/testcafe.js2677384 bytes0
lowLarge Javascript Payloadpackage/testcafe/build/vendors~testcafe.js17711804 bytes0
lowObfuscation Densitypackage/lib/translated/ar/modules/sidebar/components/UsageRightsForm.jshigh encoded/escaped-token density0
lowObfuscation Densitypackage/lib/translated/el/modules/sidebar/components/LinksPanel.jshigh encoded/escaped-token density0
lowObfuscation Densitypackage/lib/translated/el/modules/sidebar/components/UsageRightsForm.jshigh encoded/escaped-token density0
lowObfuscation Densitypackage/lib/translated/fa_IR/modules/sidebar/components/UsageRightsForm.jshigh encoded/escaped-token density0
lowObfuscation Densitypackage/lib/translated/he/modules/sidebar/components/UsageRightsForm.jshigh encoded/escaped-token density0
lowObfuscation Densitypackage/lib/translated/hy/modules/sidebar/components/LinksPanel.jshigh encoded/escaped-token density0
lowObfuscation Densitypackage/lib/translated/hy/modules/sidebar/components/NavigationPanel.jshigh encoded/escaped-token density0
lowObfuscation Densitypackage/lib/translated/hy/modules/sidebar/components/UsageRightsForm.jshigh encoded/escaped-token density0
lowObfuscation Densitypackage/lib/translated/ja/modules/sidebar/components/UsageRightsForm.jshigh encoded/escaped-token density0
lowObfuscation Densitypackage/lib/translated/ru/modules/sidebar/components/LinksPanel.jshigh encoded/escaped-token density0
lowObfuscation Densitypackage/lib/translated/ru/modules/sidebar/components/NavigationPanel.jshigh encoded/escaped-token density0
lowObfuscation Densitypackage/lib/translated/ru/modules/sidebar/components/UsageRightsForm.jshigh encoded/escaped-token density0
lowObfuscation Densitypackage/lib/translated/uk_UA/modules/sidebar/components/UsageRightsForm.jshigh encoded/escaped-token density0

Remote payloads

Followed remote artifacts

SourceURLRiskScoreSummary
dependencies.scroll-into-viewhttps://github.com/bkirkby/scroll-into-view.git#588b0ced98eeecf84e6fb2074aa076e80b7cffaberror0invalid gzip header

Manifest

Package metadata

Scripts16
  • build:allscripts/build
  • build:canvasscripts/build-canvas
  • build:watchrm -rf lib && NODE_ENV=transpile babel --out-dir lib src --watch
  • debugBABEL_ENV=test-node inspect _mocha --no-timeouts --debug-brk 'test/**/*.test.js' --require @instructure/ui-themes/lib/canvas --require @babel/register
  • demowebpack -p
  • devwebpack-dev-server -d --content-base github-pages/
  • extractformat-message extract "src*/**/*.js" -g underscored_crc32 -o locales/en.json
  • fmt:checkprettier -l '**/*.js'
  • fmt:fixprettier --write '**/*.js'
  • integration-testnightwatch --env integration
  • linteslint "src/**/*.js" "test/**/*.js"
  • lint:fixeslint --fix "src/**/*.js" "app/**/*.js" "test/**/*.js" "shared/**/*.js"
  • prepublishOnlynpm run test && npm run build:all
  • testBABEL_ENV=test-node mocha 'test/**/*.test.js' --require @instructure/ui-themes/lib/canvas --require @babel/register --timeout 5000 --reporter mocha-multi-reporters --reporter-options configFile=mocha-reporter-config.json
  • test:coveragecross-env BABEL_ENV=test-node nyc -r html -r json node_modules/.bin/mocha -- 'test/**/*.test.js'
  • test:watchBABEL_ENV=test-node mocha 'test/**/*.test.js' --require @instructure/ui-themes/lib/canvas --require @babel/register --watch
Dependencies27
  • @instructure/ui-a11y^5
  • @instructure/ui-buttons^5
  • @instructure/ui-elements^5
  • @instructure/ui-forms^5
  • @instructure/ui-icons^5
  • @instructure/ui-layout^5
  • @instructure/ui-tabs^5
  • @instructure/ui-themeable^5
  • @instructure/ui-themes^5
  • @instructure/ui-toggle-details^5
  • aphrodite^2
  • bloody-offset0.0.0
  • format-message^6
  • format-message-generate-id^6
  • isomorphic-fetch2.2.1
  • prop-types^15
  • react^0.14.8 || ^15.0.0 || ^16
  • react-dom^0.14.8 || ^15.0.0 || ^16
  • react-redux^5
  • react-tinymce^0.7.0
  • react-transition-group^1
  • redux^4
  • redux-batch-middleware^0.2.0
  • redux-thunk^2
  • scroll-into-viewhttps://github.com/bkirkby/scroll-into-view.git#588b0ced98eeecf84e6fb2074aa076e80b7cffab
  • tinymce^4.5.7
  • tinymce-light-skin~1.3.0