grilling
Pass
Audited by Gen Agent Trust Hub on Jul 27, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No malicious patterns, such as obfuscation, credential harvesting, or unauthorized remote execution, were detected within the skill instructions.
- [PROMPT_INJECTION]: The skill exhibits a surface for indirect prompt injection by instructing the agent to ingest and act upon data from external sources like repository documentation and personal notes.
- Ingestion points: The skill reads
CONTEXT.md, Architecture Decision Records (ADRs), and files from the~/Obsidian/directory. - Boundary markers: Absent; there are no instructions to the agent to distinguish between its own system prompt and content found in these external files.
- Capability inventory: The agent is authorized to use filesystem tools to explore the environment and read content.
- Sanitization: Absent; no validation or filtering of ingested file content is performed.
- [COMMAND_EXECUTION]: The skill encourages the use of system tools to explore the environment and find facts, which is consistent with its role as a context-aware analysis tool.
Audit Metadata