Skip to content

Security: nodealchemy/powernode-platform

Security

SECURITY.md

Security Policy

We take security seriously. This document covers how to report vulnerabilities in the Powernode platform and what to expect from us in response.

Reporting a vulnerability

Do not report security vulnerabilities through public GitHub issues, X, or any other public channel. Public reports give attackers a window between disclosure and patch availability that we can't shorten.

Email security@nodealchemy.com with:

  • Description of the vulnerability + components affected
  • Steps to reproduce (proof-of-concept welcome but not required)
  • Impact assessment (data exposure, privilege escalation, denial of service, etc.)
  • Your name + affiliation if you'd like attribution after the fix ships

You can expect:

  • Acknowledgment within 48 hours of receipt
  • A coordinated-disclosure timeline proposal within 5 business days
  • Weekly status updates during active investigation

Coordinated disclosure

  1. You report privately to security@nodealchemy.com
  2. We investigate, develop + verify a fix, and assign a CVE if warranted
  3. We release the fix + publish a security advisory on the repo
  4. You may publish your write-up after the advisory ships

We aim for a 90-day disclosure window from initial report but can negotiate based on complexity. We won't pursue legal action against good-faith security research that follows this policy.

Scope

In scope:

  • Rails API (server/) — authentication, permissions, multi-provider LLM routing, knowledge graph, RAG pipeline, MCP tool surface
  • Sidekiq worker (worker/) — background job processing, scheduled jobs
  • React/TypeScript frontend (frontend/) — operator UI and public marketing surface
  • AI agent autonomy controls — kill switch, intervention policies, approval chains, behavioral fingerprinting
  • MCP server (api/v1/mcp/) — tool-action surface, session lifecycle
  • DevOps pipelines + step execution
  • Stripe / PayPal payment processing where present
  • Extension contract — the boundary between platform core and extensions/* submodules
  • Vault credential lifecycle (storage, rotation, transit encryption)

Out of scope:

  • Vulnerabilities in third-party dependencies — please report to the upstream project first; we'll address our exposure after the upstream fix is available
  • Issues requiring physical access to a deployed server
  • Theoretical attacks without practical exploitability
  • Findings from automated scanners without manual verification
  • Self-XSS or social-engineering-only attacks
  • Misconfigurations of operator-controlled settings

Supported versions

Version Supported
develop branch Active development; security fixes land here first
Most recent tagged release Critical + high-severity fixes backported
Older tags Please upgrade to the latest tag

Acknowledgments

Security researchers who responsibly disclose vulnerabilities through this process are credited in the resulting advisory unless they prefer anonymity. We don't currently run a paid bug bounty.

Per-extension security policies live in each extension's SECURITY.md (e.g., extensions/system/SECURITY.md covers the on-node agent, module supply chain, federation, and SDWAN surfaces).

There aren't any published security advisories