SSWConsulting / SSWConsulting/SSW.MeetupMCP

Add CI and repo security settings before going public

Open
#17 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Type: DevOps
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 check and npm test on pull requests and on pushes to main
  • Branch protection on main requiring 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.md with 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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.