alignment-checkpoint
Warn
Audited by Gen Agent Trust Hub on Apr 12, 2026
Risk Level: MEDIUMCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill defines a mandatory 'Decision feedback protocol' in SKILL.md that executes a shell command:
python3 utilities/skill-builder/scripts/record_skill_feedback.py. This script is an unverifiable dependency located at a relative path outside the skill folder, which may lead to execution of unexpected code if the environment is compromised or the script path is spoofed. - [COMMAND_EXECUTION]: The telemetry command template incorporates a
--notesparameter intended to capture user feedback. This creates a vulnerability to command or argument injection if the agent interpolates the user's string into the shell command without rigorous sanitization, potentially allowing arbitrary code execution. - [PROMPT_INJECTION]: The skill exhibits an indirect prompt injection surface where untrusted user input is processed for both JSON extraction and telemetry feedback.
- Ingestion points: User request text processed in SKILL.md.
- Boundary markers: Absent; the user request is treated as canonical and quoted verbatim.
- Capability inventory: Shell command execution via the
record_skill_feedback.pyscript. - Sanitization: Limited to manual PII redaction guidance; no technical sanitization for shell execution is provided in the instructions.
Audit Metadata