create-docs
Pass
Audited by Gen Agent Trust Hub on Aug 3, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill workflow involves executing shell commands to perform its tasks, including
mkdir -pfor creating the output directory,date -ufor generating UTC timestamps,findfor cataloging project files, and potentiallygitfor analyzing recent commit history. These commands are used for local environment management and are consistent with the skill's stated purpose. - [EXTERNAL_DOWNLOADS]: The README provides installation instructions using
npxto fetch the skill from the vendor's repository (pavelsimo/skills). This is a standard installation pattern for the platform and utilizes the author's own distribution channel. - [PROMPT_INJECTION]: The skill processes untrusted data from the local filesystem, creating a surface for indirect prompt injection. If the codebase being analyzed contains malicious instructions (e.g., in comments or configuration files), these could be included in the generated documentation.
- Ingestion points: The skill reads source code,
package.json, commit history, and various configuration files (e.g.,.eslintrc,pyproject.toml) inSKILL.mdworkflow steps 4 and 7. - Boundary markers: The generated files include a
<!-- Generated: ... -->timestamp header, but the skill does not explicitly use delimiters or instructions to ignore potential commands embedded within the code excerpts it extracts. - Capability inventory: The skill possesses capabilities to read the entire project directory, write new documentation files, and delete specific files during merge operations (e.g.,
PATTERNS.mdin step 8). - Sanitization: There are no explicit instructions to sanitize, escape, or filter content retrieved from the codebase before it is written to the documentation files.
Audit Metadata