Skip to content

Security: karloows/skeleton

Security

SECURITY.md

Security Policy

Scope

skeleton is a Flutter UI package. It does not provide network, storage, authentication, or secret-management features.

Primary risks are likely to be layout, color-sampling, or widget-lifecycle bugs rather than traditional backend vulnerabilities.

Reporting a vulnerability

Do not open a public GitHub issue for a suspected security problem.

Instead:

  1. Contact the maintainer privately with a clear description, impact, and reproduction details if available.
  2. Or use GitHub Security Advisories: Private advisory draft

Response timeline

  • Acknowledgment target: within 2-3 business days.
  • Fix timing depends on severity and reproducibility.
  • Public disclosure should happen after a fix ships.

What not to report here

  • General Flutter security questions
  • Issues in third-party dependencies that do not involve this package directly
  • Ordinary rendering or usability bugs better suited for the normal issue tracker

Security best practices for users

  • Keep Flutter and package dependencies up to date.
  • Review UI behavior that could affect accessibility or unexpected interaction.
  • Report suspicious focus, semantics, or asynchronous image-sampling behavior if it could mislead users or assistive technologies.

There aren't any published security advisories