create-boss
Pass
Audited by Gen Agent Trust Hub on Jun 12, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill requires the agent to execute bundled Python utilities (located in the
tools/directory, such asskill_writer.pyand various parsers) via theBashtool. These scripts process user-provided data and manage the creation/versioning of generated boss persona files. - [PROMPT_INJECTION]: The skill architecture involves ingesting untrusted external data (chat logs, emails, meeting notes) and interpolating it into prompts to define the behavior of new agent personas. This represents a surface for indirect prompt injection.
- Ingestion points: Files processed by
tools/email_parser.py,tools/feishu_parser.py,tools/wechat_parser.py, andtools/generic_chat_parser.py. - Boundary markers: The prompts in the
prompts/directory do not utilize explicit delimiters or 'ignore instructions' warnings for the ingested segments. - Capability inventory: The skill has access to
Read,Write,Edit, andBashtools, allowing it to modify files and execute local scripts. - Sanitization: The
tools/skill_writer.pyscript employs aslugifyfunction (optionally using thepypinyinlibrary) to sanitize project names for file system safety, although the extracted text content itself is not sanitized for malicious instructions.
Audit Metadata