T01 · Skill Instruction Hijacking
Note
- Location
- SKILL.md:181
- Finding
- Mandatory Branded Attribution in User-Facing Reports## Vulnerability Details **File Location**: `SKILL.md`, line 181 **Vulnerability Type**: `T01: Skill Instruction Hijacking` **Risk Level**: Low **Code Snippet**: ```markdown > This report was generated by OPC-AI Skill (mvp-validator), based on the AI Super Individual manuscript framework. ``` The snippet above is an English translation of the fixed footer in the source file. ### Technical Analysis The mandatory report template instructs the agent to append fixed OPC-AI branding and manuscript attribution to generated reports. This content is not necessary to perform MVP feasibility validation and modifies the agent's user-facing output for promotional or attribution purposes. Because the footer is embedded in the prescribed output template, an agent following the Skill may reproduce it automatically without asking whether the user wants third-party branding. This constitutes limited output manipulation rather than code execution, privilege escalation, or compromise of the agent's safety controls. ### Attack Path 1. A user invokes the `mvp-validator` Skill. 2. The agent follows the report workflow and mandatory Markdown template in `SKILL.md`. 3. The agent generates or saves an MVP feasibility report. 4. The fixed branded footer is inserted into the report. 5. The user may distribute the report without realizing that it contains third-party attribution, potentially creating an unintended appearance of affiliation or endorsement. ### Impact Assessment The issue affects the integrity and neutrality of generated documents. It may cause unsolicited branding to appear in reports and may imply an affiliation with OPC-AI or the referenced manuscript. No system privileges, credentials, local execution capabilities, persistent access, or access to additional data can be obtained through this behavior. The scope is limited to user-facing report content.
- Remediation
- ## Remediation Suggestions 1. Remove the fixed branded footer from the mandatory output template. 2. If attribution is operationally necessary, make it optional and request explicit user consent before including it. 3. Clearly distinguish factual methodology citations from promotional branding. 4. Permit users to generate neutral, unbranded reports by default. 5. Review the remainder of the output template for other fixed content that is unrelated to the user's requested analysis.
