Skip to content

Security: edithatogo/substack-cli-ts

SECURITY.md

Security Policy

Supported Versions

Version Supported
0.2.x
0.1.x

Reporting a Vulnerability

Use GitHub's Report a vulnerability control on the repository Security tab. Private vulnerability reporting is enabled and is the preferred channel. If GitHub private reporting is unavailable, email edithatogo@users.noreply.github.com.

Do not open a public GitHub issue for security vulnerabilities.

Please include:

  • A description of the vulnerability
  • Steps to reproduce (if applicable)
  • The version(s) affected
  • Any potential impact

You should receive a response within 48 hours. If the issue is confirmed, a fix will be prepared and released as soon as possible depending on severity.

What to Avoid

  • Session cookies: substack.sid and similar authentication tokens must never be committed or shared.
  • API tokens: Browserbase API keys, project IDs, and similar credentials must stay in local .env or config files.
  • Credentials: Substack email/password must remain in ignored local config only.

The repository includes scripts/secret-scan.mjs for automated secret scanning. Run npm run scan:secrets before committing to detect accidentally included secrets.

GitHub secret scanning and push protection are enabled on edithatogo/substack-cli-ts. Non-provider-pattern and validity-check toggles may still need a repo-admin PAT. CodeQL uses GitHub default setup (do not add a second workflow). OpenSSF Scorecard runs from .github/workflows/security.yml and uploads SARIF. Dependency updates come from Renovate, not Dependabot PRs.

Disclosure Policy

  • Vulnerabilities are coordinated through a private GitHub security advisory and released as a patch version.
  • After the fix is released, a security advisory may be published describing the issue and the fix.
  • We aim to release fixes within 14 days of confirmation for moderate-severity issues, and sooner for high-severity issues.

There aren't any published security advisories