Skip to content

Commit 592ef9d

Browse files
Add CITATION.cff and SECURITY.md
1 parent 087d63d commit 592ef9d

2 files changed

Lines changed: 46 additions & 0 deletions

File tree

CITATION.cff

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
cff-version: 1.2.0
2+
message: "If you use SimpleFunctions in your research, please cite it as below."
3+
type: software
4+
title: "SimpleFunctions"
5+
abstract: "Context flow infrastructure for prediction markets. Thesis management, causal tree decomposition, edge detection, and automated trading across Kalshi and Polymarket."
6+
authors:
7+
- family-names: Liu
8+
given-names: Patrick
9+
url: "https://simplefunctions.dev"
10+
repository-code: "https://github.com/spfunctions/simplefunctions-cli"
11+
license: MIT
12+
version: "1.5.0"
13+
date-released: "2026-01-01"
14+
keywords:
15+
- prediction-markets
16+
- kalshi
17+
- polymarket
18+
- ai-agents
19+
- mcp
20+
- causal-inference
21+
- edge-detection

SECURITY.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Security Policy
2+
3+
## Reporting a Vulnerability
4+
5+
If you discover a security vulnerability in SimpleFunctions, please report it responsibly.
6+
7+
**Email:** patrick@simplefunctions.dev
8+
9+
Please include:
10+
- Description of the vulnerability
11+
- Steps to reproduce
12+
- Potential impact
13+
14+
We will acknowledge your report within 48 hours and aim to release a fix within 7 days for critical issues.
15+
16+
## Scope
17+
18+
- SimpleFunctions CLI (`@spfunctions/cli`)
19+
- SimpleFunctions REST API (`simplefunctions.dev/api/*`)
20+
- SimpleFunctions MCP Server (`simplefunctions.dev/api/mcp/mcp`)
21+
22+
## Out of Scope
23+
24+
- Third-party exchange APIs (Kalshi, Polymarket)
25+
- User-generated thesis content

0 commit comments

Comments
 (0)