You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added Raintree status and branding badges to README.md.
Added .npmrc with save-exact=true and .nvmrc with Node 22.
Exact-pinned mcp/package.json and web/package.json, added package-manager and Node engine metadata, and refreshed mcp/bun.lock plus web/package-lock.json.
Added root uv.lock and stopped ignoring it so Python dependency resolution is reproducible without changing the library's published dependency ranges.
Added 7-day Dependabot cooldowns for GitHub Actions, pip, npm, and bun ecosystems.
Added central Raintree standard CI for the JS subpackages, pinned to 3256afba6d5c060f8b00f1bbf96887d253b0e9e1, without secrets: inherit because this repo is public and the Socket GitHub App already gates PRs.
Added scheduled/config-triggered central drift check pinned to the same SHA.
uv run --extra all --extra dev pytest -q: WARN. Full local suite had 492 pass / 2 fail, both in benchmark throughput thresholds. The same two benchmark tests pass when run in isolation on this branch, and also pass in isolation on a clean origin/main worktree. Treat as local load-sensitive performance threshold pending remote CI.
Blockers / NEEDS-HUMAN
NEEDS-HUMAN: confirm whether Python runtime dependency ranges should remain broad for PyPI compatibility. This PR adds uv.lock instead of exact-pinning published library requirements.
NEEDS-HUMAN: watch remote CI for the full pytest matrix; local full-suite failure was limited to benchmark throughput thresholds under local load.
Next steps: Take a moment to review the security alert above. Review
the linked package source code to understand the potential risk. Ensure the
package is not malicious before proceeding. If you're unsure how to proceed,
reach out to your security team or ask the Socket team for help at
support@socket.dev.
Suggestion: Packages should not obfuscate their code. Consider not using packages with obfuscated code.
Mark the package as acceptable risk. To ignore this alert only
in this pull request, reply with the comment
@SocketSecurity ignore npm/next@16.2.6. You can
also ignore all packages with @SocketSecurity ignore-all.
To ignore an alert for all future pull requests, use Socket's Dashboard to
change the triage state of this alert.
Warn
Obfuscated code: npm scheduler is 90.0% likely obfuscated
Next steps: Take a moment to review the security alert above. Review
the linked package source code to understand the potential risk. Ensure the
package is not malicious before proceeding. If you're unsure how to proceed,
reach out to your security team or ask the Socket team for help at
support@socket.dev.
Suggestion: Packages should not obfuscate their code. Consider not using packages with obfuscated code.
Mark the package as acceptable risk. To ignore this alert only
in this pull request, reply with the comment
@SocketSecurity ignore npm/scheduler@0.25.0. You can
also ignore all packages with @SocketSecurity ignore-all.
To ignore an alert for all future pull requests, use Socket's Dashboard to
change the triage state of this alert.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
docpull Raintree Standardization Report
PR
raintree-technology/docpullchore/raintree-standardmaina7053f93256afba6d5c060f8b00f1bbf96887d253b0e9e1Classification
docpull.mcp/: Bun/TypeScript internal MCP lab.web/: npm/Next.js marketing site.Changes
README.md..npmrcwithsave-exact=trueand.nvmrcwith Node 22.mcp/package.jsonandweb/package.json, added package-manager and Node engine metadata, and refreshedmcp/bun.lockplusweb/package-lock.json.uv.lockand stopped ignoring it so Python dependency resolution is reproducible without changing the library's published dependency ranges.3256afba6d5c060f8b00f1bbf96887d253b0e9e1, withoutsecrets: inheritbecause this repo is public and the Socket GitHub App already gates PRs.Local Checks
uv lock: PASS.bun install --frozen-lockfile && bun run typecheckinmcp/: PASS.npm ci && npm run typecheckinweb/: PASS.npm run buildinweb/: PASS.uv run --extra dev ruff check .: PASS.uv run --extra dev ruff format --check .: PASS.uv run --extra all --extra dev mypy src: PASS.node /tmp/raintree-standardization/.github/scripts/check-pinned-deps.mjs: PASS at root,mcp/, andweb/.STANDARD_DIR=/tmp/raintree-standardization/.github bash /tmp/raintree-standardization/.github/scripts/drift-check.sh: PASS.gitleaks detect --source . --redact --exit-code 1: PASS, 163 commits scanned, no leaks.git diff --check: PASS.uv run --extra all --extra dev pytest -q: WARN. Full local suite had 492 pass / 2 fail, both in benchmark throughput thresholds. The same two benchmark tests pass when run in isolation on this branch, and also pass in isolation on a cleanorigin/mainworktree. Treat as local load-sensitive performance threshold pending remote CI.Blockers / NEEDS-HUMAN
uv.lockinstead of exact-pinning published library requirements.Changed Paths
.github/dependabot.yml.github/workflows/drift-check.yml.github/workflows/raintree-ci.yml.gitignore.npmrc.nvmrcREADME.mdmcp/bun.lockmcp/package.jsonuv.lockweb/package-lock.jsonweb/package.json