built-in-ai
Pass
Audited by Gen Agent Trust Hub on Mar 16, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The
scripts/fetch-idls.jsfile downloads technical specifications from official webmachinelearning GitHub repositories. - Evidence:
fetch()calls targetingraw.githubusercontent.com/webmachinelearning/for Translation, Writing Assistance, and Prompt APIs. - Purpose: These downloads are used to update the
SKILL.mddocumentation with the latest Web IDLs. - [COMMAND_EXECUTION]: The
package.jsonfile contains scripts that execute Node.js commands to manage the skill templates. - Evidence:
postinstallscript runsnode scripts/install.jsandupdate-idlsrunsnode scripts/fetch-idls.js. - Purpose: These scripts are used to synchronize the skill's instructions into the developer's project root and keep them up to date.
- [SAFE]: All external resources and code behaviors are consistent with the skill's stated purpose of providing documentation and guidance for Chrome's Built-in AI APIs.
Audit Metadata