mkit
Warn
Audited by Gen Agent Trust Hub on Jul 7, 2026
Risk Level: MEDIUMEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONDATA_EXFILTRATIONCREDENTIALS_UNSAFEPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill instructs the installation of the
mkit-clibinary from an external source usingcargo install mkit-cli. - [COMMAND_EXECUTION]: The skill uses shell commands to drive the
mkitCLI for repository management, key generation, and object inspection. - [DATA_EXFILTRATION]: The skill supports network protocols such as
mkit+https,mkit+s3, andmkit+sshand provides commands likemkit pushthat allow local repository content to be sent to external endpoints. - [CREDENTIALS_UNSAFE]: The skill manages private signing keys stored in
.mkit/keys/and interacts with theSSH_AUTH_SOCKenvironment variable for authentication, which are sensitive assets. - [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection. 1. Ingestion points: Data enters the environment via
mkit cloneandmkit pullfrom remote repositories andmkit addfor local files (SKILL.md). 2. Boundary markers: Absent; there are no instructions to the agent to ignore embedded commands or instructions within repository data. 3. Capability inventory: The skill can execute shell commands, write to the filesystem, and perform network operations via themkitCLI (SKILL.md). 4. Sanitization: Absent; no validation or escaping of repository content is specified before processing.
Audit Metadata