ce-explain
Warn
Audited by Gen Agent Trust Hub on Aug 4, 2026
Risk Level: MEDIUMPROMPT_INJECTIONCOMMAND_EXECUTIONDATA_EXFILTRATION
Full Analysis
- [PROMPT_INJECTION]: The
scripts/context.mjsscript generates directives such asSUBAGENT_AUTHORIZATIONandAUTONOMY_DIRECTIVE_CHECKthat explicitly instruct the agent to override or disregard harness-level constraints and system prompt defaults regarding autonomy and tool usage. - [COMMAND_EXECUTION]: The
Setupsection inSKILL.mdexecutes a bash script block that performs environment probing and runs a local Node.js utility (scripts/context.mjs). - [COMMAND_EXECUTION]: The skill utilizes
execFileSyncwithinscripts/context.mjsto rungitcommands for extracting repository metadata, including branch and commit information. - [DATA_EXFILTRATION]: The skill provides functionality to publish artifacts to external services like
ht-ml.appandProof. Although these actions require user confirmation, they involve transmitting repository-derived content to external platforms. - [PROMPT_INJECTION]: The skill exhibits an indirect prompt injection surface by ingesting data from
git log, pull requests, and project documentation. - Ingestion points: Git history, pull request metadata, and project documents in directories like
plans/orsolutions/(processed inreferences/agents/work-recap-scout.md). - Boundary markers: The skill does not define clear boundary markers or instructions to ignore embedded commands within the ingested data.
- Capability inventory: The skill possesses capabilities for repository inspection (
git), file system writes, and network-based publishing. - Sanitization: There is no evidence of sanitization or filtering for the data retrieved from external repository sources.
Audit Metadata