Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

ancc

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ancc

Endpoint proxy server with web dashboard

npmnpm
Version
0.1.2
Version published
Weekly downloads
10
100%
Maintainers
1
Weekly downloads
 
Created
Source

AICC

AI endpoint proxy with web dashboard.

Install

npm install -g aicc

Usage

aicc                    # Start server, open dashboard
aicc --port 8080        # Custom port
aicc --no-browser       # Don't open browser
aicc --help             # Show help

Dashboard: http://localhost:3000/dashboard

Development

npm install
npm run dev

Build & Publish

# Build standalone
npm run build:standalone

# Test locally
npm link
aicc --help

# Publish to npm
npm login
npm publish

Data

User data stored at:

  • macOS/Linux: ~/.aicc/db.json
  • Windows: %APPDATA%/aicc/db.json

FAQs

Package last updated on 24 Dec 2025

Did you know?

Socket

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.

Install

Related posts