
Security News
US Government Forces Anthropic to Pull Claude Fable Days After Launch
Anthropic says the directive cited national security concerns over a narrow jailbreak, but offered no specific technical details.
@agenshield/daemon
Advanced tools
AgenShield daemon is a Fastify-based HTTP service that exposes the management API and (optionally) serves the embedded UI. It is separate from the broker: this daemon focuses on control-plane operations, status, and UI interactions.
src/main.ts - Entry point, PID file handling, and server startup.src/server.ts - Fastify server setup + static UI serving.src/routes/* - HTTP endpoints and SSE routes.src/auth/* - Passcode hashing, session manager, auth middleware.src/config/* - Config loader and defaults.src/state/* - Persistent state file management.src/vault/* - Encrypted vault for tokens/secrets.src/watchers/* - Background watchers (security status).src/events/* - Event emitter feeding SSE.Base prefix is /api (see @agenshield/ipc constants).
Core endpoints:
GET /api/health - Health check.GET /api/status - Daemon status + version.GET /api/config - Current config.PUT /api/config - Update config.GET /api/security - Security status snapshot.Wrappers:
GET /api/wrappers - List available wrappers.GET /api/wrappers/:name - Wrapper details + generated content.GET /api/wrappers/status - Installed status.POST /api/wrappers/install - Install wrappers.DELETE /api/wrappers/:name - Uninstall wrapper.PUT /api/wrappers/:name - Update wrapper.POST /api/wrappers/custom - Add a custom wrapper.DELETE /api/wrappers/custom/:name - Remove a custom wrapper.POST /api/wrappers/sync - Sync wrapper set based on policy.POST /api/wrappers/regenerate - Regenerate installed wrappers.Auth:
GET /api/auth/statusPOST /api/auth/setupPOST /api/auth/unlockPOST /api/auth/lockPOST /api/auth/changePOST /api/auth/refreshPOST /api/auth/enablePOST /api/auth/disableAgenCo:
POST /api/agenco/auth/startPOST /api/agenco/auth/callbackGET /api/agenco/auth/statusPOST /api/agenco/auth/logoutPOST /api/agenco/tool/runGET /api/agenco/tool/listGET /api/agenco/tool/searchGET /api/agenco/integrationsGET /api/agenco/integrations/connectedPOST /api/agenco/integrations/connectSSE:
GET /sse/events?token=...GET /sse/events/:filter?token=...Authorization: Bearer <token> or ?token=... for SSE.~/.agenshield/config.json~/.agenshield/state.json~/.agenshield/vault.enc (encrypted with machine-bound key)Defaults are defined in @agenshield/ipc and src/config/defaults.ts.
@agenshield/sandbox (macOS-specific)./Users/clawagent/bin./health.# Run directly
npx tsx libs/shield-daemon/src/main.ts
# Build
npx nx build shield-daemon
src/routes/ and register in src/routes/index.ts.src/auth/middleware.ts if new endpoints need protection.@agenshield/ipc types.src/events/emitter.ts for UI reactivity.startServer() starts the security watcher; remember to stop it on shutdown.ui-assets (prod) or dist/apps/shield-ui (dev).src/config/loader.ts (JSON + Zod).FAQs
AgenShield HTTP daemon server with embedded UI
The npm package @agenshield/daemon receives a total of 6 weekly downloads. As such, @agenshield/daemon popularity was classified as not popular.
We found that @agenshield/daemon demonstrated a healthy version release cadence and project activity because the last version was released less than 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
Anthropic says the directive cited national security concerns over a narrow jailbreak, but offered no specific technical details.

Security News
A network of 152 Chrome live wallpaper extensions hid ad tracking and made extension-driven traffic look like Google search clicks.

Company News
Socket’s first CISO brings deep experience securing high-growth SaaS companies as open source supply chain threats accelerate.