
Company News
Socket Partners with Replit to Block Malicious Packages in AI-Powered Development
Replit is integrating Socket Firewall into its AI-powered development experience to help protect builders from malicious open source packages.
@prosopo/cli
Advanced tools
The Provider CLI is used to manage and run a Prosopo Procaptcha Provider instance. It can start the Provider API server, manage datasets, register site keys, and run scheduled maintenance tasks.
The CLI is intended to be used from within the Prosopo Provider container image. A bundled version is available in the container.
node ./dist/cli.js --api
Start with admin endpoints enabled:
node ./dist/cli.js --api --adminApi
Start in development mode (watches .env for changes and hot-restarts):
node ./dist/cli.js --api --dev
Load a captcha dataset into the provider database:
node ./dist/cli.js provider_set_data_set --file /path/to/dataset.json
node ./dist/cli.js site_key_register <sitekey> <tier>
Or register via an API call to another provider:
node ./dist/cli.js site_key_register_api <sitekey> <tier>
Create indexes on the internal database:
node ./dist/cli.js ensure_indexes
Create indexes on the external captcha database:
node ./dist/cli.js ensure_external_indexes
node ./dist/cli.js store_captchas # Store captcha records externally
node ./dist/cli.js update_spam_email_domains # Update spam email domain blocklist
node ./dist/cli.js migrate_abuser_score_threshold # Run database migration
node ./dist/cli.js version # Print the software version
--api Start the Provider API server [boolean] [default: false]
--adminApi Enable admin API endpoints [boolean] [default: false]
--help Show help [boolean]
--version Show version number [boolean]
FAQs
CLI for Prosopo Provider
The npm package @prosopo/cli receives a total of 258 weekly downloads. As such, @prosopo/cli popularity was classified as not popular.
We found that @prosopo/cli demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 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.

Company News
Replit is integrating Socket Firewall into its AI-powered development experience to help protect builders from malicious open source packages.

Security News
npm confirmed a tooling bug incorrectly marked several one-character packages as security holders and said it was working on a rollback.

Research
/Security News
Newer packages in this compromise use native extensions and .pth loaders to execute JavaScript stealers in developer environments.