PkgRadar

Package evidence

@aperant/[email protected]

Credential file access: matched ".npmrc"

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":["@aperant/[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":["@aperant/[email protected]"],"fail_on":"high"}'
Publisherandremik
Artifact bytes2,362,221
Previous version0.8.4
Published2026-05-24T15:38:58.275Z
SHA-256f79dfa83783332b7cd9d267124b43e377abf809a2164868eaeb6921c57c88daa

Why flagged

What the scanner saw

Credential file access: matched ".npmrc"

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

Availability ledger

available

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

Related candidates

Linked campaigns and clusters

Publisher / release actor burststale

andremik

3 members · evidence strength 74

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential file accesspackage/dist/cli/install/detached-spawn.mjsmatched ".npmrc"30
highCredential file accesspackage/src/cli/install/detached-spawn.mjsmatched ".npmrc"30
highCredential file accesspackage/dist/cli/install/home-stub.mjsmatched ".npmrc"30
highCredential file accesspackage/src/cli/install/home-stub.mjsmatched ".npmrc"30
highCredential file accesspackage/dist/cli/install/install-kernel.mjsmatched ".npmrc"30
highCredential file accesspackage/src/cli/install/install-kernel.mjsmatched ".npmrc"30
highCredential file accesspackage/dist/cli/risk/secrets.mjsmatched "aws_secret_access_key"30
highCredential file accesspackage/src/cli/risk/secrets.mjsmatched "aws_secret_access_key"30
mediumRemote Payloadpackage/dist/cli/commands/roadmap.mjsmatched "curl "12
mediumRemote Payloadpackage/src/cli/commands/roadmap.mjsmatched "curl "12
Show all 34 findings (low-signal and informational)
SeverityKindPathDetailPoints
highCredential file accesspackage/dist/cli/install/detached-spawn.mjsmatched ".npmrc"30
highCredential file accesspackage/src/cli/install/detached-spawn.mjsmatched ".npmrc"30
highCredential file accesspackage/dist/cli/install/home-stub.mjsmatched ".npmrc"30
highCredential file accesspackage/src/cli/install/home-stub.mjsmatched ".npmrc"30
highCredential file accesspackage/dist/cli/install/install-kernel.mjsmatched ".npmrc"30
highCredential file accesspackage/src/cli/install/install-kernel.mjsmatched ".npmrc"30
highCredential file accesspackage/dist/cli/risk/secrets.mjsmatched "aws_secret_access_key"30
highCredential file accesspackage/src/cli/risk/secrets.mjsmatched "aws_secret_access_key"30
mediumRemote Payloadpackage/dist/cli/commands/roadmap.mjsmatched "curl "12
mediumRemote Payloadpackage/src/cli/commands/roadmap.mjsmatched "curl "12
lowObfuscationpackage/dist/capture/cdp-adapter.jsmatched "Buffer.from(params.data, 'base64"3
lowObfuscationpackage/dist/cli/output-style/ansi.mjsmatched "\\x1b"3
lowObfuscationpackage/src/cli/output-style/ansi.mjsmatched "\\x1b"3
lowObfuscationpackage/bin/apt-proof-video.mjsmatched "Buffer.from(data, 'base64"3
lowObfuscationpackage/dist/cli/util/banner.mjsmatched "\\x1b"3
lowObfuscationpackage/src/cli/util/banner.mjsmatched "\\x1b"3
lowObfuscationpackage/dist/cli/commands/health-check.mjsmatched "\\x00"3
lowObfuscationpackage/src/cli/commands/health-check.mjsmatched "\\x00"3
lowObfuscationpackage/dist/cli/task/index-md.mjsmatched "\\u25b6"3
lowObfuscationpackage/src/cli/task/index-md.mjsmatched "\\u25b6"3
lowObfuscationpackage/dist/cli/roadmap/render.mjsmatched "\\u25cb"3
lowObfuscationpackage/dist/cli/seeds/render.mjsmatched "\\u0000"3
lowObfuscationpackage/src/cli/roadmap/render.mjsmatched "\\u25cb"3
lowObfuscationpackage/src/cli/seeds/render.mjsmatched "\\u0000"3
lowObfuscationpackage/dist/cli/commands/seed.mjsmatched "\\u0000"3
lowObfuscationpackage/src/cli/commands/seed.mjsmatched "\\u0000"3
lowObfuscationpackage/dist/cli/commands/statusline.mjsmatched "\\x1b"3
lowObfuscationpackage/src/cli/commands/statusline.mjsmatched "\\x1b"3
lowObfuscationpackage/dist/cli/install/update-chips.mjsmatched "\\x1b"3
lowObfuscationpackage/src/cli/install/update-chips.mjsmatched "\\x1b"3
lowObfuscationpackage/dist/cli/seeds/validate.mjsmatched "\\u0000"3
lowObfuscationpackage/src/cli/seeds/validate.mjsmatched "\\u0000"3
lowObfuscationpackage/dist/cli/commands/worktree-install.mjsmatched "fromCharCode"3
lowObfuscationpackage/src/cli/commands/worktree-install.mjsmatched "fromCharCode"3

Manifest

Package metadata

Scripts13
  • buildtsc && node scripts/extract-personas-schema.mjs
  • build-pluginnode scripts/build-plugin.mjs
  • c28:cutovernode scripts/c28-cutover.mjs
  • cleanrm -rf dist
  • devtsc --watch --preserveWatchOutput
  • lintbiome check . --diagnostic-level=error
  • lint:fixbiome check --write . --diagnostic-level=error
  • publish-pluginnode scripts/publish-plugin.mjs
  • publish:verdaccionode scripts/publish-verdaccio.mjs
  • release:verdacciopnpm build && pnpm publish:verdaccio
  • ship:verdaccionpm version patch --no-git-tag-version && pnpm build && pnpm publish:verdaccio
  • testvitest run
  • typechecktsc --noEmit
Dependencies4
  • @clack/prompts^1.2.0
  • proper-lockfile^4.1.2
  • yaml^2.8.3
  • zod^4.3.6
Optional dependencies5
  • @babel/parser^7.29.2
  • @babel/traverse^7.29.0
  • @google/genai^1.50.1
  • css-tree^3.2.1
  • playwright^1.59.1