Skip to content

Creer v1.1 — hardened multi-hop discovery policies - #13

Draft
seven0070 wants to merge 13 commits into
mainfrom
cursor/creer-v1.1-discovery-hardening-4a94
Draft

Creer v1.1 — hardened multi-hop discovery policies#13
seven0070 wants to merge 13 commits into
mainfrom
cursor/creer-v1.1-discovery-hardening-4a94

Conversation

@seven0070

Copy link
Copy Markdown
Owner

Summary

Implements Creer v1.1.0 (stacks through v1.0): hardened multi-hop discovery policies — SSRF/private IP guards, allow/deny lists, hop budgets with cycle detection.

Backend

  • CREER_FEDERATION_MAX_HOPS (0–2), CREER_PEER_ALLOWLIST, CREER_PEER_DENYLIST, CREER_ALLOW_PRIVATE_PEERS
  • app/peer_policy.py — outbound peer URL/host safety checks
  • Federated ?max_hops= request override + policy block on responses
  • Probe returns 400 when policy blocks
  • Version 1.1.055 tests passed

Extension

  • creer.federationMaxHops, creer.warnPrivatePeers
  • Private-host warning modal before adding peers
  • Policy-aware federation status (“N ok, M blocked”)

Still human-only

Marketplace/Open VSX signed publish (VSCE_PAT / OVSX_PAT) — see RELEASE.md.

Test plan

  • /health1.1.0 + federation_max_hops + allow_private_peers
  • Probe http://127.0.0.1:9 → 400 when private peers disallowed
  • With CREER_ALLOW_PRIVATE_PEERS=1, loopback probe allowed
  • Allowlist/denylist enforce contact policy
  • Federated discover with max_hops respects cycle (A↔B)
  • Extension warns on localhost peer add when warnPrivatePeers is true
  • (Human) Publish via RELEASE.md when ready
Open in Web Open in Cursor 

cursoragent and others added 13 commits August 8, 2026 08:14
Scaffold AI repo generation end-to-end: planner/generator API with
path validation, TypeScript extension command to write files into the
workspace with optional git init, and a PLAN.md for v0.2 priorities.

Co-authored-by: Sanath S Patil <sanathpatil8861@gmail.com>
Backend: curated templates, /plan + /templates, stronger validation,
optional GitHub repo create API. Extension: plan preview before write,
per-file overwrite protection, GitHub push flow, /creer chat entry and
@creer participant, with path-safe writes and shell-safe git exec.

Co-authored-by: Sanath S Patil <sanathpatil8861@gmail.com>
…rdening

Add SSE /generate/stream with per-file progress, OpenAI-compatible base URL
and CREER_OFFLINE stubs, LICENSE/CI bake-ins, SecretStorage for GitHub tokens,
and GIT_ASKPASS push so tokens never appear on argv or remote URLs.

Co-authored-by: Sanath S Patil <sanathpatil8861@gmail.com>
Add stream job_id cancellation, license/CI bake-in options with GET
/bakeins, telemetry-free quality gates, and extension AbortSignal
progress cancel plus bake-in QuickPicks.

Co-authored-by: Sanath S Patil <sanathpatil8861@gmail.com>
Add installable JSON/YAML template packs with /packs API and pack_id
planning, extension multi-root workspace picker, and generated-content
diff preview before writing files to disk.

Co-authored-by: Sanath S Patil <sanathpatil8861@gmail.com>
Add remote pack install/delete and marketplace catalog, side-by-side
vscode.diff review for write conflicts, and vsce/ovsx packaging docs
so the extension is ready to publish without shipping secrets.

Co-authored-by: Sanath S Patil <sanathpatil8861@gmail.com>
Co-authored-by: Sanath S Patil <sanathpatil8861@gmail.com>
Co-authored-by: Sanath S Patil <sanathpatil8861@gmail.com>
Add searchable /registry with JSON pack downloads, extension marketplace
icon, Browse Pack Registry command, changelog, and verified vsix packaging
path for Marketplace/Open VSX (signing remains a human PAT step).

Co-authored-by: Sanath S Patil <sanathpatil8861@gmail.com>
Add multi-host registry federation via CREER_REGISTRY_PEERS and
/registry/federated, Browse Federated Registry in the extension, plus
GitHub Actions CI and artifact-first release that publishes only when
VSCE_PAT/OVSX_PAT secrets are configured.

Co-authored-by: Sanath S Patil <sanathpatil8861@gmail.com>
Add peer status/probe APIs and ad-hoc peers on federated queries,
Manage Registry Peers + peer-aware browse UI, GitHub Release assets on
tags, and RELEASE.md for the human VSCE/OVSX token publish path.

Co-authored-by: Sanath S Patil <sanathpatil8861@gmail.com>
Add optional CREER_REGISTRY_TOKEN for pack/peer write endpoints, gossip-lite
/registry/discover with federated discover=true expansion, and extension
SecretStorage registry token plus Discover peers UX. Core generate stays public.

Co-authored-by: Sanath S Patil <sanathpatil8861@gmail.com>
Add SSRF/private-IP peer guards, allow/deny lists, hop budgets with cycle
detection, max_hops on federated queries, and extension trust warnings for
private peers plus policy-aware federation status.

Co-authored-by: Sanath S Patil <sanathpatil8861@gmail.com>
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.

2 participants