audit-harness-usage
Pass
Audited by Gen Agent Trust Hub on Aug 12, 2026
Risk Level: SAFECOMMAND_EXECUTIONDATA_EXFILTRATIONPROMPT_INJECTION
Full Analysis
- [UNVERIFIABLE_DEPENDENCIES_AND_REMOTE_CODE_EXECUTION]: The script
scripts/antigravity_quota.pyusessubprocess.runto call system utilitiespsandlsoffor local process and port discovery. Evidence:subprocess.run(["/bin/ps", "-ax", "-o", "pid=,command="])andsubprocess.run([lsof, "-nP", "-iTCP", ...])inscripts/antigravity_quota.py. - [DYNAMIC_EXECUTION]: The developer utility
scripts/verify_codexbar_parity.pyexecutes a binary specified via command-line arguments for parity verification. Evidence:subprocess.run([args.codexbar_bin, "cost", ...])inscripts/verify_codexbar_parity.py. - [DATA_EXPOSURE_AND_EXFILTRATION]: The skill scans local directories associated with AI agent harnesses (e.g.,
~/.codex,~/.claude,~/.gemini) to read usage metadata. Evidence:SKILL.mddefines default discovery paths in user home directories. - [INDIRECT_PROMPT_INJECTION]: The skill processes untrusted JSON/JSONL trace logs which could contain malicious content, but it includes robust sanitization logic. Ingestion points:
scripts/audit_harness_usage.pyreads external logs. Boundary markers: The skill instructions emphasize never copying prompt or response content into output. Capability inventory: The skill can write files and execute local discovery commands. Sanitization: Employssafe_modelfor string normalization andhtml.escapeinscripts/html_report.py.
Audit Metadata