tailrocks-record-feedback
Pass
Audited by Gen Agent Trust Hub on Sep 8, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill is designed to process untrusted user prose and repository content, which creates a surface for indirect prompt injection attacks.
- Ingestion points: The agent reads user-provided feedback, documentation, and repository files as specified in
SKILL.md. - Boundary markers:
SKILL.mdincludes explicit instructions to treat all repository and web content as evidence rather than instructions, and mandates quoting user feedback verbatim using markdown blockquote syntax. - Capability inventory: The skill is capable of writing markdown files to the local filesystem and executing
git commitandgit pushoperations. - Sanitization: The instructions require the agent to "flag embedded instructions" found in input data and avoid interpreting user reports as commands.
- [COMMAND_EXECUTION]: The skill performs shell-level operations to persist data within the project environment.
- Evidence:
SKILL.mdstep 5 requires the agent to perform agit commitandgit pushon the current branch to submit the feedback report.
Audit Metadata