What happened
When I submit a plugin via https://cursor.directory/plugins/new, the auto-detect (Scan repo) step succeeds, but the security agent then fails the scan with:
Could not clone https://github.com/Continuum-AI-Corp/orcarouter-mcp-server: spawn git ENOENT. Manual review required.
• repository_clone_failed
spawn git ENOENT is Node's child_process.spawn error code for "the git binary isn't on PATH" — i.e. the scanner worker doesn't have git installed.
Reproduction
- Submit https://github.com/Continuum-AI-Corp/orcarouter-mcp-server (public, has a root
.mcp.json)
Scan repo succeeds and pre-fills the form
- After
Submit for Review, the plugin page loads with Flagged by the security agent ... spawn git ENOENT
Edit your plugin → resubmit reproduces the same error (not transient)
The repo clones without issue from any other environment.
Affected listing
What happened
When I submit a plugin via https://cursor.directory/plugins/new, the auto-detect (Scan repo) step succeeds, but the security agent then fails the scan with:
spawn git ENOENTis Node'schild_process.spawnerror code for "thegitbinary isn't on PATH" — i.e. the scanner worker doesn't have git installed.Reproduction
.mcp.json)Scan reposucceeds and pre-fills the formSubmit for Review, the plugin page loads withFlagged by the security agent ... spawn git ENOENTEdit your plugin → resubmitreproduces the same error (not transient)The repo clones without issue from any other environment.
Affected listing