Simplefunctions Cli — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Simplefunctions Cli (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
sf)Reference and issue mirror for @spfunctions/cli, the supported SimpleFunctions command-line interface for prediction-market infrastructure.
The current CLI is distributed through npm. Install the package and treat the installed sf binary as the source of truth:
npm i -g @spfunctions/cli
sf login
sf status --json
sf world --json
sf describe --all --jsonsf is the primary local surface for SimpleFunctions. It queries live Kalshi + Polymarket state, inspects markets and orderbooks, exports structured JSON for coding agents, runs thesis and portfolio workflows, and keeps execution commands explicit and permission-gated.
@spfunctions/cli.sf surface.Use sf describe --all --json for the installed command manifest. Use https://simplefunctions.dev/api/internal/statistics for current public surface counts.
sf status --json
sf world --json
sf discover --quality --json
sf inspect <ticker> --jsonIf a command is unavailable in your installed version, run:
npm i -g @spfunctions/cli@latest
sf describe --all --jsonThe public mirror is MIT-licensed. The supported npm distribution may include private SimpleFunctions runtime code.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.