content
Pass
Audited by Gen Agent Trust Hub on Jun 26, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The documentation references the installation of
@agent-native/corevianpx. This is a standard setup procedure for the associated development environment. - [COMMAND_EXECUTION]: The skill utilizes
pnpm actionto perform document management tasks such aslist-documents,get-document, andedit-document. These operations are limited to the scope of content authoring and repository management. - [PROMPT_INJECTION]: The skill possesses an indirect prompt injection surface as it reads and processes repository-backed Markdown and MDX files.
- Ingestion points: Markdown and MDX files located in
docs/,blog/,content/, andresources/folders accessed viapull-documentorget-documenttools. - Boundary markers: The skill does not define specific delimiters or instructions to treat ingested document content as untrusted data.
- Capability inventory: The skill can modify the local filesystem through
edit-document,update-document, andwrite-local-component-fileactions. - Sanitization: No explicit validation or filtering of document content is described prior to processing.
Audit Metadata