writing-assistance-apis
Pass
Audited by Gen Agent Trust Hub on May 4, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes a local Node.js script (
scripts/find-writing-assistance-targets.mjs) to inventory frontend files and identify existing API usage within the workspace. This script performs directory traversal and file reading restricted to the project root and is used purely for local environment analysis. - [DATA_EXPOSURE]: The scanning script reads file contents to locate specific API markers. It includes a predefined list of directories to ignore (e.g.,
.git,node_modules,dist) to avoid unnecessary processing and minimize accidental exposure of metadata or build artifacts in the logs.
Audit Metadata