
Security News
AI Agent Lands PRs in Major OSS Projects, Targets Maintainers via Cold Outreach
An AI agent is merging PRs into major OSS projects and cold-emailing maintainers to drum up more work.
Continuously release from git repos into a github-style directory structure.
Due to a current limitation of juliangruber/pushover tags have to be pushed seperately
var Contre = require('contre');
var http = require('http');
var contre = Contre({
from : __dirname + '/repos',
to : __dirname + '/static'
});
http.createServer(contre.handle()).listen(3000);
Or in an empty directory:
$ contre 3000
contre listening on port 3000
Now push some repo with a file foo.txt to contre:
$ git push http://localhost:3000/test.git master
$ git push --tags http://localhost:3000/test.git
...
$ ls repos
test.git
$ tree static
static/
└── test
├── master
│ └── foo.txt
└── 0.0.1
└── foo.txt
Tadaa!
$ npm install contre
$ npm install -g contre
Required opts:
from: Directory that contains all reposto: Directory in which the repos will be laid out in a github-style
directory structureReturns an EventEmitter that emits a release-event whenever it is pushed to.
Returns a new request handler to be passed to http.createServer() that does
all the stuff.
Used internally by Contre#handle(). Use this if you need to do more on each
push/tag. See examples/custom.
push/tag must come directly from pushover
(MIT)
Copyright (c) 2012 <julian@juliangruber.com>
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
FAQs
Continuously release git repos into github-style directories
The npm package contre receives a total of 0 weekly downloads. As such, contre popularity was classified as not popular.
We found that contre demonstrated a not healthy version release cadence and project activity because the last version was released 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
An AI agent is merging PRs into major OSS projects and cold-emailing maintainers to drum up more work.

Research
/Security News
Chrome extension CL Suite by @CLMasters neutralizes 2FA for Facebook and Meta Business accounts while exfiltrating Business Manager contact and analytics data.

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.