os-experiment-log
Pass
Audited by Gen Agent Trust Hub on Jun 12, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes the
Bashtool to run a local script,scripts/experiment_log.py, which handles the logic for appending, querying, and summarizing experiment logs. It also uses thetailcommand to verify log entries. These actions are within the intended scope of the skill's functionality. - [PROMPT_INJECTION]: The skill possesses an indirect prompt injection surface because it ingests data from external reports (e.g., in
temp/ortasks/) and is instructed to relay or print this content "verbatim." If these source files are controlled by an attacker or a compromised tool, they could contain instructions designed to influence the agent's behavior during log review or summarization. - Ingestion points: Reads files from
temp/,tasks/, and thecontext/experiment-log/directory. - Boundary markers: Absent. The instructions do not specify the use of delimiters or provide the agent with warnings to ignore instructions embedded within the logged reports.
- Capability inventory: The agent has access to the
Bashtool to manage files and execute scripts. - Sanitization: There is no evidence of sanitization, filtering, or validation of the content within the report files before they are processed or displayed.
Audit Metadata