trekker
Pass
Audited by Gen Agent Trust Hub on Feb 25, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill implements a local-first task tracking system using the
trekkerCLI. All operations are performed on a local SQLite database stored in the.trekker/directory. - [COMMAND_EXECUTION]: The skill uses local CLI commands for task management (e.g.,
trekker task create,trekker epic show). These are standard operational commands for the intended purpose of the skill and do not involve shell injection or arbitrary command execution from untrusted sources. - [DATA_EXPOSURE]: Data storage is restricted to a local SQLite database (
.trekker/trekker.db). There are no network operations, data exfiltration patterns, or hardcoded credentials detected. - [REMOTE_CODE_EXECUTION]: There are no patterns involving remote script downloads, package installations from external registries, or dynamic code execution.
Audit Metadata