git-workflow
Warn
Audited by Runlayer on Mar 11, 2026
Risk Level: MEDIUM
Scan Summary
Flagged Files (1)
git-workflow/SKILL.mdMEDIUM
75.2%
Risky tool definition detected
&& git commit -m "Initial commit" ``` **If node_modules is already tracked:** ```bash git rm -r --cached node_modules/ git commit -m "Remove node_modules from tracking" ``` ## Private Repo License Audit Before publishing or sharing a private repo: ```bash gh repo view --json visibility -q '.visibility' ``` If `PRIVATE`, ensure: - `LICENSE` contains proprietary notice (not MIT/Apache) - `package.json` has `"license": "UNLICENSED"` and `"private": true` - No `CONTRIBUTING.md` or "contributions wel
Audit Metadata