cfo
Pass
Audited by Gen Agent Trust Hub on Jun 14, 2026
Risk Level: SAFEDATA_EXFILTRATIONPROMPT_INJECTION
Full Analysis
- [DATA_EXFILTRATION]: Hardcoded absolute file path exposure.
- Evidence: The file
SKILL.mdhardcodes the project path/Users/jeffforkan/Projects/treasury_path/. - Impact: This reveals the local username ('jeffforkan') and directory structure of the machine where the skill was developed or intended to run, which is a form of information disclosure.
- [PROMPT_INJECTION]: Indirect prompt injection attack surface (Category 8).
- Ingestion points: The skill explicitly accepts untrusted data in the form of 'Freeform text updates' and 'Excel file paths' (analyzed at runtime) within the
Subsequent Syncssection ofSKILL.md. - Boundary markers: Absent. There are no delimiters or instructions provided to the agent to ignore or isolate potentially malicious instructions embedded in the user-provided metrics or files.
- Capability inventory: The skill performs file-write operations to update
latest_forecast.json,sync_history.json, and generate new snapshot files. - Sanitization: Absent. The instructions do not include validation steps or sanitization for the data parsed from the external inputs before writing them to the local filesystem.
Audit Metadata