SSWConsulting / SSWConsulting/SSW.MeetupMCP
Add CI and repo security settings before going public
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 1
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Summary
There is no .github/ directory. npm test and npm run check never run on a pull request, and main has no branch protection.
For a project whose entire value proposition is "this is the safe way to let an agent touch your Meetup account", landing changes with no automated gate is the wrong signal to prospective users.
Suggested additions
- A workflow running
npm ci,npm run checkandnpm teston pull requests and on pushes tomain - Branch protection on
mainrequiring that workflow to pass - CodeQL, or at minimum GitHub's secret scanning and push protection, both free on public repos
- Dependabot for the three runtime dependencies
- A
SECURITY.mdwith a disclosure contact
Note
Dependency hygiene is already good and worth preserving: all dependencies are pinned to exact versions and npm audit reports zero advisories.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the repository scripts behind npm test and npm run check, then inspect the existing repository settings and the proposed .github/ additions. Add the pull-request and main-push workflow, branch protection, security scanning, Dependabot configuration, and SECURITY.md with a disclosure contact. Done means the checks run successfully and the requested public-repository protections are configured.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- github-actions, typescript
- Domain
- ci-cd, devops, security
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100