agent-instruction-hygiene
Warn
Audited by Gen Agent Trust Hub on Jun 24, 2026
Risk Level: MEDIUMCOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill directs the agent to execute shell commands, specifically
bun x --package skills skills add ...andgit diff --check. - [COMMAND_EXECUTION]: A command utilizes a hardcoded absolute directory path (
/Users/braden/Code/epicenter/.agents/skills). This exposes the host's directory structure and a specific username, which provides information about the host environment. - [EXTERNAL_DOWNLOADS]: The use of
bun x --package skillscan result in the automatic download and execution of theskillspackage from a public software registry if it is not present locally. Executing code from unversioned external packages introduces potential security risks. - [PROMPT_INJECTION]: The skill is designed to ingest and analyze instruction files such as
AGENTS.mdandCLAUDE.md. This creates an attack surface where instructions embedded in those files could influence the agent's behavior. Ingestion points: ReadsAGENTS.md,CLAUDE.md, and the.agents/skillsdirectory. Boundary markers: No delimiters or instructions are used to distinguish between the skill's logic and the data being analyzed. Capability inventory: The skill has the ability to execute shell commands usingbunandgit. Sanitization: There is no evidence of sanitization or validation of the content read from the instruction files before the agent acts upon the analysis.
Audit Metadata