Skip to content

Add SECURITY.md#59

Merged
askmy-stack merged 1 commit into
mainfrom
docs/security-md
Jul 14, 2026
Merged

Add SECURITY.md#59
askmy-stack merged 1 commit into
mainfrom
docs/security-md

Conversation

@askmy-stack

Copy link
Copy Markdown
Owner

Summary

Adds a SECURITY.md covering:

  • How to report a vulnerability (GitHub private reporting or email).
  • The JWT auth model, and — importantly — which routes are not currently gated behind auth (/startup/*, /termsheet/*, /investor/*, /accelerator/*, /chat/*, /bot/*).
  • External API keys/secrets this project integrates with.
  • Sensitive data stored, including full term sheet text.
  • The Cypher property-name allowlist used by BaseBot.write_to_graph (see Fix Neo4j Cypher injection in BaseBot.write_to_graph #35 / the accompanying fix PR).

Fixes #31

Made with Cursor

Document how to report vulnerabilities, the JWT auth model and which
routes currently lack auth, external API keys/secrets used, sensitive
data stored (including term sheet text), and the Cypher property-name
allowlist used by BaseBot.write_to_graph.

Fixes #31

Co-authored-by: Cursor <cursoragent@cursor.com>
@askmy-stack
askmy-stack merged commit 49b7382 into main Jul 14, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add SECURITY.md for API keys and data handling

1 participant