warp-compile-time-optimizer
Pass
Audited by Gen Agent Trust Hub on Aug 13, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The
scripts/warp_compile_probe.pyscript usessubprocess.run()to execute a user-specified command. This is the core functionality of the skill, designed to profile the JIT compilation behavior of a specific Warp-based application. The script uses an isolated environment by overriding cache paths and does not require elevated privileges. - [REMOTE_CODE_EXECUTION]: While the skill involves executing code, it is restricted to the local command provided by the user for profiling purposes. There are no patterns of fetching and executing scripts from remote or untrusted servers.
- [DATA_EXFILTRATION]: The skill instructions and scripts do not access sensitive file paths (like
.sshor.aws) or perform network operations to external domains. Cache directories are created in the system temporary directory and managed locally. - [PROMPT_INJECTION]: The skill instructions are purely technical and do not contain patterns intended to bypass AI safety filters or override system instructions.
- [PERSISTENCE_MECHANISMS]: No attempts to modify shell profiles, cron jobs, or registry keys were detected. The skill uses
atexithooks in Python to clean up temporary directories after execution.
Audit Metadata