skills/docker/docs/research/Gen Agent Trust Hub

research

Pass

Audited by Gen Agent Trust Hub on May 5, 2026

Risk Level: SAFE
Full Analysis
  • External Data Ingestion: The skill retrieves data from GitHub issues within the docker/docs repository. This introduces a surface for indirect prompt injection where user-generated content in issues could theoretically influence agent behavior. Boundary markers and sanitization for this external input are not explicitly defined in the instructions. However, the risk is minimized as the skill is limited to research and planning tasks rather than automated execution.
  • Command Input Handling: The skill uses user-supplied issue numbers to construct shell commands. While designed for numeric identifiers, this presents a theoretical surface for command injection if input is not properly validated. Providing only valid numeric identifiers is recommended.
  • Operational Constraints: The skill provides specific checks to prevent the modification of read-only or vendored files, which is a positive security practice for maintaining project integrity.
  • Fact Verification: It mandates the verification of claims against source code and release notes, reducing the likelihood of spreading unverified or potentially misleading information.
Audit Metadata
Risk Level
SAFE
Analyzed
May 5, 2026, 11:32 PM