
Security News
Cline CLI npm Package Compromised via Suspected Cache Poisoning Attack
A compromised npm publish token was used to push a malicious postinstall script in cline@2.3.0, affecting the popular AI coding agent CLI with 90k weekly downloads.
@stigg/sidecar
Advanced tools
Stigg Sidecar is a tiny service that runs alongside the main application, acting as a proxy between the host and the Stigg API, while ensuring low latency entitlement checks, handles caching and provides simplified access to real-time data.
The benefits of deploying the Sidecar:

Login to AWS ECR:
aws ecr-public get-login-password --region us-east-1 | docker login --username AWS --password-stdin public.ecr.aws/stigg
Run the service:
docker run --rm --name stigg-sidecar --memory=1gb --cpus="1" \
--publish=80:80 --publish=8080:8080 \
-e SERVER_API_KEY="<SERVER_API_KEY>" \
public.ecr.aws/stigg/sidecar:latest
| Environment Variable | Type | Default | Description |
|---|---|---|---|
SERVER_API_KEY | String* | Environment server API key | |
API_URL | String | https://api.stigg.io | Stigg API address URL |
EDGE_ENABLED | Boolean | 1 | Edge API enabled |
EDGE_API_URL | String | https://edge.api.stigg.io | Edge API URL |
WS_ENABLED | Boolean | 1 | Websocket enabled |
WS_URL | String | wss://api.stigg.io | Websocket API URL |
REDIS_ENVIRONMENT_PREFIX | String | Identifier of the environment. If provided, Redis cache will be used. | |
REDIS_HOST | String | localhost | Redis host address |
REDIS_PORT | Number | 6379 | Port of your redis |
REDIS_DB | Number | 0 | DB identifier to use when writing to Redis |
REDIS_USERNAME | String | Redis username | |
REDIS_PASSWORD | String | Redis password | |
REDIS_KEYS_TTL_IN_SECS | Number | 7 * 24 * 60 * 60 | Time for entitlements to be cached, in milliseconds |
GRPC_PORT | Number | 80 | Service port (HTTP/2) |
PORT | Number | 8443 | Deprecated TLS service port (HTTP/2 TLS) |
METRICS_PORT | Number | 8080 | Metrics and health endpoints port (HTTP/1) |
ENTITLEMENTS_FALLBACK | String | `` | Fallback entitlements in a JSON string format. |
HEALTH_ENDPOINT_URL | String | livez | Health endpoint URL |
READY_ENDPOINT_URL | String | readyz | Ready endpoint URL |
OFFLINE | Boolean | Enable offline mode for local development | |
ENTITLEMENTS_TIMEOUT | Number | 10 * 1000 | Entitlements request timeout in milliseconds |
*Required fields
The service exposes health and metrics endpoints on HTTP server (default port 8080).
GET /livezReturns 200 if the service is alive.
Healthy response: {"status":"UP"}
GET /readyzReturns 200 if the service is ready.
Healthy response: { "status": "UP" }
GET /metricsReturns Prometheus metrics in text format.
FAQs
Stigg sidecar
The npm package @stigg/sidecar receives a total of 236 weekly downloads. As such, @stigg/sidecar popularity was classified as not popular.
We found that @stigg/sidecar demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 32 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
A compromised npm publish token was used to push a malicious postinstall script in cline@2.3.0, affecting the popular AI coding agent CLI with 90k weekly downloads.

Product
Socket is now scanning AI agent skills across multiple languages and ecosystems, detecting malicious behavior before developers install, starting with skills.sh's 60,000+ skills.

Product
Socket now supports PHP with full Composer and Packagist integration, enabling developers to search packages, generate SBOMs, and protect their PHP dependencies from supply chain threats.