Running Code Analyzer Skill
CRITICAL: Mandatory Script Usage
Every interaction with Code Analyzer results MUST go through the bundled scripts in
WRONG: inline Python to parse results
python3 -c "import json; data = json.load(open('results.json'))..."
WRONG: inline Node.js to parse results
node -e "const data = require('./results.json')..."
WRONG: jq to filter results
cat results.json | jq '.violations[] | select(.engine=="pmd")' Show more Installs 621 Repository forcedotcom/sf-skills GitHub Stars 658 First Seen 8 days ago Security Audits Gen Agent Trust Hub Pass Socket Warn Snyk Pass