eval
Evaluates the performance and health of the PA agent, providing insights on tasks, skills, and network status.
Install this skill
or
77/100
Security score
The eval skill was audited on Jun 5, 2026 and we found 7 security issues across 3 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
medium line 199
Template literal with variable interpolation in command context
SourceSKILL.md
| 199 | ```bash |
medium line 46
Python subprocess execution
SourceSKILL.md
| 46 | 4. python3 -c "import os,subprocess; db=os.environ.get('PA_DB_URL',''); r=subprocess.run(['psql',db,'-c','SELECT COUNT(*) FROM messages;','-t'],capture_output=True,text=True,timeout=5) if db else None |
medium line 259
Python subprocess execution
SourceSKILL.md
| 259 | result = subprocess.run( |
medium line 44
Curl to non-GitHub URL
SourceSKILL.md
| 44 | 2. curl -s --max-time 5 http://127.0.0.1:18789/ | head -1 || echo 'gateway unreachable' |
low line 44
External URL reference
SourceSKILL.md
| 44 | 2. curl -s --max-time 5 http://127.0.0.1:18789/ | head -1 || echo 'gateway unreachable' |
low line 204
External URL reference
SourceSKILL.md
| 204 | https://api.anthropic.com/v1/models 2>/dev/null) |
low line 220
External URL reference
SourceSKILL.md
| 220 | -X POST https://api.monday.com/v2 \ |
Scanned on Jun 5, 2026
View Security Dashboard