ApexGuru Performance Scan Skill
CRITICAL: Mandatory Script Usage
Every step — token resolution, zipping, API calls, and report decoding — MUST go
through the bundled scripts in
WRONG: hand-rolled curl to the API
curl -X POST https://api.salesforce.com/ .. . -F file = @x.zip
WRONG: inline base64 + jq to read the report
cat raw.json | jq -r .report | base64 -d | jq '.[]'
WRONG: reading the raw result file directly (report is a large base64 blob)
Read tool → apexguru-raw-*.json Show more Installs 905 Repository forcedotcom/sf-skills GitHub Stars 849 First Seen 14 days ago Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Pass