
Research
Namastex.ai npm Packages Hit with TeamPCP-Style CanisterWorm Malware
Malicious Namastex.ai npm packages appear to replicate TeamPCP-style Canister Worm tradecraft, including exfiltration and self-propagation.
@glideapps/uapi
Advanced tools
CLI tool for managing local development of unified API services.
npm install -g @glideapps/uapi
# From the packages/uapi directory
npm install
npm run build
npm link
| Command | Description |
|---|---|
uapi services:list | List all available services |
uapi services:register | Register new service with full integration setup |
uapi services:add-routes <service> | Add new routes to existing service |
uapi services:deregister <service> | Deregister service from configuration |
| Command | Description |
|---|---|
uapi api:start | Start the Envoy API proxy |
uapi api:stop | Stop the Envoy API proxy |
uapi api:regenerate | Regenerate API configuration and routes |
uapi api:restitch | Merge OpenAPI specifications into unified spec |
# List all available services
uapi services:list
# Register a new service (full onboarding workflow)
uapi services:register
# Start the API gateway
uapi api:start
# Stop the API gateway
uapi api:stop
# Add routes to existing service
uapi services:add-routes my-service
# Regenerate API configuration after changes
uapi api:regenerate
# Merge OpenAPI specs into unified specification
uapi api:restitch
The uapi services:register command provides a complete onboarding experience:
Services are configured in services.yaml. The tool automatically searches for this file in the current directory or any parent directory.
services:
my_service:
repository: https://github.com/org/my-service
openapi_spec: openapi.yaml
service_owner: org/team-name
routes:
- /api/v1/my-service
- /my-service
development:
build_command: npm install # Optional
run_command: npm run dev
hosts:
localhost:
host: host.docker.internal
port: 8080
timeout: 30s
health_check_path: /health
openapi/{service-name}.ymlopenapi/unified-spec.yml# Install dependencies
npm install
# Run in development mode
npm run dev -- services:list
# Build for distribution
npm run build
# Test built version
node dist/cli.js services:list
MIT
FAQs
CLI tool for managing local development of unified API services
We found that @glideapps/uapi demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 28 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.

Research
Malicious Namastex.ai npm packages appear to replicate TeamPCP-style Canister Worm tradecraft, including exfiltration and self-propagation.

Product
Explore exportable charts for vulnerabilities, dependencies, and usage with Reports, Socket’s new extensible reporting framework.

Product
Socket for Jira lets teams turn alerts into Jira tickets with manual creation, automated ticketing rules, and two-way sync.