honey-eco
Pass
Audited by Gen Agent Trust Hub on Jul 30, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill instructs the installation of the
ecologitsPython package. While this tool is relevant to the skill's purpose of monitoring carbon footprints, it is an unversioned third-party dependency installed at runtime. - [COMMAND_EXECUTION]: The skill executes local scripts
scripts/eco-session.jsandscripts/eco_report.pyusing Node.js and Python to generate usage reports from the repository's data. - [PROMPT_INJECTION]: The skill processes session data, creating a surface for indirect prompt injection.
- Ingestion points: Session transcripts are ingested via the
--transcriptflag inscripts/eco-session.js(referenced inSKILL.md). - Boundary markers: The instructions lack explicit delimiters or "ignore embedded instructions" warnings for the agent when processing the transcript content.
- Capability inventory: The skill has the capability to execute shell commands and write output based on the processed data.
- Sanitization: There is no mention of sanitization or filtering of external transcript content before it is processed by the reporting tool.
Audit Metadata