Skip to content
TOPIC

Security.

POSTS
21
OLDEST
2014
NEWEST
2026

All posts.

JUL 14 2026

Audit Your Agentforce Footprint: Every Agent, Agent User, and Permission in One Pass

Inventory every Agentforce agent, agent user, and permission with sf CLI and SOQL: the exact queries to see what your agents can touch, and from where.

SalesforceSecurityAgentforcesf clisalesforce-adminDevOps
JUL 12 2026

Post-ForcedLeak: Hardening Agentforce Against Prompt Injection (The Setup Steps Nobody Published)

ForcedLeak turned a $5 domain into an Agentforce data-exfiltration channel. The concrete Setup hardening steps to shrink your prompt-injection blast radius.

SalesforceAgentforceSecurityAIsalesforce-adminEvent Monitoring
JUL 10 2026

IPP 3A Is Live: Building New Zealand's Indirect-Collection Notice into Salesforce

New Zealand's IPP 3A now requires notice when you collect personal data indirectly. Build compliance into Salesforce with source fields, a Flow, one report.

SalesforceSecurityComplianceNZ Privacy Actsalesforce-admin
JUL 8 2026

Free Salesforce Event Monitoring: Build a Security Baseline from EventLogFile Without Shield

Salesforce gives Enterprise, Unlimited and Performance orgs free EventLogFile logs, but only for a day. How to capture them into a baseline without Shield.

SalesforceSecurityEvent Monitoringsf-cliOpen SourceDevOps
JUL 7 2026

Salesforce MFA Enforcement Update: What Was Paused, What Still Applies, and the Revised 2026 Dates

Salesforce paused its all-employee MFA enforcement over a security-key enrolment bug and revised the 2026 dates. Here is what moved and what still applies.

SalesforceMFASecurityAuthenticationCompliancesalesforce-admin
JUL 4 2026

Salesforce Data Sovereignty in New Zealand: There's No NZ Region, So What Actually Protects Your Data?

Salesforce has no New Zealand region, so your data sits offshore. What data residency, the US CLOUD Act, and NZISM actually mean for NZ gov and health orgs.

SalesforceSecurityComplianceNZISMNZ Privacy ActData Sovereignty
JUL 2 2026

Salesforce Retires the OAuth Username-Password Flow in Winter '27: Migrate Before Your Integrations Break

Salesforce retires the OAuth 2.0 username-password flow for connected apps in Winter '27. What breaks, how to find affected integrations, and how to migrate.

SalesforceSecurityOAuthIntegrationsalesforce-adminAuthentication
JUN 25 2026

Salesforce Guest User Exposure: How sf-audit Grades It by Real Reachability

sf-audit now grades Salesforce guest user exposure by real UI API reachability, not just the sharing model, and adds six new external-facing security checks.

SalesforceSecuritysf-cliExperience CloudGuest UserOpen Source
JUN 23 2026

sf-audit vs sf-cli-security-audit: Two Salesforce Security CLIs Compared

Two open-source sf CLI plugins audit Salesforce security from the terminal. One is opinionated and broad, the other configurable and focused. How to pick.

SalesforceSecuritysf-clisf pluginOpen Source
JUN 21 2026

Salesforce Summer '26: The SAML Retirement and Apex Secure-by-Default Changes That Break Orgs Quietly

Two Summer '26 changes break orgs without warning: retiring single-configuration SAML stops SSO logins, and Apex now defaults to with sharing. What to check, where.

SalesforceSecuritySSOApexsalesforce-adminAuthentication
JUN 19 2026

Salesforce Security Enforcement in 2026: Every Change, Date, and What Admins Must Do

Across 2026 Salesforce turns a stack of security recommendations into hard enforcement: MFA, report step-up auth, IP blocking and more. The full list and dates.

SalesforceSecurityMFAsalesforce-adminComplianceAuthentication
JUN 17 2026

Salesforce MFA Enforcement in 2026: What Admins Must Verify and Do

Salesforce moves from contractual MFA to hard enforcement in mid-2026, with a stricter phishing-resistant bar for admins. How to verify your org and comply.

SalesforceMFASecuritySSOAuthenticationCompliance
JUN 15 2026

Why Salesforce Health Cloud Needs Its Own Security Review

Salesforce Health Cloud holds your most sensitive data, and the features that make it useful are the ones that expose it. What a security review checks.

SalesforceHealth CloudSecurityComplianceHISONZ Privacy Act
JUN 13 2026

Mapping Salesforce Security to NZISM, the NZ Privacy Act and ISO 27001

How to map Salesforce security findings to NZISM, the NZ Privacy Act, HISO 10029 and ISO 27001 using a source-verified, version-pinned control catalogue.

SalesforceSecurityComplianceNZISMNZ Privacy ActISO 27001
JUN 11 2026

sf-audit: 61 Checks, Attack Chains, and Compliance Mapping

We shipped sf-audit v1.0 in April with 23 checks. It's now at 61. Along the way it gained attack chain detection, posture history tracking, and compliance tags across OWASP, SOC 2, ISO 27001, HIPAA, and GDPR.

SalesforceSecuritysf-cliCloudCounselDevOps
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 ManagementArchitectureSecurityMixed 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.

ArchitectureDevelopment Best PracticesProgramming LanguagesSecurityAPIXMLJava