Secure Env banner
o2alexanderfedin o2alexanderfedin

Secure Env

Git community

Description

--- allowed-tools: Bash(*), Read(*), Write(*), Edit(*) description: Secure the .env file and ensure it's not committed to git --- # Secure Environment File Ensure your .env file containing LinkedIn credentials is properly secured: **Security Actions:** 1. **Set File Permissions**: Restrict .env to owner-only access (600) 2. **Git Ignore Setup**: Add .env to .gitignore if not already present 3. **Verify Security**: Check current permissions and git status 4. **Remove from Git**: If .env was

Installation

Installs to ~/.claude/commands/o2alexanderfedin-linkedin-job-automation-secure-env.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/o2alexanderfedin/linkedin-job-automation/HEAD/.claude/commands/secure-env.md -o ~/.claude/commands/o2alexanderfedin-linkedin-job-automation-secure-env.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository