
Security News
Federal Audit Finds NIST Wasted Funds With No Plan to Clear NVD Backlog
Federal audit finds NIST lacked a plan to clear the NVD backlog, wasted funds on duplicate work, and delayed use of CISA data.
@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
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
Federal audit finds NIST lacked a plan to clear the NVD backlog, wasted funds on duplicate work, and delayed use of CISA data.

Research
/Security News
A mini Shai-Hulud campaign compromised Red Hat Cloud Services npm packages to steal developer and CI/CD secrets during installation.

Research
/Security News
The North Korean malware loader hides in a Packagist-listed package and its GitHub branch to fetch and execute remote code in a likely Contagious Interview-style lure.