libraries-dev
Pass
Audited by Gen Agent Trust Hub on Sep 25, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONCOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The
libraries reviewcommand scans a user's project files, such aspackage.jsonand React components (.tsx,.js), to identify where UI effects might be useful. This analysis of untrusted local code creates a potential vulnerability where malicious instructions hidden in code comments or strings could influence the agent's actions during the review phase. - Ingestion points: Project configuration files and source code are read directly into the agent's context (e.g., in
SKILL.mdvia thelibraries reviewcommand). - Boundary markers: The skill does not implement delimiters or instructions to treat the analyzed code as data, which would prevent the agent from executing instructions embedded within it.
- Capability inventory: The skill possesses the capability to execute shell commands for package installation and to modify project files.
- Sanitization: No sanitization of the source code content is performed prior to analysis.
- [COMMAND_EXECUTION]: The skill uses system package managers (
npm,pnpm,yarn,bun) to install libraries and executes annpxcommand to potentially install a 'Pro' version of the skill. - [EXTERNAL_DOWNLOADS]: The skill installs and configures several external npm packages including
border-beam,thinking-orbs,liquid-gooey,voice-glow,bot-avatars,metal-fx,img-fx, and their dependencies such asthree.
Audit Metadata