
Security News
AI Agent Submits PR to Matplotlib, Publishes Angry Blog Post After Rejection
After Matplotlib rejected an AI-written PR, the agent fired back with a blog post, igniting debate over AI contributions and maintainer burden.
A utility to interact with remote repositories seamlessly. Supports fetching remotes, getting references/tags/branches from either the remote or the local copy, and copying files. The purpose of this is as a basis for normalize-proxy and perhaps could be used for any package management utility.
Where the repositories are cloned to.
Create a new instance. Currently supported remotes are:
github - set your optional GitHub credentials as the GLITTER_GITHUB environmental variablegit clone
Clone the remote repository locally. Does not check whether the repository has already been cloned.
Checks whether a repository is installed.
git fetch -f --all
Update all the branches and references of the local copy.
updated is whether any references were updated.
git show
Lookup a commit sha from a reference.
If remote is true, will .update() from the origin if no references are found.
This requires a local copy of the repository to be installed.
git archive <reference> | tar -x -C <folder>
Copy the repository at reference to folder.
Requires a local copy.
git ls-remote and git show-ref
Gets all HEAD and tag references,
References is an array of references of the form [<name>, <commit sha>].
If remote is true, gets the references directly from the remote.
.getReferences(remote), but only HEAD references are returned.
.getReferences(remote), but only tags are returned.
.getTags(remote), except only valid semantic versions are returned.
Optionally, you may return only loose semantic versions.
FAQs
git abstraction
The npm package glitter receives a total of 6 weekly downloads. As such, glitter popularity was classified as not popular.
We found that glitter demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers 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
After Matplotlib rejected an AI-written PR, the agent fired back with a blog post, igniting debate over AI contributions and maintainer burden.

Security News
HashiCorp disclosed a high-severity RCE in next-mdx-remote affecting versions 4.3.0 to 5.x when compiling untrusted MDX on the server.

Security News
Security researchers report widespread abuse of OpenClaw skills to deliver info-stealing malware, exposing a new supply chain risk as agent ecosystems scale.