@shivasurya/code-pathfinder

by shivasurya · v1.0.0 · prompt

"Methods that process payments should not directly execute SQL queries"

Install

Add @shivasurya/code-pathfinder to Claude Code with the PolySkill CLI: polyskill add @shivasurya/code-pathfinder

Instructions

# CLAUDE.md This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository. ## Essential Build Commands ### Building the Binary ```bash cd sast-engine gradle buildGo ``` The binary is output to `build/go/pathfinder`. The build automatically cleans previous builds first. ### Running Tests ```bash gradle testGo # Run all Go tests go test ./... # Direct Go test command go test -v ./graph/... # Run tests for specific package with verbose output ``` ### Linting ```bash gradle lintGo # or directly: golangci-lint run ``` ### Running the Binary ```bash # MCP ser…

Keywords: github, sql-injection, payment-processing, secure-coding, code-review, best-practices, software-security, developer-tools