Skip to main content

Salesforce API Integration

Integrates with Salesforce REST API for SOQL queries, CRUD operations, and bulk data handling with robust error management.

Install this skill

or
93/100

Security score

The Salesforce API Integration skill was audited on Feb 28, 2026 and we found 7 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

low line 5

External URL reference

SourceSKILL.md
5homepage: https://clawic.com/skills/salesforce-api-integration
low line 54

External URL reference

SourceSKILL.md
542. **Instance URL required** - Each org has unique URL like `https://yourorg.my.salesforce.com`
low line 65

External URL reference

SourceSKILL.md
65- `SF_INSTANCE_URL` - Your Salesforce instance (e.g., `https://yourorg.my.salesforce.com`)
low line 86

External URL reference

SourceSKILL.md
86| `https://*.my.salesforce.com/services/data/*` | REST API |
low line 87

External URL reference

SourceSKILL.md
87| `https://*.my.salesforce.com/services/async/*` | Bulk API |
low line 88

External URL reference

SourceSKILL.md
88| `https://login.salesforce.com/services/oauth2/*` | OAuth (production) |
low line 89

External URL reference

SourceSKILL.md
89| `https://test.salesforce.com/services/oauth2/*` | OAuth (sandbox) |
Scanned on Feb 28, 2026
View Security Dashboard
Installation guide →