light
Pass
Audited by Gen Agent Trust Hub on Jun 27, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTIONCREDENTIALS_UNSAFE
Full Analysis
- [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection due to its core function of processing external codebases, processes, and logs.
- Ingestion points: Targets including external codebases and system logs as specified in
SKILL.md. - Boundary markers: None identified; the skill does not include delimiters or instructions to ignore commands found within target data.
- Capability inventory: The skill utilizes
curlfor network requests and has the capability to modify files by adding documentation or logging artifacts. - Sanitization: No sanitization or validation of the processed system data is defined.
- [COMMAND_EXECUTION]: The skill requires
curland interacts with both local files and remote APIs (Home Assistant) to implement logging and documentation, which involves executing shell commands and network operations. - [CREDENTIALS_UNSAFE]: The skill identifies
HA_TOKENas a prerequisite but correctly recommends the use of environment variables for configuration (HA_URL,HA_TOKEN), avoiding the use of hardcoded secrets.
Audit Metadata