thoughtful-gpt
Pass
Audited by Gen Agent Trust Hub on May 1, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [SAFE]: No signs of obfuscation, hardcoded credentials, or persistence mechanisms were detected within the skill instructions.
- [EXTERNAL_DOWNLOADS]: The skill requires the installation of the
@membranehq/clipackage from the npm registry, which is the official tool from the vendor (membranedev). - [COMMAND_EXECUTION]: The skill utilizes shell commands via the Membrane CLI to manage authentication and interact with external data services.
- [PROMPT_INJECTION]: A surface for indirect prompt injection exists because the skill processes results from external actions.
- Ingestion points: Data from Thoughtful GPT enters the agent's context through the
outputfield of themembrane action runcommand. - Boundary markers: There are no explicit instructions or delimiters provided to prevent the agent from executing instructions that might be contained within the external data.
- Capability inventory: The agent can execute shell-based actions using
membrane action runand can dynamically generate new actions viamembrane action createin SKILL.md. - Sanitization: There is no evidence of sanitization or validation performed on the external data before it is interpreted by the agent.
Audit Metadata