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

@eldrex/personas

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@eldrex/personas

Personality engine for DevDiff — AI output formatting and tones

latest
npmnpm
Version
1.0.6
Version published
Maintainers
1
Created
Source

@eldrex/personas

Code analysis personas for DevDiff — customize the voice and focus of generated changelogs

npm version Socket Score License: MIT

Overview

@eldrex/personas provides a collection of pre-configured AI analysis profiles for DevDiff. It adapts the output changelog based on the target audience (e.g., developers, product managers, security auditors, or marketing).

Installation

npm install @eldrex/personas

Quick Start

import { getPersonaPrompt } from "@eldrex/personas";

const systemPrompt = getPersonaPrompt("product-manager");

Available Personas

  • developer: Deep technical analysis focused on refactoring, architecture, and API surface changes.
  • product-manager: High-level, value-oriented summaries focused on user features, bugs fixed, and product impact.
  • security-auditor: Security-centric view highlighting risk changes, permission changes, secrets, and CVE fixes.
  • general: A balanced summary suitable for team updates.

🔒 Security & Privacy

This package is a pure metadata and template definition package. It has:

  • No network access
  • No shell command execution
  • No file system access

All data processing remains entirely local.

License

MIT © DevDiff Contributors

FAQs

Package last updated on 06 Jul 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