create-senpai
Pass
Audited by Gen Agent Trust Hub on Apr 10, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes the
Bashtool to execute internal Python utilities for data parsing and file management.\n - Evidence:
SKILL.mdinvokespython3to runwechat_parser.py,qq_parser.py,social_parser.py,photo_analyzer.py,skill_writer.py, andversion_manager.py.\n- [PROMPT_INJECTION]: The skill facilitates an indirect prompt injection surface by converting untrusted external data into instruction-set metadata for new agents.\n - Ingestion points: Untrusted text from WeChat/QQ logs, PDFs, and meeting notes is read into the agent context via the
Readtool and custom parsers.\n - Boundary markers: The skill attempts to mitigate risks by wrapping generated content in a 'Layer 0' safety framework, though raw data is still interpolated into the instructional blocks.\n
- Capability inventory: The skill uses
WriteandEditto generate new, executableSKILL.mdfiles based on the processed data.\n - Sanitization: There is no evidence of robust sanitization or escaping of the user-provided chat text before it is inserted into the generated skill's prompts.
Audit Metadata