lov-writing-style
Pass
Audited by Gen Agent Trust Hub on Sep 8, 2026
Risk Level: SAFECOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTIONDATA_EXFILTRATIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes bundled Python scripts (
style_audit.py,profile_store.py,validate_skill.py) to perform local text analysis and manage user configuration. These operations are performed using theBashtool and are restricted to the local environment and its own skill directory. - [DATA_EXFILTRATION]: The
profile_store.pyscript manages local user profiles stored in standard configuration directories (e.g.,~/.config/agent-skills). It implements a security check to prevent the storage of sensitive information, explicitly blocking keys containing terms like 'token', 'secret', 'password', or 'api_key'. - [INDIRECT_PROMPT_INJECTION]: As the skill processes user-provided drafts and notes, it is potentially exposed to indirect prompt injection. However, the instructions in
SKILL.mdinclude a specific directive to the agent to treat all user-provided material as input data rather than instructions, which effectively mitigates the risk of the agent executing commands embedded in user text. - [EXTERNAL_DOWNLOADS]: The skill requires the
PyYAMLPython package for source validation. This is a standard, well-known library used for parsing configuration files and is not considered a risky dependency.
Audit Metadata