Sign In

@nanomind/cli

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nanomind/cli

NanoMind unified CLI entry point — interactive AI-powered security assistant

latest
Source
npmnpm
Version
0.1.2
Version published
Maintainers
1
Created
Source

@nanomind/cli

NanoMind interactive CLI — AI-powered security assistant for HackMyAgent, secretless-ai, and OpenA2A tools.

Install

npm install @nanomind/cli

Usage

When integrated into a CLI tool, NanoMind launches when the tool is run with no arguments:

hma          # launches NanoMind interactive mode
hma --help   # traditional help (NanoMind never intercepts --help)
hma secure   # runs scan directly (NanoMind doesn't intercept commands)

Interactive Session

hma > scan this project
  > Running: hma secure .

hma > why is my agent level 2
  Your agent is trust level 2 because:
    Missing: Build attestation (+80 pts)
    Fix: Add opena2a/build-action to your CI

hma > generate a github action
  [generates workflow YAML]

Features

  • 16 intent types (scan, fix, explain, trust query, attestation, etc.)
  • Prompt injection detection on piped input
  • 9 CI/CD artifact generators
  • Session context (follow-up questions)
  • Skill level adaptation

License

MIT

Keywords

nanomind

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