git-workflow

Warn

Audited by Runlayer on Mar 11, 2026

Risk Level: MEDIUM
Scan Summary
Max Score
75%
Files
1
Flagged
1
Chunks
1
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
Max File Score
75%
Classification
UNKNOWN_SERVER
Files Scanned
1
Files Flagged
1
Chunks Analyzed
1
Analyzed
Mar 11, 2026, 11:10 AM
Security Audit — runlayer — git-workflow