readme-write

Pass

Audited by Gen Agent Trust Hub on Mar 2, 2026

Risk Level: SAFEPROMPT_INJECTION
Full Analysis
  • [PROMPT_INJECTION]: The skill exhibits an attack surface for indirect prompt injection as it processes and interpolates untrusted data from the user's project environment.
  • Ingestion points: The skill instructions in SKILL.md (Step 1 and Step 3) direct the agent to analyze package.json, requirements.txt, Cargo.toml, and existing README.md files.
  • Boundary markers: There are no explicit instructions or delimiters defined to separate the agent's system instructions from the potentially untrusted content found in project configuration files.
  • Capability inventory: The skill has the capability to write to the local filesystem by creating or modifying the README.md file based on analyzed data.
  • Sanitization: The skill lacks instructions for sanitizing or validating strings extracted from project files (e.g., project names or descriptions) before they are written to the documentation output.
  • [EXTERNAL_DOWNLOADS]: The skill references image URLs from img.shields.io for generating status badges. This is a well-known and standard service for documentation and does not pose a security risk in this context.
Audit Metadata
Risk Level
SAFE
Analyzed
Mar 2, 2026, 02:43 AM