lov-brainstorm
Pass
Audited by Gen Agent Trust Hub on Sep 7, 2026
Risk Level: SAFECOMMAND_EXECUTIONPERSISTENCEINDIRECT_PROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill execution includes running local Python scripts:
profile_store.pyfor configuration management andvalidate_skill.pyfor ensuring skill standards are met. - [PERSISTENCE]: The
profile_store.pyscript manages a local JSON configuration file (stored in directories like~/.config/agent-skills/) to persist user and skill-specific data between sessions. - [DATA_EXFILTRATION]: While the skill manages local configuration data, it explicitly implements a validation mechanism that blocks the recording of sensitive fields such as 'token', 'secret', 'password', and 'api_key' to the filesystem.
- [INDIRECT_PROMPT_INJECTION]: The skill is intended to process external project data and user input, creating a surface for potential instruction injection.
- Ingestion points: User-provided background information and project materials read during the workflow in
SKILL.md. - Boundary markers: Instructions require the agent to distinguish between user-supplied facts and internal assumptions.
- Capability inventory: The skill has the ability to write specific, non-sensitive configuration data to the local profile via the
profile_store.pyscript. - Sanitization: A sensitive key blacklist is applied to all data segments in
profile_store.pybefore it is written to the profile store.
Audit Metadata