docs-workflow
Warn
Audited by Gen Agent Trust Hub on Sep 4, 2026
Risk Level: MEDIUMCREDENTIALS_UNSAFEINDIRECT_PROMPT_INJECTIONCOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [CREDENTIALS_UNSAFE]: The skill instructions in
commands/docs-claude.mdandcommands/docs-update.mdspecify reading from sensitive configuration files, including.envand.env.local, to parse environment variable names for documentation auditing purposes. - [INDIRECT_PROMPT_INJECTION]: The skill exhibits an indirect prompt injection attack surface by ingesting data from untrusted project files to populate documentation templates.
- Ingestion points: Reads metadata and configuration from
package.json,wrangler.jsonc,.envfiles, and git remote URLs. - Boundary markers: The skill uses
{{PLACEHOLDER}}syntax for interpolation within markdown templates but does not implement explicit delimiters or instructions to ignore embedded commands in the source data. - Capability inventory: The skill possesses file system modification capabilities including
mkdir,mv,rm(deletion), and file writing. - Sanitization: There is no evidence of sanitization, validation, or escaping of the ingested data before it is written to the documentation files.
- [COMMAND_EXECUTION]: The skill workflow involves the execution of shell commands for file management, such as
mkdirfor directory scaffolding,mvfor archiving documentation, andrmfor deleting orphaned files as described in thedocs-updatecommand process. - [EXTERNAL_DOWNLOADS]: The skill performs network operations to the well-known npm registry using
npm viewto check for package version updates during the documentation audit process.
Audit Metadata