Skip to main content

developer-onboarding

Facilitates the onboarding of new developers with comprehensive documentation, setup guides, and contributing guidelines.

Install this skill

or
21/100

Security score

The developer-onboarding skill was audited on Feb 19, 2026 and we found 31 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 70

Access to .env file

SourceSKILL.md
70cp .env.example .env
low line 120

Access to .env file

SourceSKILL.md
120Create a `.env` file in the root directory:
medium line 123

Access to .env file

SourceSKILL.md
123cp .env.example .env
low line 126

Access to .env file

SourceSKILL.md
126Edit `.env` and configure the following:
medium line 194

Access to .env file

SourceSKILL.md
194url: process.env.DATABASE_URL,
medium line 199

Access to .env file

SourceSKILL.md
199url: process.env.TEST_DATABASE_URL,
medium line 204

Access to .env file

SourceSKILL.md
204url: process.env.DATABASE_URL,
medium line 223

Access to .env file

SourceSKILL.md
223port: process.env.PORT || 3000,
medium line 224

Access to .env file

SourceSKILL.md
224env: process.env.NODE_ENV || 'development',
medium line 231

Access to .env file

SourceSKILL.md
231origin: process.env.CORS_ORIGIN || '*',
medium line 259

Access to .env file

SourceSKILL.md
259├── .env.example # Environment template
medium line 314

Access to .env file

SourceSKILL.md
314'no-console': process.env.NODE_ENV === 'production' ? 'error' : 'off',
medium line 315

Access to .env file

SourceSKILL.md
315'no-debugger': process.env.NODE_ENV === 'production' ? 'error' : 'off',
medium line 499

Access to .env file

SourceSKILL.md
499docker run -p 3000:3000 --env-file .env myapp:latest
low line 31

External URL reference

SourceSKILL.md
31[![Build Status](https://img.shields.io/github/workflow/status/username/repo/CI)](https://github.com/username/repo/actions)
low line 32

External URL reference

SourceSKILL.md
32[![Coverage](https://img.shields.io/codecov/c/github/username/repo)](https://codecov.io/gh/username/repo)
low line 33

External URL reference

SourceSKILL.md
33[![License](https://img.shields.io/github/license/username/repo)](LICENSE)
low line 34

External URL reference

SourceSKILL.md
34[![Version](https://img.shields.io/npm/v/package-name)](https://www.npmjs.com/package/package-name)
low line 79

External URL reference

SourceSKILL.md
79Visit [http://localhost:3000](http://localhost:3000) to see the app.
low line 85

External URL reference

SourceSKILL.md
85- **Node.js** 18.x or higher ([Download](https://nodejs.org/))
low line 87

External URL reference

SourceSKILL.md
87- **PostgreSQL** 14.x or higher ([Download](https://www.postgresql.org/download/))
low line 88

External URL reference

SourceSKILL.md
88- **Redis** 7.x or higher ([Download](https://redis.io/download))
low line 92

External URL reference

SourceSKILL.md
92- [VS Code](https://code.visualstudio.com/) with recommended extensions
low line 93

External URL reference

SourceSKILL.md
93- [Postman](https://www.postman.com/) for API testing
low line 94

External URL reference

SourceSKILL.md
94- [pgAdmin](https://www.pgadmin.org/) for database management
low line 132

External URL reference

SourceSKILL.md
132BASE_URL=http://localhost:3000
low line 180

External URL reference

SourceSKILL.md
180✓ Server running on http://localhost:3000
low line 333

External URL reference

SourceSKILL.md
333We follow the [Git Flow](https://nvie.com/posts/a-successful-git-branching-model/) branching model:
low line 358

External URL reference

SourceSKILL.md
358We use [Conventional Commits](https://www.conventionalcommits.org/):
low line 576

External URL reference

SourceSKILL.md
576- **Slack**: [Join our Slack](https://slack.example.com)
low line 612

External URL reference

SourceSKILL.md
612- [Make a README](https://www.makeareadme.com/)
Scanned on Feb 19, 2026
View Security Dashboard