Skip to content

Security: BrightProgrammer7/clickup-skills

Security

SECURITY.md

Security Policy

Supported Versions

Version Supported
0.1.x
< 0.1

Reporting a Vulnerability

To report a security vulnerability, please use the GitHub Security Advisory "Report a Vulnerability" tab.

Please include:

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

We will acknowledge receipt within 48 hours and provide a detailed response within 7 days.

Security Best Practices

When using skills in this repository:

  • Never commit API tokens — Use environment variables (CLICKUP_TOKEN)
  • Validate API responses — Check HTTP status codes before processing
  • Respect rate limits — Implement backoff when receiving HTTP 429
  • Use HTTPS only — All API calls should use https:// endpoints

There aren’t any published security advisories