persona
Warn
Audited by Gen Agent Trust Hub on Jul 7, 2026
Risk Level: MEDIUMDATA_EXFILTRATIONPROMPT_INJECTION
Full Analysis
- [DATA_EXFILTRATION]: The skill constructs file paths using the user-provided
$ARGUMENTS(the{name}parameter) and explicitly instructs the agent to use parent directory traversal:~/.claude/skills/persona/../../../app/personas/{name}.md. This pattern is highly susceptible to directory traversal attacks. An attacker could provide a value like../../../../../../etc/passwdto bypass the intended directory and read sensitive system files. - [PROMPT_INJECTION]: The skill implements an indirect prompt injection surface by reading content from external files and instructing the agent to follow them as "guidelines" for the rest of the session.
- Ingestion points: Reads files from
app/personas/*.mdand usesGlobto list files. - Boundary markers: None. The skill lacks delimiters (like XML tags) or instructions to treat the file content as untrusted data.
- Capability inventory: The agent has access to
ReadandGlobtools. - Sanitization: None. The content is loaded directly into the conversation context.
Audit Metadata