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 Bash tool to run a local script, scripts/experiment_log.py, which handles the logic for appending, querying, and summarizing experiment logs. It also uses the tail command 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/ or tasks/) 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 the context/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 Bash tool 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
Risk Level
SAFE
Analyzed
Jun 12, 2026, 08:07 PM
Security Audit — agent-trust-hub — os-experiment-log