🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@nanomind/secretless-adapter

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nanomind/secretless-adapter

NanoMind adapter for secretless-ai CLI

latest
Source
npmnpm
Version
0.1.0
Version published
Weekly downloads
1
-80%
Maintainers
1
Weekly downloads
 
Created
Source

@nanomind/secretless-adapter

NanoMind adapter for secretless-ai.

When secretless-ai is invoked with no arguments, this adapter launches NanoMind interactive mode. SECRETS_EXPOSE intent routes to the secretless-ai diagnose workflow.

Install

npm install @nanomind/secretless-adapter

Normally consumed transitively by secretless-ai — direct install is only needed when wiring a custom launcher.

Usage

import { launchSecretlessInteractive } from "@nanomind/secretless-adapter";

await launchSecretlessInteractive(process.argv.slice(2));

Requires

  • @nanomind/cli (peer).
  • A running NanoMind runtime (either inline or via @nanomind/daemon).

License

MIT. Part of the OpenA2A ecosystem.

FAQs

Package last updated on 22 Apr 2026

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