skills/boshu2/agentops/llm-wiki/Gen Agent Trust Hub

llm-wiki

Pass

Audited by Gen Agent Trust Hub on May 18, 2026

Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
  • [PROMPT_INJECTION]: The skill defines an architecture for ingesting untrusted external data (articles, papers, transcripts), which introduces a surface for indirect prompt injection.
  • Ingestion points: Content is read from the raw/ directory as described in SKILL.md (Phase 2).
  • Boundary markers: Absent; the documentation does not specify delimiters to separate untrusted content from agent instructions.
  • Capability inventory: The skill has capabilities to read/write files and execute git mv as documented in SKILL.md phases 1 through 5.
  • Sanitization: Absent; no mention of filtering or sanitizing external content before processing.
  • [COMMAND_EXECUTION]: The scripts/validate.sh file contains shell commands for internal structural validation.
  • Evidence: Uses grep, head, and bash -c to check for specific strings within the skill's own SKILL.md file. These operations are static, perform read-only checks on project metadata, and are restricted to the skill's directory.
Audit Metadata
Risk Level
SAFE
Analyzed
May 18, 2026, 01:22 AM
Security Audit — agent-trust-hub — llm-wiki