brand
Warn
Audited by Gen Agent Trust Hub on Apr 14, 2026
Risk Level: MEDIUMCREDENTIALS_UNSAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [CREDENTIALS_UNSAFE]: The script
scripts/process-manifest.tsaccesses sensitive local configuration data. - Evidence: It reads the
~/.claude.jsonfile in the user's home directory to search forFIGMA_ACCESS_TOKENvalues stored in other MCP server configurations. - [EXTERNAL_DOWNLOADS]: The skill utilizes network requests to download external assets and code references.
- Evidence:
scripts/generate-product-manifest.tsfetches source files from vendor-specific repositories on GitHub (inkeep/agentsandinkeep/agents-ui). - Evidence:
scripts/process-manifest.tsdownloads image assets from the Figma API (api.figma.com). - [COMMAND_EXECUTION]: Utility scripts execute external system commands using the Bun runtime.
- Evidence:
scripts/generate-product-manifest.tsspawns the GitHub CLI (gh) to interact with the GitHub API. - Evidence:
scripts/process-manifest.tsexecutesnpx svgoto optimize SVG assets.
Audit Metadata