GitShow/oven-sh/bun-pypi
oven-sh

bun-pypi

Bun distribution for PyPI

by oven-sh
Star on GitHubFork

Python

3 stars0 forks1 contributorQuiet · 8mo agoSince 2026MIT

Languages

View on GitHub →
Python98.1%
Shell1.9%

Commit activity

Last 12 weeks · 0 commits

Full graph →

Community health

2 of 6 standards met

Community profile →
50
✓README✓License○Contributing○Code of Conduct○Issue Template○PR Template

Recent fixes

View closed PRs →
arpitjain099
ci: declare contents:read on CI workflowMergedPR

Pins to at workflow scope. The three jobs (, , ) run , + pytest across an OS/Python matrix, and + upload-artifact. No registry push, no GitHub API write. Defense-in-depth motivation is the CVE-2025-30066 precedent: a compromised third-party action (e.g. , , both used here) runs inside the existing job context and exfiltrates the workflow via build logs. Pinning the workflow to read-only caps the blast radius. Style matches the workflow-level block already in . YAML validated locally with .

arpitjain099 · 1mo ago
arpitjain099
ci: restrict ci workflow permissions to read-onlyMergedPR

I work on software supply chain security and have been hardening GitHub Actions workflows across OSS projects. Each of these workflows runs without a top-level block, so its inherits the repository (or org) default, which is frequently read/write for all scopes. This PR sets at the workflow level for , which is all these jobs need (checkout plus the build/test steps). Scoping the token to read-only shrinks what a compromised step or dependency can do, a concern made concrete by the March 2025 compromise (CVE-2025-30066), where a leaked write-scoped was the blast radius. No job behavior changes; the steps already only read the repository.

arpitjain099 · 3mo ago
Structured data for AI agents

Repository: oven-sh/bun-pypi. Description: Bun distribution for PyPI Stars: 3, Forks: 0. Primary language: Python. Languages: Python (98.1%), Shell (1.9%). License: MIT. Open PRs: 0, open issues: 0. Last activity: 8mo ago. Community health: 50%.

·@ofershap

Replace github.com with gitshow.dev