Back to skill
Skillv1.0.0
Static analysis security
Todolist Md Clawdbot · Deterministic local checks for risky code patterns and metadata mismatches.
Scanner verdict
ReviewApr 30, 2026, 4:59 AM
- Summary
- Detected: suspicious.dangerous_exec, suspicious.env_credential_access, suspicious.potential_exfiltration
- Reason codes
- suspicious.dangerous_execsuspicious.env_credential_accesssuspicious.potential_exfiltration
- Engine
- v2.4.5
Evidence
criticalscripts/todolist_drive_folder_agent.mjs:208
Shell command execution detected (child_process).
suspicious.dangerous_exec
criticalscripts/todolist_agent_entrypoint.mjs:192
Environment variable access combined with network send.
suspicious.env_credential_access
criticalscripts/todolist_drive_folder_agent.mjs:179
Environment variable access combined with network send.
suspicious.env_credential_access
warnscripts/todolist_agent_entrypoint.mjs:157
File read combined with network send (possible exfiltration).
suspicious.potential_exfiltration
warnscripts/todolist_drive_folder_agent.mjs:100
File read combined with network send (possible exfiltration).
suspicious.potential_exfiltration
