moose-basics
Pass
Audited by Gen Agent Trust Hub on May 2, 2026
Risk Level: SAFECOMMAND_EXECUTIONCREDENTIALS_UNSAFEPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes the
Bashtool to perform system-level operations and execute product-specific CLI commands. This includes managing background processes usingnohupandpkill(e.g.,pkill -f 'moose dev'), as well as usingcurlfor health checks on the local webserver. - [CREDENTIALS_UNSAFE]: Documentation within the skill includes references to default credentials (
panda:pandapass) for the local development environment's ClickHouse instance, mentioned to assist the agent in recognizing authentication-related errors in logs. - [PROMPT_INJECTION]: The instructions include directives for the agent to ignore specific patterns (such as the deprecated
IngestPipelineclass) that may exist in its "training memory" or in "scaffolded comments," which functions as a command to override previous instructions or training. Additionally, the skill establishes a surface for indirect prompt injection: - Ingestion points: The agent is instructed to read and analyze untrusted data from
moose.logand the results ofmoose querycommands. - Boundary markers: Absent. The skill does not provide delimiters or instructions for the agent to treat data from these external sources as non-executable text.
- Capability inventory: The agent has the ability to execute shell commands via
Bashand perform file system operations. - Sanitization: Absent. No instructions are given to sanitize or validate the content of the logs or database responses before the agent processes or acts upon them.
Audit Metadata