Skip to content

Security: muqsitnawaz/agents-cli

Security

SECURITY.md

Security Policy

Reporting a Vulnerability

If you discover a security vulnerability in agents-cli, please report it responsibly.

Email: security@phnx-labs.com

Please include:

  • A description of the vulnerability
  • Steps to reproduce
  • Potential impact
  • Suggested fix (if any)

We will acknowledge receipt within 48 hours and aim to release a fix within 7 days for critical issues.

Scope

agents-cli runs locally and manages agent CLI binaries, config files, and credentials on your machine. Security-sensitive areas include:

  • Keychain integration (src/lib/secrets.ts) -- stores API keys in the macOS Keychain
  • Shim scripts (src/lib/shims.ts) -- generated shell scripts that route agent commands
  • Cloud dispatch (src/lib/cloud/) -- sends prompts to remote providers via authenticated APIs
  • PTY server (src/lib/pty-server.ts) -- Unix socket server for terminal session management

Supported Versions

We release security fixes for the latest minor version only. Upgrade to the latest version to receive patches.

There aren’t any published security advisories