mindos-zh
Pass
Audited by Gen Agent Trust Hub on May 9, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill provides instructions to install the
@geminilight/mindospackage from the npm registry, which is the official CLI tool provided by the vendor for interacting with the knowledge base. - [COMMAND_EXECUTION]: The skill interacts with the user's local system using the
mindosCLI tool. It performs scoped operations likefile list,file read,file write, andsearch, ensuring that all actions are performed through a structured interface. - [INDIRECT_PROMPT_INJECTION]: The skill has an attack surface for indirect prompt injection as it ingests and processes content from a user's knowledge base.
- Ingestion points: External data enters the agent context via
mindos file readandmindos searchcommands. - Boundary markers: The instructions do not explicitly specify delimiters or 'ignore' warnings for the data being read.
- Capability inventory: The skill possesses file system capabilities including writing, deleting, and renaming files via the
mindosCLI. - Sanitization: There is no mention of explicit sanitization or filtering of the content retrieved from the knowledge base files.
- [SAFE]: The skill implements strong safety rules, such as prohibiting writes to the root directory, requiring a 'read-before-write' sequence to avoid data loss, and mandating that multi-file changes be presented to the user for confirmation before execution.
Audit Metadata