Skip to content
TOPIC

Security.

POSTS
6
OLDEST
2014
NEWEST
2026

All posts.

MAY 9 2026

Fetching Security Metadata from Salesforce with sf CLI: Profile, PermissionSet, Role

How to retrieve Profile, PermissionSet, PermissionSetGroup, MutingPermissionSet, and Role metadata from Salesforce using sf CLI, including partial retrieval patterns for large Profile XML.

salesforcesf-clisalesforce-adminmetadatasecurity
APR 3 2026

sf-audit v1.0: New Checks, Configurable Scoring, and Externalized Queries

The audit plugin has grown from 22 checks to 23, added four new threat surfaces, and gained a fully configurable scoring model. Here is what changed and why it matters.

SalesforceSecuritysf pluginCLITypeScriptOpen Source
MAR 31 2026

Catch Salesforce Security Gaps in One Command

Most Salesforce orgs are carrying security debt they don't know about. This plugin surfaces it in a single command.

SalesforceSecurityCLIDevOpssf plugin
MAR 31 2026

How We Built a Native sf Plugin for Salesforce Security

We had a working Python script. Here is why we rewrote it as a native sf plugin, and the design decisions that made 22 parallel security checks practical.

SalesforceArchitectureTypeScriptsf pluginSecurityOpen Source
AUG 3 2025

Mixed DML Operations: Enterprise User Provisioning Patterns for Salesforce

Master the complex challenge of mixing setup and non-setup object operations in Salesforce user provisioning workflows with production-proven patterns and error handling strategies.

SalesforceApexUser ManagementEnterprise ArchitectureSecurityMixed DML
NOV 1 2014

Secure APIs against XEE Attacks (XML Injection Attacks)

Learn how to secure your APIs against XML External Entity (XEE) attacks, including XML Injection and XML Expansion attacks, with practical mitigation steps for Java and RestEasy.

Software ArchitectureDevelopment Best PracticesProgramming LanguagessecurityAPIXMLJava