Skip to content

Security: Phatfella/AIEP-HUB

Security

SECURITY.md

Security Policy

Supported Versions

Version Supported
latest βœ… Yes
< 1.0 ❌ No

Reporting a Vulnerability

Please do not open a public GitHub issue for security vulnerabilities.

Report security concerns to:
πŸ“§ security@aiep.protocol (monitored β€” response within 72 hours)

Include in your report:

  • A description of the vulnerability and its potential impact
  • Steps to reproduce or proof-of-concept
  • The affected version(s) and component(s)

Security Design Principles

AIEP Hub follows secure-by-default practices:

  1. No server-side secrets in repository β€” wrangler.toml contains only non-secret deployment configuration. Secrets are managed via Cloudflare environment variables.

  2. Static site β€” Hub is a fully pre-rendered Astro site deployed to Cloudflare Pages. No runtime user-data handling.

  3. Content Security Policy β€” HTTP security headers enforced by _headers file and Cloudflare Workers.

  4. Dependency hygiene β€” node_modules/ is gitignored; dependencies are pinned via package-lock.json.

Scope

This policy applies to the AIEP Hub Astro site and associated Cloudflare Workers.

Out of scope: the AIEP specification documents (.md files in src/pages/) β€” these are technical documents, not executable software.

SPDX-License-Identifier: Apache-2.0 Β© 2025–2026 Neil Grassby. All rights reserved.

There aren't any published security advisories