Contents
Overview
RepoRemedy aims to lower the barrier to software engineering best practices in open-source repositories. It will turn RepoAuditor text and OpenSSF Scorecard JSON findings into reviewable issues and pull requests.
How to use RepoRemedy
Read an existing report and write normalized findings and source provenance as JSON:
RepoRemedy inspect report.json --report-type ossf-scorecard --repo acme/demo
RepoRemedy inspect report.txt --report-type repoauditor --repo https://github.gatech.edu/sse-center/sse-resources
Use RepoRemedy inspect --help for inspection options and RepoRemedy --version for the installed
version. OWNER/REPO means GitHub.com; use an HTTPS URL or HOST/OWNER/REPO for
GitHub Enterprise. Enterprise hosts are retained in the output and Scorecard scan
matching, including non-default HTTPS ports.
Gather context and create concrete remedy proposals from an audit report:
RepoRemedy propose report.json --report-type ossf-scorecard --repo OWNER/REPO > proposals.json
propose reads the audited commit when recorded, otherwise main. Use --ref main
or a full commit SHA to select a revision explicitly. It resolves catalog inputs
and renders an issue or an eligible draft PR, including file contents and diffs.
Missing inputs and blocked proposals remain visible. Publication is a separate,
planned publish step; propose makes no GitHub changes.
See proposing remedies for authentication, collected context, maintainer inputs, PR guards and the saved proposal contract.
Installation
| Installation Method | Command |
|---|---|
| Via uv | uv add RepoRemedy |
| Via pip | pip install RepoRemedy |
Verifying Signed Artifacts
Artifacts are signed and verified using py-minisign and the public key in the file ./minisign_key.pub.
To verify that an artifact is valid, visit the latest release and download the .minisign signature file that corresponds to the artifact, then run the following command, replacing <filename> with the name of the artifact to be verified:
uv run --with py-minisign python -c "import minisign; minisign.PublicKey.from_file('minisign_key.pub').verify_file('<filename>'); print('The file has been verified.')"
Development
Please visit Contributing and Development for information on contributing to this project.
Additional Information
Additional information can be found at these locations.
| Title | Document | Description |
|---|---|---|
| Code of Conduct | CODE_OF_CONDUCT.md | Information about the norms, rules, and responsibilities we adhere to when participating in this open source community. |
| Contributing | CONTRIBUTING.md | Information about contributing to this project. |
| Development | DEVELOPMENT.md | Information about development activities involved in making changes to this project. |
| Governance | GOVERNANCE.md | Information about how this project is governed. |
| Maintainers | MAINTAINERS.md | Information about individuals who maintain this project. |
| Security | SECURITY.md | Information about how to privately report security issues associated with this project. |
License
RepoRemedy is licensed under the MIT license.
Release files for reporemedy 0.1.13
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| reporemedy-0.1.13.tar.gz | 43.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| reporemedy-0.1.13-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 104.5 kB
Release files / reporemedy-0.1.13.tar.gz
| Download URL | reporemedy-0.1.13.tar.gz |
|---|---|
| Size | 43.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
17f68fc3c9f5a6f0590209d7fd9edb5b27ae284ca1553529129f311c0eece87a
|
|
BLAKE2b-256 checksum How to use checksums |
627378f839dfce7e4abe26b52284daf2c21d6a50f7406b244face9a7c1d4c6fb
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
uv/0.12.17 {"installer":{"name":"uv","version":"0.12.17","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
|
Release files / reporemedy-0.1.13-py3-none-any.whl
| Download URL | reporemedy-0.1.13-py3-none-any.whl |
|---|---|
| Size | 60.7 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
94e48566603906f62f957f2d9a4019c56de4748b7b05a8d4ae258fac724b52d1
|
|
BLAKE2b-256 checksum How to use checksums |
456bb3e0f104f7de00ce3d58f3ab553884223d87d6003bcca53a59c0fed17c02
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
uv/0.12.17 {"installer":{"name":"uv","version":"0.12.17","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
|