
Security News
OpenClaw Skill Marketplace Emerges as Active Malware Vector
Security researchers report widespread abuse of OpenClaw skills to deliver info-stealing malware, exposing a new supply chain risk as agent ecosystems scale.
solomon-v3-stories
Advanced tools
## Mailchimp Integration Testing ### Testing In Preview To test the end-to-end integration of API & Mailchimp you should deploy to preview and point your demo/preview Solomon app to the preview stories api. - On your WIP branch find and replace `solomon-v
To test the end-to-end integration of API & Mailchimp you should deploy to preview and point your demo/preview Solomon app to the preview stories api.
solomon-v3-stories:latest in package.json with solomon-v3-stories:preview & save the file.npm run dockerBuildAndDeployconfig for the app you're going to test e.g. solomon-v3-demo
solomonStoriesApi.host to https://solomon-v3-stories-preview.azurewebsites.net/apimodules.mailchimp.enabled: trueIt is VERY difficult to test locally. As well as the incomplete steps below, the redirect url in the mailchimp account where the application is registered (Main Solomon) needs to exactly match the redirect url passed (ngrok in this case) You also need to make sure you're mapping/forcing the correct host database & config database
run ngrok forwarding port 3000
cd FOLDER_CONTAINING_NGROK
./ngrok http 3000
take the resulting http address and enter it into your local solomon-v3-ui environment file under APP.solomonConfig.apis.solomonStoriesApi.host e.g.
solomonStoriesApi: {
host: 'https://c4f8-81-104-239-27.ngrok.io/api'
}
.env in this stories api repo has the HOSTNAME_OVERRIDE set e.g. HOSTNAME_OVERRIDE=v3.mysolomon.co.uk matches V3 api server used in solomonApi in v3-ui environment.js
e.g.apis: {
solomonApi: {
host: 'https://solomon-v3-api-demo.azurewebsites.net'
}
}
.env make sure to use a testing mailchimp app's client id & secret.
If you were to try test locally using the live main solomon mailchimp app's credentials you would have to edit that to redirect to your ngrok address - affecting all live use. So you need to create a testing app. We have one under the development account for nathan@mysolomon.co.uk.Go to the testing mailchimp account's app settings and enter the Redirect Uri to your newly created ngrok address plus /api/mailchimp/callback e.g. http://1b8d-188-28-168-239.ngrok.io/api/mailchimp/callback
In stories api /env file set MAILCHIMP_REDIRECT_URL to the same ngrok address as you used in the previous step on the mailchimp app settings http://1b8d-188-28-168-239.ngrok.io/api/mailchimp/callback
Make sure to enable mailchimp module in your locally served ui app...
modules: {
mailchimp: {
enabled: true,
}
}
...in the environment.js
ember s from local v3-ui
FAQs
## Mailchimp Integration Testing ### Testing In Preview To test the end-to-end integration of API & Mailchimp you should deploy to preview and point your demo/preview Solomon app to the preview stories api. - On your WIP branch find and replace `solomon-v
The npm package solomon-v3-stories receives a total of 0 weekly downloads. As such, solomon-v3-stories popularity was classified as not popular.
We found that solomon-v3-stories 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
Security researchers report widespread abuse of OpenClaw skills to deliver info-stealing malware, exposing a new supply chain risk as agent ecosystems scale.

Security News
Claude Opus 4.6 has uncovered more than 500 open source vulnerabilities, raising new considerations for disclosure, triage, and patching at scale.

Research
/Security News
Malicious dYdX client packages were published to npm and PyPI after a maintainer compromise, enabling wallet credential theft and remote code execution.