Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@aura-ai/common

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aura-ai/common

Shared utilities and workflows for Aura AI GTM analysis tools

latest
Source
npmnpm
Version
0.1.4
Version published
Maintainers
1
Created
Source

@aura-ai/common

Shared utilities and workflows for Aura AI GTM (Go-to-Market) analysis tools.

Overview

This package contains the core functionality used by Aura CLI and other Aura AI tools for performing market analysis, competitor research, and GTM positioning. It's designed primarily as a dependency for the Aura CLI tool.

Features

  • Filesystem utilities: File system operations and project analysis
  • AI prompts management: Structured prompts for GTM analysis
  • Workflow engines: Core analysis workflows for positioning and industry analysis
  • Type definitions: Shared TypeScript types across Aura tools
  • Services: AI-powered research and analysis services

Modules

@aura-ai/common/filesystem

File system utilities for reading and analyzing project structures.

@aura-ai/common/prompts

AI prompt templates and management for GTM analysis.

@aura-ai/common/workflows

Core workflow engines for repository analysis and positioning flows.

@aura-ai/common/types

Shared TypeScript type definitions.

@aura-ai/common/services

AI-powered services for research, competitor analysis, and web scraping.

Installation

This package is primarily intended as a dependency for @aura-ai/cli. Install the CLI tool instead:

npm install -g @aura-ai/cli

For development purposes:

npm install @aura-ai/common

Usage

This package is designed to be used internally by Aura tools. For end-user functionality, use the Aura CLI tool:

aura init  # Analyze current directory
aura init --path ./my-project  # Analyze specific project

License

MIT

Keywords

aura

FAQs

Package last updated on 20 Aug 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