palantir-ci-integration
Pass
Audited by Gen Agent Trust Hub on Sep 12, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill generates CI pipeline configurations that ingest and process potentially untrusted data from the local repository during automated builds.
- Ingestion points: The generated GitHub Action workflow files (
foundry-ci.yml) ingest data fromrequirements.txtand thetests/directory during the build and test jobs. - Boundary markers: The provided templates do not include specific boundary markers or instructions to the environment to ignore embedded instructions within these processed files.
- Capability inventory: The skill utilizes
Bashcapabilities to configure repository secrets via the GitHub CLI (gh) and suggests workflows that execute commands usingpip,pytest, andruff. - Sanitization: No explicit sanitization or integrity validation is performed on the repository contents before they are processed by the CI tools, which is standard for developer-centric CI setups but represents the primary surface for indirect injection if repository contents are compromised.
Audit Metadata