skill-creator-ms
Pass
Audited by Gen Agent Trust Hub on Sep 10, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill instructs the agent to ingest data from external sources (e.g., querying
microsoft-docsvia MCP) to ensure skill patterns remain current. This creates a surface for indirect prompt injection where malicious documentation could influence the skill creation process. - Ingestion points: MCP tool results from querying Microsoft documentation (SKILL.md).
- Boundary markers: None explicitly defined in the processing of external doc queries.
- Capability inventory: Shell command execution (ln, cd, pnpm, npx) for skill organization and testing (SKILL.md).
- Sanitization: Not explicitly implemented in the guide for handling external documentation content.
- [COMMAND_EXECUTION]: The skill instructions include shell commands for the agent to manage the filesystem and run local testing tools.
- Evidence: Commands such as
ln -sfor creating symlinks,pnpm harnessfor running the test suite, andnpx tsxfor documentation generation are included as standard parts of the development lifecycle described in SKILL.md.
Audit Metadata