chore: add MIT license and security policy#41
Merged
Conversation
7e82bf5 to
ada49dd
Compare
P0 work to make the repo open-source ready: - LICENSE: MIT, 2026 FranRom - package.json: declare "license": "MIT" so GitHub auto-detects + shows the badge - SECURITY.md: coordinated disclosure policy with in-scope (URL allowlist, MCP path traversal, apply-queue races, CV parser, install scripts) / out-of-scope (upstream sources, LLM CLIs, exposing the local UI publicly) sections - README.md: replace "Personal project — no license. Don't redistribute." with an MIT pointer - CONTRIBUTING.md: replace "The repo has no open-source license" line with the MIT pointer
ada49dd to
efcdf60
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
P0 of the OSS-readiness audit — unblocks flipping the repo to public.
LICENSE— MIT, 2026 FranRom.package.json— adds"license": "MIT"so GitHub auto-detects and renders the license badge.SECURITY.md— coordinated-disclosure policy scoped to the actual attack surface (URL scheme allowlist, MCP path traversal, apply-queue races, CV parser, install scripts). Explicit out-of-scope list for upstream sources, LLM CLIs, and exposing the local UI publicly.README.md— replaces the "Personal project — no license. Don't redistribute." footer with an MIT pointer.CONTRIBUTING.md— replaces the "The repo has no open-source license" line with an MIT pointer.No code changes — docs + metadata only.
Test plan
git ls-files config/at HEAD shows onlyprofile.default.json+slugs.json(no CV / applied list / brief / preferences leak).gh repo view FranRom/pupila --json licenseInforeturnsMIT License.Follow-up (not in this PR)
.nvmrc,.editorconfig, issue/PR templates, demo GIF) — separate branch.