publish-skills
Fail
Audited by Gen Agent Trust Hub on Apr 13, 2026
Risk Level: HIGHDATA_EXFILTRATIONCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [DATA_EXFILTRATION]: The skill accesses the sensitive file path
~/.envto retrieve authentication credentials (HIMARKET_PUBLISH_USERNAME,HIMARKET_PUBLISH_PASSWORD). These credentials, along with the full content of localSKILL.mdfiles, are transmitted to an external endpoint defined by theHIMARKET_PUBLISH_URLvariable. - [COMMAND_EXECUTION]: The skill utilizes several shell utilities to perform its operations, including
curlfor network requests,zipfor packaging skill directories,jqfor JSON processing, andmktempfor creating temporary archives. It also uses thesourcecommand to execute the contents of~/.env, which could lead to arbitrary command execution if that file is compromised. - [PROMPT_INJECTION]: The skill processes untrusted local data, presenting an indirect prompt injection surface. Ingestion points: Content is read from
SKILL.mdfiles in a user-specified directory. Boundary markers: None are present to delimit untrusted data when used in internal logic. Capability inventory: The skill has the ability to perform network POST/PATCH operations and read/write files. Sanitization: Apart from truncating the description to 256 characters, no sanitization or escaping is performed on the ingested content before it is processed or uploaded.
Recommendations
- AI detected serious security threats
Audit Metadata