IFQ App Builder

PassAudited by VirusTotal on May 11, 2026.

Findings (1)

The ifq-app-builder skill is a well-architected tool for generating app-scaffolding prompt bundles with a high degree of built-in security validation. It features internal scanners to prevent secret leaks (scripts/lib/bundle-scanner.mjs), a script safety deny-list that bans dangerous Node.js primitives like eval and child_process (scripts/script-safety-rules.json), and a zero-dependency package.json to mitigate supply chain risks. The instructions in SKILL.md and clawhub.json strictly limit the agent's scope to workspace-only operations and explicitly prohibit the installation of external SDKs or the collection of credentials.