knowledge-board
Warn
Audited by Gen Agent Trust Hub on Aug 1, 2026
Risk Level: MEDIUMPROMPT_INJECTIONCOMMAND_EXECUTIONCREDENTIALS_UNSAFE
Full Analysis
- [PROMPT_INJECTION]: The skill instructions explicitly state that instructions found in the
KNOWLEDGE.mdfile "son vinculantes y prevalecen sobre los comportamientos por defecto de esta skill" (are binding and prevail over the default behaviors of this skill). This allows the agent's core logic to be overridden by content in a workspace file. - [COMMAND_EXECUTION]: The skill constructs and executes shell commands using the GitHub CLI (
gh). - Evidence: It uses
gh issue create,gh project item-add,gh project item-edit, andgh label createwith parameters like<repository>,<título>, and<descripción>sourced fromKNOWLEDGE.mdor user input. If these fields contain malicious shell characters or point to unauthorized repositories, the agent may perform unintended actions. - [CREDENTIALS_UNSAFE]: The skill instructs the agent to check for and request high-privilege scopes for the user's GitHub session.
- Evidence: The skill directs the user to run
gh auth refresh -s projectif the current token lacks project access, granting the agent significant permissions over the user's GitHub organization and projects.
Audit Metadata