create-crush
Pass
Audited by Gen Agent Trust Hub on Sep 21, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONDATA_EXFILTRATIONCOMMAND_EXECUTIONEXTERNAL_DOWNLOADSDYNAMIC_EXECUTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill processes untrusted external data sources, which creates a vulnerability where malicious instructions embedded in chat logs or social media posts could influence agent behavior.
- Ingestion points: The scripts
tools/wechat_parser.py,tools/qq_parser.py, andtools/social_parser.pyingest and summarize external files provided by the user. - Boundary markers: The skill attempts to use "Layer 0" persona constraints in
prompts/persona_builder.mdto define boundaries, but these are instructional rather than technical barriers. - Capability inventory: The skill is authorized to use
Bash,Write, andEdittools, allowing it to execute commands and modify the filesystem based on analyzed content. - Sanitization: The tool outputs are parsed via regular expressions but do not appear to have filters for detecting or stripping prompt injection payloads.
- [DYNAMIC_EXECUTION]: The skill generates new executable agent skill definitions (
SKILL.md) at runtime within thecrushes/directory. These generated skills are built from data extracted from external logs and user descriptions, which the agent platform then loads and executes. - [DATA_EXPOSURE]: The skill is specifically designed to harvest and aggregate highly sensitive personal information.
- Metadata Extraction:
tools/photo_analyzer.pyuses thePillowlibrary to extract GPS coordinates, timestamps, and device information from image EXIF data. - Private Log Analysis: The parser scripts extract private conversation patterns, frequency, and emotional content from WeChat and QQ exports.
- [COMMAND_EXECUTION]: The
SKILL.mdutilizes theBashtool to run local Python utilities in thetools/directory to facilitate data parsing, version management, and file consolidation. - [EXTERNAL_DOWNLOADS]: The project includes a
requirements.txtfile that specifiesPillow, a well-known image processing library, as a dependency.
Audit Metadata