PkgRadar

Package evidence

@foundation0/[email protected]

Tls Verification Disabled: matched "--insecure"

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
224
Versions published
20
First published
Feb 2026
Publisher
markopolojarvi

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":["@foundation0/[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":["@foundation0/[email protected]"],"fail_on":"review"}'
Artifact bytes130,328
Previous version1.4.1
Published2026-06-20T10:03:25.223Z
SHA-2567068357e3fffb6efc5526b4f84b2bdcc5bdf3be954209c052b7825c14efe43e9

Why flagged

What the scanner saw

Tls Verification Disabled: matched "--insecure"

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumTls Verification Disabledpackage/src/git-service-feature-spec.generated.tsmatched "--insecure"12
Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumTls Verification Disabledpackage/src/git-service-feature-spec.generated.tsmatched "--insecure"12
lowCredential file accesspackage/gitea-swagger.jsonmatched "aws_access_key"3

Manifest

Package metadata

Scripts9
  • deploypnpm prepublishOnly && pnpm publish --access public --no-git-checks
  • fetch:gitea-swaggerbun run ./scripts/fetch-gitea-swagger.mjs
  • generate:git-specbun run ./scripts/extract-git-spec.mjs
  • mcpbun run ./mcp/src/cli.ts
  • testbunx vitest run
  • test:coveragebunx vitest run --coverage
  • version:majorpnpm version major --no-workspaces
  • version:minorpnpm version minor --no-workspaces
  • version:patchpnpm version patch --no-workspaces
Dependencies2
  • @modelcontextprotocol/sdk^1.13.0
  • zod^3.24.1