agentforce-d360-analyze

Warn

Audited by Socket on Aug 17, 2026

1 alert found:

Anomaly
AnomalyLOW
scripts/dc.py

This module is primarily an internal integration utility for Salesforce data querying: it loads local SQL templates, resolves a Salesforce org alias via the local `sf` CLI, retrieves an OAuth access token, and sends the SQL to a Salesforce endpoint using an authenticated HTTPS POST. There is no strong indicator of overt malware in the snippet, but it is security-sensitive: it explicitly forces the CLI to expose secrets (`SF_TEMP_SHOW_SECRETS=true`), handles bearer tokens directly, and can leak sensitive material via thrown exceptions (HTTP error body and SQL prefix). Additional concerns are the PATH/supply-chain trust of the external `sf` binary and the use of naive string substitution for SQL templating if any template parameters are untrusted.

Confidence: 62%Severity: 55%
Audit Metadata
Analyzed At
Aug 17, 2026, 09:02 PM
Package URL
pkg:socket/skills-sh/forcedotcom%2Fsf-skills%2Fagentforce-d360-analyze%2F@87030565eb89b366f4c32a1e53458e791650eb076512bbeca69d938497c3c089
Security Audit — socket — agentforce-d360-analyze