pylot-workers
Pass
Audited by Gen Agent Trust Hub on Aug 4, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides documentation for worker lifecycle management (spawn, prompt, poll, stop) using environment variables for configuration and authentication, which is a standard and secure practice for managing sensitive tokens like
PYLOT_DISPATCH_TOKEN. - [COMMAND_EXECUTION]: The shell snippets utilize
python3 -cto parse JSON data from API responses. This is a local data processing pattern and does not involve dynamic execution of untrusted code. - [DATA_EXFILTRATION]: The skill performs network requests via
curlto interact with a worker gateway API defined by the$PYLOT_APIenvironment variable. These operations are consistent with the skill's primary purpose of driving remote worker infrastructure. - [SAFE]: Evaluation of potential indirect prompt injection surface identifies that while the skill passes a
$PROMPTvariable to remote workers, it functions as a baseline template for other skills. - Ingestion points: The
$PROMPTvariable inSKILL.mdsnippets. - Boundary markers: None explicitly defined in the provided snippets.
- Capability inventory: Network access via
curland local data processing viapython3. - Sanitization: No explicit sanitization of the
$PROMPTvariable is performed in these lifecycle templates. - [SAFE]: No obfuscation, persistence mechanisms, or unauthorized privilege escalation patterns were detected.
Audit Metadata