lov-kb-organize
Pass
Audited by Gen Agent Trust Hub on Sep 7, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONCOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill processes user-supplied knowledge base files (Markdown, wiki links) to perform reorganization and linting.
- Ingestion points: Reads files from
workspace.knowledge_rootandworkspace.project_rootas specified inSKILL.mdandskill.yaml. - Boundary markers: The
SKILL.mdexecution boundary states that the skill will not bypass protections, automatically send messages, or force-end user processes. - Capability inventory: Performs filesystem operations including reading, moving, and updating references within the project root.
- Sanitization: Relies on natural language analysis for deduplication and link updating; no explicit code-level sanitization against malicious instructions embedded in KB content is present.
- [COMMAND_EXECUTION]: The skill includes a helper script
scripts/profile_store.pyto manage local configuration and persistence. - Evidence: The script performs file I/O on specific local profile paths such as
~/.config/agent-skills/profile.jsonto persist user, brand, and workspace metadata. - Safety features: The script implements a
SENSITIVE_PARTSblacklist that explicitly blocks attempts to persist credentials, tokens, secrets, or passwords into the profile. - [EXTERNAL_DOWNLOADS]: The skill declares dependencies on other vendor resources for its full workflow.
- Evidence: The
SKILL.mdfrontmatter listslov-branding-consistencyas a dependency for reviewing public-facing text.
Audit Metadata