prompt-analyzer
Pass
Audited by Gen Agent Trust Hub on Mar 29, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill's primary purpose is read-only analysis of prompt data stored in a local SQLite database (elements.db). It does not request or use any network-enabled tools.
- [SAFE]: No sensitive file access was detected. The database access is limited to the skill's own operational data (elements, prompt history, and statistics).
- [SAFE]: The skill uses clear instructions for the agent to format output using Markdown boundaries, which helps mitigate risks associated with displaying untrusted content from the prompt history.
- [SAFE]: All functionality is implemented through a local Python module (prompt_analyzer.py) with specific, narrow scopes. There are no signs of dynamic code execution (eval/exec) or arbitrary command execution.
- [SAFE]: No obfuscation, prompt injection bypasses, or persistence mechanisms were found in the provided file.
Audit Metadata