ticket-autopilot

Warn

Audited by Socket on Sep 2, 2026

2 alerts found:

Anomalyx2
AnomalyLOW
scripts/autopilot/final_tree_transaction.py

No clear evidence of overt malware (no network exfiltration, no backdoor behavior, no credential theft, no eval/exec). The primary security concern is host filesystem safety: effect['path'] is used to build repo / path targets for reading, writing (atomic replace), and deleting files, without explicit rejection of traversal/absolute paths. If attacker-controlled manifest/effects can reach this code, this could enable writing/deleting files outside the intended repo directory. Otherwise, if inputs are fully trusted, the code appears to be a rigorous integrity/proofing mechanism around Git operations.

Confidence: 62%Severity: 55%
AnomalyLOW
scripts/autopilot/verification_checkpoint.py

This module is primarily a deterministic checkpointing/verification pipeline with strong integrity checks for checkpoint files (canonical JSON + SHA-256 digest/binding validation). However, it dynamically loads and executes verification_audit_root/scripts/verification_contract.py using exec_module without sandboxing or integrity/signature verification, creating a direct arbitrary code execution risk if that contract file or its path can be modified or supplied by an attacker. No explicit malicious payload (networking/exfiltration/backdoors) is present in the shown code, but the contract/adapters run with full process privileges and their outputs are persisted to disk.

Confidence: 72%Severity: 68%
Audit Metadata
Analyzed At
Sep 2, 2026, 07:37 PM
Package URL
pkg:socket/skills-sh/carlitose%2Fagent-skills%2Fticket-autopilot%2F@bf63ac5d7c424c5ae4194105a85ce66b50c4916fe5ae7e728b6bf483ad54e10b
Security Audit — socket — ticket-autopilot