Package evidence
@johnatas-henrique/[email protected]
Remote Payload: matched "raw.githubusercontent.com"
Recommended action
Review before promotingMixed 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":["@johnatas-henrique/[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":["@johnatas-henrique/[email protected]"],"fail_on":"review"}'Why flagged
What the scanner saw
Remote Payload: matched "raw.githubusercontent.com"
Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.
Availability ledger
available
Status history (1 event)
- new → available · risk review · score 31 · status changed
Evidence
Static findings
4 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Remote Payload | package/assets/opencode-hooks.schema.json | matched "raw.githubusercontent.com" | 12 |
| medium | Remote Payload | package/dist/index.mjs | matched "raw.githubusercontent.com" | 12 |
Show all 4 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Remote Payload | package/assets/opencode-hooks.schema.json | matched "raw.githubusercontent.com" | 12 |
| medium | Remote Payload | package/dist/index.mjs | matched "raw.githubusercontent.com" | 12 |
| low | Install-time lifecycle script | package.json | prepare="husky" | 4 |
| low | Obfuscation | package/dist/index.mjs | matched "\\u2192" | 3 |
Manifest
Package metadata
Scripts20
buildtsup --no-config --entry.index=.opencode/plugins/opencode-hooks.ts --out-dir dist --format esm --dts --dts-resolve --clean --tsconfig tsconfig.json --target es2022 --external fs --external path --external @opencode-ai/plugin --external @opencode-ai/sdkcov:ncFORCE_COLOR=1 vitest run --coverage --coverage.skipFull | grep -v '^ ✓*'coverage:reportFORCE_COLOR=1 vitest run --coverage --coverage.reporter=text-summary 2>&1 | grep -A 7 "Coverage summary"formatprettier --write "**/*.ts" --ignore-path .gitignoreformat:checkprettier --check "**/*.ts" --ignore-path .gitignorelinteslint "**/*.ts" --ignore-pattern "node_modules/**" --ignore-pattern "dist/**" --ignore-pattern "coverage/**"lint:fixeslint "**/*.ts" --ignore-pattern "node_modules/**" --ignore-pattern "dist/**" --ignore-pattern "coverage/**" --fixpreparehuskyprepublishOnlynpm run buildstartnode .testvitesttest:allnpm run test:unit && npm run test:integration && npm run test:e2etest:covvitest run --coveragetest:e2ebash test/e2e/session-lifecycle.sh && bash test/e2e/tool-execution.shtest:integrationvitest run test/integration/test:integration:covvitest run test/integration/ --coverage --coverage.skipFulltest:unitvitest run test/unit/test:unit:covvitest run test/unit/ --coverage --coverage.skipFulltypechecktsc --noEmitwatch:covFORCE_COLOR=1 vitest run --coverage 2>&1 | grep -e 'Tests ' -e 'All files' -e '% Stmts'