run-history-skill-upgrader
Pass
Audited by Gen Agent Trust Hub on Aug 27, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill processes untrusted external data (logs, feedback, artifacts) to propose and apply structural upgrades to other skills, creating a surface for indirect prompt injection.
- Ingestion points: Untrusted data enters the context through run logs, screenshots, and user feedback as described in
SKILL.mdandreferences/evidence-and-scope.md. - Boundary markers: The skill enforces a mandatory two-stage approval process (
plan_onlyfollowed byapply_after_approval) inSKILL.mdto prevent automatic execution of malicious instructions. - Capability inventory: The skill possesses the capability to modify
SKILL.md, reference files, and Python scripts within the target skill directory. - Sanitization: Uses logical gates such as the 'Generalization Gate' in
references/upgrade-decision-protocol.mdto filter incident-specific data from permanent rules. - [COMMAND_EXECUTION]: The skill instructs the agent to execute local diagnostic and validation commands.
- Evidence:
SKILL.mdandreferences/validation-and-regression.mddetail the execution ofpython -m py_compile,python -m json.tool, and the local scriptscripts/validate_upgrade_artifacts.pyfor ensuring the integrity of upgraded artifacts.
Audit Metadata