lifecyclemodel-resulting-process-builder
Fail
Audited by Snyk on Apr 15, 2026
Risk Level: HIGH
Full Analysis
HIGH W007: Insecure credential handling detected in skill instructions.
- Insecure credential handling detected (high risk: 1.00). The prompt explicitly instructs supplying TIANGONG_LCA_API_KEY or passing --api-key through the CLI, which encourages embedding secret values verbatim into generated commands/arguments and thus creates an exfiltration risk.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.80). The wrapper invokes the published CLI at runtime via "npm exec --yes --package=@tiangong-lca/cli@latest -- tiangong" which will fetch and execute code from the npm registry (e.g. https://registry.npmjs.org/@tiangong-lca/cli or https://www.npmjs.com/package/@tiangong-lca/cli), so the skill depends on remote code executed at runtime.
Issues (2)
W007
HIGHInsecure credential handling detected in skill instructions.
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata