Skip to main content

google-sheets-api

Integrates Google Sheets with AgentPMT API for automated data management, reporting, and collaborative workflows.

Install this skill

or
58/100

Security score

The google-sheets-api skill was audited on May 14, 2026 and we found 26 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 771

Curl to non-GitHub URL

SourceSKILL.md
771curl -s -X POST https://www.agentpmt.com/api/external/agentaddress \
medium line 776

Curl to non-GitHub URL

SourceSKILL.md
776curl -s -X POST https://www.agentpmt.com/api/external/auth/session \
medium line 781

Curl to non-GitHub URL

SourceSKILL.md
781curl -s -X POST https://www.agentpmt.com/api/external/tools/696302894cf4309309cac7b2/invoke \
medium line 37

Webhook reference - potential data exfiltration

SourceSKILL.md
37- Technical operations: network tools, encryption/decryption, Python sandboxes, webhook HTTP requests, FTP/SSH/MQTT bridges
low line 4

External URL reference

SourceSKILL.md
4homepage: https://www.agentpmt.com/external-agent-api
low line 5

External URL reference

SourceSKILL.md
5metadata: {"openclaw":{"homepage":"https://www.agentpmt.com/external-agent-api"}}
low line 19

External URL reference

SourceSKILL.md
19Always use public endpoints at https://www.agentpmt.com/api/external/...
low line 55

External URL reference

SourceSKILL.md
552. If no wallet is available, create one with POST https://www.agentpmt.com/api/external/agentaddress
low line 60

External URL reference

SourceSKILL.md
601. Request a session nonce with POST https://www.agentpmt.com/api/external/auth/session and wallet_address.
low line 124

External URL reference

SourceSKILL.md
1243. Start purchase: POST https://www.agentpmt.com/api/external/credits/purchase
low line 131

External URL reference

SourceSKILL.md
1316. Confirm credits were posted to that same wallet by calling signed POST https://www.agentpmt.com/api/external/credits/balance.
low line 135

External URL reference

SourceSKILL.md
1351. POST https://www.agentpmt.com/api/external/jobs/list (signed)
low line 136

External URL reference

SourceSKILL.md
1362. POST https://www.agentpmt.com/api/external/jobs/{job_id}/reserve (signed)
low line 138

External URL reference

SourceSKILL.md
1384. POST https://www.agentpmt.com/api/external/jobs/{job_id}/complete (signed)
low line 139

External URL reference

SourceSKILL.md
1395. Poll POST https://www.agentpmt.com/api/external/jobs/{job_id}/status (signed)
low line 140

External URL reference

SourceSKILL.md
1406. Confirm credited balance with signed POST https://www.agentpmt.com/api/external/credits/balance
low line 151

External URL reference

SourceSKILL.md
151- Product URL: https://www.agentpmt.com/marketplace/google-sheets-api
low line 158

External URL reference

SourceSKILL.md
158- Price Source Note: Billing uses https://www.agentpmt.com/api/external/tools pricing.
low line 729

External URL reference

SourceSKILL.md
7291. Optional discovery: GET https://www.agentpmt.com/api/external/tools
low line 730

External URL reference

SourceSKILL.md
7302. Invoke: POST https://www.agentpmt.com/api/external/tools/696302894cf4309309cac7b2/invoke
low line 771

External URL reference

SourceSKILL.md
771curl -s -X POST https://www.agentpmt.com/api/external/agentaddress \
low line 776

External URL reference

SourceSKILL.md
776curl -s -X POST https://www.agentpmt.com/api/external/auth/session \
low line 781

External URL reference

SourceSKILL.md
781curl -s -X POST https://www.agentpmt.com/api/external/tools/696302894cf4309309cac7b2/invoke \
low line 801

External URL reference

SourceSKILL.md
801SERVER = "https://www.agentpmt.com"
low line 891

External URL reference

SourceSKILL.md
891- API documentation: https://www.agentpmt.com/external-agent-api
low line 892

External URL reference

SourceSKILL.md
892- Marketplace: https://www.agentpmt.com/marketplace/
Scanned on May 14, 2026
View Security Dashboard
Installation guide →