reflect-yourself

Fail

Audited by Gen Agent Trust Hub on Jun 14, 2026

Risk Level: CRITICALREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONDATA_EXFILTRATIONPROMPT_INJECTION
Full Analysis
  • [REMOTE_CODE_EXECUTION]: The README.md file and automated scanner alerts identify high-risk installation patterns where remote scripts from GitHub are piped directly into bash or PowerShell (iex). This allows the remote source to execute arbitrary code on the user's system without prior verification.
  • [COMMAND_EXECUTION]: The skill's operational commands, such as /reflect-yourself and /reflect-yourself-skills, instruct the agent to use filesystem tools to create directories and write executable or configuration-level files (like SKILL.md and .mdc rules) to sensitive local paths within the .cursor directory.
  • [DATA_EXFILTRATION]: The bin/install.js script and the main command instructions perform network operations to the npm registry (registry.npmjs.org) to verify versioning. While standard for many tools, this represents a non-whitelisted network connection originating from the skill's logic.
  • [PROMPT_INJECTION]: The skill processes untrusted conversation data to influence future agent behavior, representing an indirect prompt injection risk.
  • Ingestion points: The agent's conversation history is ingested during analysis by the /reflect-yourself and /reflect-yourself-skills commands.
  • Boundary markers: The rules/session-reflect.mdc file provides instructions to delimit and summarize learnings rather than executing them verbatim, though the primary SKILL.md does not enforce strict delimiter usage for the ingestion phase.
  • Capability inventory: The skill has broad capabilities to write, modify, and delete files in the .cursor/skills/ and .cursor/rules/ directories across both project-specific and global personal scopes.
  • Sanitization: The instructions in rules/session-reflect.mdc and the 'Safety & Provenance' section of commands/reflect-yourself.md advise the agent to sanitize and summarize learned content, though the implementation depends on the agent's adherence to these instructions.
Recommendations
  • HIGH: Downloads and executes remote code from: https://raw.githubusercontent.com/maorfsdev/reflect-yourself/main/install.sh - DO NOT USE without thorough review
  • AI detected serious security threats
Audit Metadata
Risk Level
CRITICAL
Analyzed
Jun 14, 2026, 08:50 AM
Security Audit — agent-trust-hub — reflect-yourself