maintaining-core-documentation
Pass
Audited by Gen Agent Trust Hub on Sep 14, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSPERSISTENCEPRIVILEGE_ESCALATIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill recommends installing a third-party extension from an external repository.
- Evidence: In
SKILL.md, the "Technical Writer Skill Synergy" section provides the commandnpx skills add https://github.com/shubhamsaboo/awesome-llm-apps --skill technical-writer -g -yto install an external skill.
- Evidence: In
- [PERSISTENCE]: The provided documentation samples include instructions for modifying shell configuration files.
- Evidence:
references/samples/README.mdcontains an instruction to append a command to the user's~/.bashrcfile:echo "eval \"\$(direnv hook bash)\"" >> ~/.bashrc.
- Evidence:
- [PRIVILEGE_ESCALATION]: The documentation samples include commands that require administrative privileges.
- Evidence:
references/samples/README.mdsuggests usingsudoto install software:sudo apt install direnv.
- Evidence:
- [INDIRECT_PROMPT_INJECTION]: The skill processes untrusted project data which creates a vulnerability surface for indirect prompt injection.
- Ingestion points: The agent is instructed to read existing documentation files (e.g.,
README.md,TODO.md,DESIGN.md) and codebase configuration files (e.g.,config.py,Makefile,*.tfvars,pyproject.toml) in theSKILL.mdunder "Core Principles" and "Document Maintenance Guide". - Boundary markers: The skill does not define specific delimiters or "ignore" instructions for the content it reads.
- Capability inventory: The skill has the capability to write and modify files in the repository and suggests executing shell commands for skill installation (
npx skills add). - Sanitization: There are no explicit instructions for sanitizing or validating the contents of the read files before they are used to update documentation.
- Ingestion points: The agent is instructed to read existing documentation files (e.g.,
Audit Metadata