ck
Pass
Audited by Gen Agent Trust Hub on Jun 24, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill manages project context locally by storing data in the user's home directory under
~/.claude/ck/. It does not perform any network operations or access sensitive system files beyond standard project metadata files likepackage.jsonor.git/config. - [COMMAND_EXECUTION]: The skill executes
gitcommands viaspawnSyncto retrieve repository information and commit counts. These commands are executed safely using argument arrays rather than shell strings, which prevents command injection. - [PROMPT_INJECTION]: The skill processes project-specific files like
CLAUDE.mdandREADME.mdto build an automated context briefing. While these files are external data sources, the skill treats them as structured input for context tracking and presents data to the user for confirmation during initialization, which is standard behavior for project management tools.
Audit Metadata