Audit-Verlauf
zentao-task-planner - 4 Audits
Audit-Version 4
Neueste Mittleres RisikoJun 28, 2026, 10:48 AM
Static findings are partly confirmed: this skill intentionally runs local Python scripts, reads ZenTao credentials from environment files, and makes authenticated requests to a configured ZenTao server. I found no prompt injection attempt or evidence of malicious third-party exfiltration, but the credential handling and state-changing task operations require clear user review and warnings.
Probleme mit mittlerem Risiko (3)
Probleme mit niedrigem Risiko (3)
Risikofaktoren
⚡ Enthält Skripte (5)
🌐 Netzwerkzugriff (6)
📁 Dateisystemzugriff (4)
🔑 Umgebungsvariablen (4)
Erkannte Muster
Audit-Version 3
Mittleres RisikoMay 7, 2026, 09:15 AM
This is a legitimate Zentao task management integration skill. Static analysis flagged 200 potential issues, but evaluation reveals most are false positives. The reference markdown files show command examples with backtick syntax (not actual code execution). Python system calls like getpass.getuser() and os.path operations are standard path handling, not reconnaissance. Network access is limited to user-configured Zentao instances. Credentials are properly loaded from environment variables with no hardcoded secrets. The skill includes standard safety patterns: preview-only mode with --execute flag, user confirmation required for destructive operations, no arbitrary command injection.
Probleme mit hohem Risiko (1)
Probleme mit mittlerem Risiko (2)
Probleme mit niedrigem Risiko (5)
Risikofaktoren
🌐 Netzwerkzugriff (1)
⚡ Enthält Skripte (2)
Audit-Version 2
Niedriges RisikoMay 6, 2026, 06:26 AM
Scanned 17 files (1770 lines). Static analyzer flagged 173 patterns, but extensive manual review confirms this is a legitimate Zentao task management skill with mostly false positive detections. The skill operates on user-configured self-hosted Zentao instances only, uses environment variables for credentials (standard pattern), and all modifications require explicit user confirmation with --execute flag. No malicious intent or exfiltration behavior detected.
Probleme mit mittlerem Risiko (2)
Probleme mit niedrigem Risiko (3)
Risikofaktoren
🌐 Netzwerkzugriff (4)
🔑 Umgebungsvariablen (3)
⚡ Enthält Skripte (1)
Audit-Version 1
Niedriges RisikoApr 27, 2026, 06:22 AM
This is a legitimate ZenTao task management integration skill. Static analysis flagged 160 potential issues, but evaluation confirms these are mostly false positives. The skill legitimately accesses .env files for credential storage (required for ZenTao authentication) and makes HTTP requests to a user-configured ZenTao instance (core functionality). No prompt injection or malicious intent detected.