agents-context-management
Pass
Audited by Gen Agent Trust Hub on Aug 4, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes shell commands for repository management and discovery, specifically
git rev-parse --show-toplevelfor identifying the repository root,fdfor file discovery, andln -sf AGENTS.md CLAUDE.mdto maintain compatibility symlinks within the repository. - [PROMPT_INJECTION]: The skill is subject to indirect prompt injection risks as it processes repository data to generate documentation. 1. Ingestion points: Reads repository content from
README.md,AGENTS.md, and project manifests such aspackage.jsonorCargo.toml. 2. Boundary markers: The instructions lack specified delimiters or isolation mechanisms to prevent instructions within those files from influencing the agent's behavior. 3. Capability inventory: The agent is authorized to write Markdown files and manage filesystem symlinks within the repository scope. 4. Sanitization: The skill does not perform explicit sanitization or validation of the ingested repository text. - [SAFE]: The skill implements a 'Repository Guard Rail' shell script that performs active checks to prevent execution at the filesystem root, the user's home directory, or within specific agent configuration directories (e.g.,
.agents,.codex), which effectively mitigates accidental or malicious system-wide writes.
Audit Metadata