chart-generator
Generates professional charts and graphs from data using the AgentPMT API, ideal for reports, presentations, and dashboards.
Install this skill
Security score
The chart-generator 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
Curl to non-GitHub URL
| 301 | curl -s -X POST https://www.agentpmt.com/api/external/agentaddress \ |
Curl to non-GitHub URL
| 306 | curl -s -X POST https://www.agentpmt.com/api/external/auth/session \ |
Curl to non-GitHub URL
| 311 | curl -s -X POST https://www.agentpmt.com/api/external/tools/69836138abdf9c195542120a/invoke \ |
Webhook reference - potential data exfiltration
| 37 | - Technical operations: network tools, encryption/decryption, Python sandboxes, webhook HTTP requests, FTP/SSH/MQTT bridges |
External URL reference
| 4 | homepage: https://www.agentpmt.com/external-agent-api |
External URL reference
| 5 | metadata: {"openclaw":{"homepage":"https://www.agentpmt.com/external-agent-api"}} |
External URL reference
| 19 | Always use public endpoints at https://www.agentpmt.com/api/external/... |
External URL reference
| 55 | 2. If no wallet is available, create one with POST https://www.agentpmt.com/api/external/agentaddress |
External URL reference
| 60 | 1. Request a session nonce with POST https://www.agentpmt.com/api/external/auth/session and wallet_address. |
External URL reference
| 82 | 3. Start purchase: POST https://www.agentpmt.com/api/external/credits/purchase |
External URL reference
| 89 | 6. Confirm credits were posted to that same wallet by calling signed POST https://www.agentpmt.com/api/external/credits/balance. |
External URL reference
| 93 | 1. POST https://www.agentpmt.com/api/external/jobs/list (signed) |
External URL reference
| 94 | 2. POST https://www.agentpmt.com/api/external/jobs/{job_id}/reserve (signed) |
External URL reference
| 96 | 4. POST https://www.agentpmt.com/api/external/jobs/{job_id}/complete (signed) |
External URL reference
| 97 | 5. Poll POST https://www.agentpmt.com/api/external/jobs/{job_id}/status (signed) |
External URL reference
| 98 | 6. Confirm credited balance with signed POST https://www.agentpmt.com/api/external/credits/balance |
External URL reference
| 109 | - Product URL: https://www.agentpmt.com/marketplace/chart-generator |
External URL reference
| 116 | - Price Source Note: Billing uses https://www.agentpmt.com/api/external/tools pricing. |
External URL reference
| 259 | 1. Optional discovery: GET https://www.agentpmt.com/api/external/tools |
External URL reference
| 260 | 2. Invoke: POST https://www.agentpmt.com/api/external/tools/69836138abdf9c195542120a/invoke |
External URL reference
| 301 | curl -s -X POST https://www.agentpmt.com/api/external/agentaddress \ |
External URL reference
| 306 | curl -s -X POST https://www.agentpmt.com/api/external/auth/session \ |
External URL reference
| 311 | curl -s -X POST https://www.agentpmt.com/api/external/tools/69836138abdf9c195542120a/invoke \ |
External URL reference
| 331 | SERVER = "https://www.agentpmt.com" |
External URL reference
| 421 | - API documentation: https://www.agentpmt.com/external-agent-api |
External URL reference
| 422 | - Marketplace: https://www.agentpmt.com/marketplace/ |