create-docs
Pass
Audited by Gen Agent Trust Hub on Sep 2, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill ingests data from local component source files to generate documentation, exposing an attack surface for indirect prompt injection.
- Ingestion points: The agent reads file content from path patterns like
src/components/ui/[component-name]/index.tsxandpackages/gluestack-core/src/[component-name]/creator/index.tsxin Phase 2. - Boundary markers: There are no explicit instructions or delimiters used to ensure the agent ignores malicious instructions that might be embedded in the component code or comments.
- Capability inventory: The skill allows the agent to write new MDX and Handlebars files, update
sidebar.json, and execute shell commands such asyarn devandgit commit. - Sanitization: The skill does not implement sanitization or validation of the ingested code before using it to plan the documentation structure or generate summaries.
- [COMMAND_EXECUTION]: The skill incorporates shell command execution as part of the documentation and development workflow.
- The agent is instructed to run
yarn devwithin theapps/websitedirectory to preview documentation. - The skill defines a dynamic installation command in generated documentation using
process.env.NEXT_PUBLIC_GLUESTACK_COMMAND, defaulting to the vendor-providednpx gluestack-uitool.
Audit Metadata