
Security News
MCP Community Begins Work on Official MCP Metaregistry
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
CLI to replace HTTP GET on GitHub API with clones.
In GitHub Actions the macOS machines share the same IP range, meaning that users will come against the GitHub quota often. https://github.com/actions/virtual-environments/issues/602
To overcome this issue, use this tool instead of pip install -r
. This tool clone
s rather than GET
s:
https://api.github.com/repos/<org>/<repo>/zipball#egg=<package_name>
https://raw.githubusercontent.com/<org>/<repo>/<branch>/<file>
Additionally, it reuses already cloned repos.
pip install ghapi-conversion
pip install -r requirements.txt
# On Python 2.7, `pip install mock` in order to run the tests without error
pip install -e .
$ python -m ghapi_conversion --help
usage: __main__.py [-h] [--version] (-r FILE | -l LINK)
CLI to replace HTTP GET on GitHub API with clones
optional arguments:
-h, --help show this help message and exit
--version show program's version number and exit
-r FILE, --requirement FILE
Install from the given requirements file. This option
can be used multiple times.
-l LINK, --link LINK Clone instead of HTTPS GET a
`https://api.github.com/repos/<org>/<repo>/zipball` or
`https://raw.githubusercontent.com/<org>/<repo>/<branch
>` link.
ghapi_conversion
does, by self-hosting a proxy serverCC0.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the CC0 license, shall be licensed under CC0, without any additional terms or conditions.
FAQs
CLI to replace HTTP GET on GitHub API with clones
We found that ghapi-conversion demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
Research
Security News
Socket uncovers an npm Trojan stealing crypto wallets and BullX credentials via obfuscated code and Telegram exfiltration.
Research
Security News
Malicious npm packages posing as developer tools target macOS Cursor IDE users, stealing credentials and modifying files to gain persistent backdoor access.