codex-productivity-auditor
Warn
Audited by Gen Agent Trust Hub on Jun 15, 2026
Risk Level: MEDIUMDATA_EXFILTRATIONCOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [DATA_EXFILTRATION]: Accesses sensitive user session history stored locally.
- Evidence: The skill is configured to read raw interaction transcripts from
~/.codex/sessionsand~/.codex/archived_sessionsas documented inSKILL.mdandreferences/session-analysis-rubric.md. - Context: This data is used as the primary source for identifying repeated user corrections and steering signals.
- [COMMAND_EXECUTION]: Executes a bundled Python script to automate data analysis.
- Evidence:
SKILL.mdinstructs the agent to runscripts/transcript_signal_scan.pyto perform deterministic session analysis. - Behavior: The script parses JSONL files and applies regular expressions to extract specific interaction patterns.
- [EXTERNAL_DOWNLOADS]: Fetches live documentation from a well-known technology provider.
- Evidence:
agents/openai.yamlincludes an MCP tool dependency pointing tohttps://developers.openai.com/mcpfor OpenAI developer documentation. - Context: This is used to verify product behavior against current official guidance.
- [PROMPT_INJECTION]: Analyzes data that may contain untrusted instructions (Indirect Prompt Injection surface).
- Ingestion points: Processes user-role messages from historical session files (
~/.codex/sessions). - Boundary markers: The skill lacks formal boundary markers for processed snippets, although
references/session-analysis-rubric.mdinstructions suggest using compact paraphrases. - Capability inventory: Uses local script execution (
scripts/transcript_signal_scan.py) and project-wide file inspection. - Sanitization: Relies on regex filtering in the scanning script to identify 'noise' and instruction blocks.
Audit Metadata