vercel-react-best-practices
Warn
Audited by Gen Agent Trust Hub on Sep 6, 2026
Risk Level: MEDIUMMETADATA_POISONINGEXTERNAL_DOWNLOADSDYNAMIC_EXECUTIONCOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [METADATA_POISONING]: The skill's YAML frontmatter in
SKILL.mdidentifies the author asvercel, which creates a deceptive mismatch with the actual skill authorkimny1143. - [EXTERNAL_DOWNLOADS]: The documentation in
AGENTS.mdandrules/async-dependencies.mdrecommends utilizing the third-party librarybetter-allfrom theshudingGitHub account. - [EXTERNAL_DOWNLOADS]: The documentation in
rules/server-cache-lru.mdrecommends the implementation of thelru-cachelibrary from theisaacsGitHub account. - [DYNAMIC_EXECUTION]: The rule described in
rules/rendering-hydration-no-flicker.mdprovides implementation instructions for usingdangerouslySetInnerHTMLto execute a synchronous inline<script>that reads data fromlocalStorageat the time of hydration. - [COMMAND_EXECUTION]: The rule in
rules/rendering-svg-precision.mdsuggests the execution ofnpx svgoto perform coordinate precision reduction on SVG files. - [INDIRECT_PROMPT_INJECTION]: The skill defines a workflow for processing and refactoring user-provided React and Next.js source code.
- Ingestion points: React components and Next.js page files provided by the user for review or refactoring as described in
SKILL.md. - Boundary markers: There are no explicit instructions or delimiters provided to ensure the agent ignores malicious instructions that might be embedded in code comments or string literals within the user's files.
- Capability inventory: The skill enables the agent to perform automated refactoring, code generation, and bundle optimization tasks.
- Sanitization: The instructions do not define any sanitization or validation steps for the input source code before it is incorporated into the agent's context for processing.
Audit Metadata