skills/pavelsimo/skills/create-docs/Gen Agent Trust Hub

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 -p for creating the output directory, date -u for generating UTC timestamps, find for cataloging project files, and potentially git for 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 npx to 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) in SKILL.md workflow 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.md in 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
Risk Level
SAFE
Analyzed
Aug 3, 2026, 04:14 PM
Security Audit — agent-trust-hub — create-docs