env-to-fnox
Warn
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: MEDIUMDATA_EXFILTRATIONCOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [DATA_EXFILTRATION] (MEDIUM): The skill uses
cat .envto read the contents of a sensitive file. This exposes all secrets to the agent's context and any associated logging systems. While necessary for the stated migration task, it constitutes a data exposure risk. - [COMMAND_EXECUTION] (MEDIUM): The skill generates commands like
op item createthat pass secret values as plaintext command-line arguments. This is a security anti-pattern as secrets can be leaked through shell history files (e.g., .bash_history), system monitoring tools, or process listings (ps). - [EXTERNAL_DOWNLOADS] (LOW): The skill installs the
fnoxtool viamise. Whilefnoxis the central component of this skill, downloading and executing external binaries introduces a dependency on the integrity of the tool's distribution channel. - [INDIRECT_PROMPT_INJECTION] (LOW): The skill processes external data from
.envfiles. - Ingestion points: Reading
.envfile viacatcommand. - Boundary markers: Absent; the agent reads raw file content without delimiters.
- Capability inventory: Subprocess execution (
mise,op,git,rm). - Sanitization: Absent; the skill does not validate or sanitize the content of the
.envfile before processing.
Audit Metadata