appointment-scheduling-and-route-planner
Facilitates appointment scheduling and route planning using the AgentPMT API for seamless workflow management.
Install this skill
Security score
The appointment-scheduling-and-route-planner skill was audited on May 14, 2026 and we found 32 security issues across 2 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
Curl to non-GitHub URL
| 118 | curl -s -X POST https://www.agentpmt.com/api/external/agentaddress \ |
Curl to non-GitHub URL
| 123 | curl -s -X POST https://www.agentpmt.com/api/external/auth/session \ |
Curl to non-GitHub URL
| 128 | curl -s -X POST https://www.agentpmt.com/api/external/workflows/698d4aaca0d2109d78fc9b4c/fetch \ |
Curl to non-GitHub URL
| 138 | curl -s -X POST https://www.agentpmt.com/api/external/workflows/698d4aaca0d2109d78fc9b4c/start \ |
Curl to non-GitHub URL
| 148 | curl -s -X POST https://www.agentpmt.com/api/external/workflows/active \ |
Curl to non-GitHub URL
| 158 | curl -s -X POST https://www.agentpmt.com/api/external/workflows/698d4aaca0d2109d78fc9b4c/end \ |
Webhook reference - potential data exfiltration
| 30 | - 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
| 12 | Always use public endpoints at https://www.agentpmt.com/api/external/... |
External URL reference
| 48 | 2. If no wallet is available, create one with POST https://www.agentpmt.com/api/external/agentaddress |
External URL reference
| 53 | 1. Request a session nonce with POST https://www.agentpmt.com/api/external/auth/session and wallet_address. |
External URL reference
| 75 | 3. Start purchase: POST https://www.agentpmt.com/api/external/credits/purchase |
External URL reference
| 82 | 6. Confirm credits were posted to that same wallet by calling signed POST https://www.agentpmt.com/api/external/credits/balance. |
External URL reference
| 86 | 1. POST https://www.agentpmt.com/api/external/jobs/list (signed) |
External URL reference
| 87 | 2. POST https://www.agentpmt.com/api/external/jobs/{job_id}/reserve (signed) |
External URL reference
| 89 | 4. POST https://www.agentpmt.com/api/external/jobs/{job_id}/complete (signed) |
External URL reference
| 90 | 5. Poll POST https://www.agentpmt.com/api/external/jobs/{job_id}/status (signed) |
External URL reference
| 91 | 6. Confirm credited balance with signed POST https://www.agentpmt.com/api/external/credits/balance |
External URL reference
| 100 | 1. Optional discovery: GET https://www.agentpmt.com/api/external/workflows |
External URL reference
| 101 | 2. Fetch workflow: POST https://www.agentpmt.com/api/external/workflows/698d4aaca0d2109d78fc9b4c/fetch |
External URL reference
| 102 | 3. Start workflow session: POST https://www.agentpmt.com/api/external/workflows/698d4aaca0d2109d78fc9b4c/start |
External URL reference
| 103 | 4. Check active session: POST https://www.agentpmt.com/api/external/workflows/active |
External URL reference
| 104 | 5. End workflow session: POST https://www.agentpmt.com/api/external/workflows/698d4aaca0d2109d78fc9b4c/end |
External URL reference
| 118 | curl -s -X POST https://www.agentpmt.com/api/external/agentaddress \ |
External URL reference
| 123 | curl -s -X POST https://www.agentpmt.com/api/external/auth/session \ |
External URL reference
| 128 | curl -s -X POST https://www.agentpmt.com/api/external/workflows/698d4aaca0d2109d78fc9b4c/fetch \ |
External URL reference
| 138 | curl -s -X POST https://www.agentpmt.com/api/external/workflows/698d4aaca0d2109d78fc9b4c/start \ |
External URL reference
| 148 | curl -s -X POST https://www.agentpmt.com/api/external/workflows/active \ |
External URL reference
| 158 | curl -s -X POST https://www.agentpmt.com/api/external/workflows/698d4aaca0d2109d78fc9b4c/end \ |
External URL reference
| 176 | SERVER = "https://www.agentpmt.com" |
External URL reference
| 263 | - API documentation: https://www.agentpmt.com/external-agent-api |