Skip to content

Security: PyModel/cinematic-ui

SECURITY.md

Security Policy

Scope

This repository contains AI prompt and workflow files — no executable server code, no authentication, no user data storage.

The primary security considerations are:

  • Prompt injection: the skill reads user-supplied URLs and screenshots. It does not execute arbitrary code from those sources, but agents using this skill should validate external input per their own security policies.
  • External library CDN links: references/data/interaction-effects-50.md references CDN URLs for optional JS libraries. Users should verify CDN integrity (SRI hashes) before deploying to production.

Reporting a Vulnerability

If you discover a security issue related to the prompt logic, data files, or workflow design:

  1. Do not open a public issue.
  2. Contact the maintainer directly by opening a private security advisory at https://github.com/Pythoughts-labs/cinematic-ui/security/advisories/new.
  3. Include a description of the issue and steps to reproduce.

You should expect a response within 7 days.

Supported Versions

Version Supported
1.0.x Yes

There aren't any published security advisories