update-docs
Pass
Audited by Gen Agent Trust Hub on Jun 26, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [SAFE]: The skill is a standard documentation utility for Next.js. No malicious code, obfuscation, or unauthorized access attempts were found in the provided files.
- [COMMAND_EXECUTION]: The skill utilizes
git diffto analyze code changes andpnpmcommands (pnpm lint,pnpm prettier-fix) to validate documentation formatting. These are standard operations for its stated purpose. - [PROMPT_INJECTION]: The skill has a surface for indirect prompt injection because it processes external data from code diffs and documentation files.
- Ingestion points:
git diffoutput and MDX documentation files. - Boundary markers: No specific delimiters or "ignore" instructions are provided to separate file content from agent instructions.
- Capability inventory: Includes
gitcommand execution and the ability to write to the local file system. - Sanitization: No sanitization or filtering of the ingested content is mentioned.
Audit Metadata