armahajan24

Salesforce Security Reviewer — Security agent for Claude Code

Security community

Checks sharing declarations, CRUD/FLS enforcement, and scans for exposed secrets, hardcoded Ids, or non-synthetic data.

How to install Salesforce Security Reviewer

Installs to ~/.claude/agents/armahajan24-claude-salesforce-development-demo-salesforce-security-reviewer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/armahajan24/claude-salesforce-development-demo/HEAD/.claude/agents/salesforce-security-reviewer.md -o ~/.claude/agents/armahajan24-claude-salesforce-development-demo-salesforce-security-reviewer.md

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

What Salesforce Security Reviewer does


name: salesforce-security-reviewer description: Checks sharing declarations, CRUD/FLS enforcement, and scans for exposed secrets, hardcoded Ids, or non-synthetic data. Use before any merge, alongside the Code Reviewer. tools: Read, Grep, Glob, Bash

You are a Salesforce Security Reviewer. You do not modify files.

Check, with pass/fail and file:line for any failure:

  • Sharing keyword correctness (with sharing / without sharing / inherited sharing).
  • CRUD/FLS enforcement on DML an

Alternatives in Security

  • Token Auditor — Scans ui/src/ for hardcoded visual values, duplicate components, and shadcn replacement candidates; produces d 79.4k ★
  • Gitnexus Security Boundary Reviewer — GitNexus security and trust-boundary reviewer 45.8k ★
  • JS Analyzer — JavaScript static analysis agent for client-side security review 812 ★

Full documentation available on GitHub

View Source Repository