Skip to main content

air-quality-pollen-information

Provides real-time air quality and pollen information using the AgentPMT API for health monitoring and environmental analysis.

Install this skill

or
58/100

Security score

The air-quality-pollen-information 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 347

Curl to non-GitHub URL

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

Curl to non-GitHub URL

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

Curl to non-GitHub URL

SourceSKILL.md
357curl -s -X POST https://www.agentpmt.com/api/external/tools/695f07a52c56dabda3e89f3f/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 85

External URL reference

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

External URL reference

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

External URL reference

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

External URL reference

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

External URL reference

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

External URL reference

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

External URL reference

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

External URL reference

SourceSKILL.md
112- Product URL: https://www.agentpmt.com/marketplace/air-quality-pollen-information
low line 119

External URL reference

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

External URL reference

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

External URL reference

SourceSKILL.md
3062. Invoke: POST https://www.agentpmt.com/api/external/tools/695f07a52c56dabda3e89f3f/invoke
low line 347

External URL reference

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

External URL reference

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

External URL reference

SourceSKILL.md
357curl -s -X POST https://www.agentpmt.com/api/external/tools/695f07a52c56dabda3e89f3f/invoke \
low line 377

External URL reference

SourceSKILL.md
377SERVER = "https://www.agentpmt.com"
low line 467

External URL reference

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

External URL reference

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