piece-builder
Pass
Audited by Gen Agent Trust Hub on Jul 15, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill instructions define a clear workflow for generating integration code based on official Activepieces framework patterns. No malicious behavior or override instructions are present.
- [SAFE]: Authentication is handled through the framework's standard connection objects (
PieceAuth), which abstract sensitive credentials away from raw strings in the business logic. - [SAFE]: Command execution is limited to standard development tasks such as installing dependencies (
bun install) and running build/lint checks (turbo build/lint) within the local workspace. - [SAFE]: Data handling instructions emphasize flattening objects and using human-readable keys, which improves data quality without introducing security risks.
- [SAFE]: Remote references are used for illustrative purposes (e.g.,
api.example.com) or point to official Activepieces asset CDNs.
Audit Metadata