Salesforce Skill
Analysis
This Salesforce administration skill is coherent with its purpose, but it deserves review because it can use Salesforce credentials, expose tokens, and make broad changes to CRM data and metadata.
Findings (3)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
create/update/delete records, bulk import/export, execute Apex, deploy metadata, and make raw REST API calls
These are high-impact Salesforce operations that can modify or delete business data, move large datasets, run server-side code, change metadata, or bypass safer scoped workflows through raw API calls.
node | package: @salesforce/cli | creates binaries: sf
The skill depends on installing the external Salesforce CLI npm package. This is expected for the skill's purpose, but users should recognize that the installed CLI becomes the authority used for Salesforce access.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
Display info about the default org (access token, instance URL, username) ... Display with SFDX auth URL (sensitive - contains refresh token)
The instructions explicitly document commands that can reveal active Salesforce access credentials, including refresh-token-bearing auth URLs.
