shareful-mine
Warn
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: MEDIUMEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- EXTERNAL_DOWNLOADS (MEDIUM): The skill requires the global installation of
claude-code-searchand execution ofshareful-aivia npx. These packages are not from trusted organizations listed in the security policy, posing a supply-chain risk. - Evidence:
npm install -g claude-code-searchandnpx shareful-ai checkin SKILL.md. - COMMAND_EXECUTION (LOW): The skill frequently executes the
ccscommand-line utility to search and retrieve data from the local file system. While this is the intended purpose, it relies on the integrity of the external tool. - PROMPT_INJECTION (LOW): Indirect Prompt Injection vulnerability exists as the skill ingests and processes untrusted conversation history from the user's past sessions.
- Ingestion points: Data enters the agent context via
ccs -joutput which reads from~/.claude/projects/(referenced in references/ccs-commands.md). - Boundary markers: Absent. The skill does not use delimiters or instructions to ignore embedded commands in the mined text.
- Capability inventory: The skill uses file-write operations to create
SHARE.mdfiles (SKILL.md Step 4). - Sanitization: Absent. The instructions suggest creating shares by copying content directly from the search results.
Audit Metadata