react-flow-node-ts
Pass
Audited by Gen Agent Trust Hub on Feb 12, 2026
Risk Level: LOWNO_CODE
Full Analysis
The skill consists of a main markdown file (SKILL.md) providing instructions and two template files (assets/template.tsx, assets/types.template.ts) for React Flow node components, along with an acceptance criteria document (references/acceptance-criteria.md).
- Prompt Injection: No patterns indicative of prompt injection were found in any of the files. The skill's purpose is to provide code templates, not to be an interactive agent susceptible to injection.
- Data Exfiltration: No commands or code snippets were found that attempt to read sensitive files, access environment variables, or send data to external servers. The skill is purely instructional and templating.
- Obfuscation: No obfuscation techniques (Base64, zero-width characters, homoglyphs, URL/hex/HTML encoding) were detected in any of the files.
- Unverifiable Dependencies: The skill itself does not install or execute any external dependencies. The provided code templates reference standard, well-known libraries like
@xyflow/reactandzustand, which are dependencies for the user's project where the templates would be used, not for the skill itself. Therefore, this category is not applicable to the skill's direct execution. - Privilege Escalation: No commands or instructions were found that attempt to escalate privileges (e.g.,
sudo,chmod 777, system file modifications). - Persistence Mechanisms: No attempts to establish persistence (e.g., modifying shell profiles, creating cron jobs, systemd services) were found.
- Metadata Poisoning: The
nameanddescriptionfields inSKILL.mdare benign and accurately reflect the skill's purpose. - Indirect Prompt Injection: This skill does not process external user input in a way that would make it susceptible to indirect prompt injection.
- Time-Delayed / Conditional Attacks: No conditional logic for malicious actions based on time, usage, or environment was found.
Conclusion: The skill is entirely descriptive and provides code templates. It does not execute any commands or scripts, nor does it interact with the file system or network in a malicious way. It is a 'no-code' skill in terms of its own execution, making it inherently safe.
Audit Metadata