claude-secure-coding-rules

(β˜… 138)

Secure Coding Rules for Claude Code with a particular emphasis on AIML projects

  • .gitignore
  • .markdownlint.json
  • CLAUDE.md
  • LICENSE
  • README.md

# Installation Guide

1. Get the code
git clone https://github.com/TikiTribe/claude-secure-coding-rules

Downloads the entire project code from GitHub to your computer.

cd claude-secure-coding-rules

Moves into the project folder you just downloaded.

2. Official Install Script

Easy Recommended
Prerequisites
  • Homebrew A package manager for macOS/Linux.
  • APT (Debian/Ubuntu 계열) Built into Debian/Ubuntu-based Linux distributions.
  • Python 3 Python is required to use pip.
brew install shellcheck semgrep

Installs the pre-built package via Homebrew β€” no source build required.

apt-get install shellcheck

Installs directly from the APT package repository (Debian/Ubuntu-based).

pip install semgrep bandit

Installs the package published on PyPI directly β€” no need to clone the source.

βœ… After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.

Pulled directly from this repo's README.

// repository documentation