Design and implement a comprehensive DevSecOps pipeline in GitLab CI/CD integrating SAST, DAST, container scanning, dependency scanning, and secret detection.
72
66%
Does it follow best practices?
Impact
Pending
No eval scenarios have been run
Advisory
Suggest reviewing before use
Optimize this skill with Tessl
npx tessl skill review --optimize ./skills/building-devsecops-pipeline-with-gitlab-ci/SKILL.mdSecurity
2 findings — 2 medium severity. This skill can be installed but you should review these findings before use.
The skill exposes the agent to untrusted, user-generated content from public third-party sources, creating a risk of indirect prompt injection. This includes browsing arbitrary URLs, reading social media posts or forum comments, and analyzing content from unknown websites.
Third-party content exposure detected (high risk: 0.70). The skill's code and configuration explicitly fetch and consume external, user-provided content—e.g., .gitlab/sast-ruleset.toml includes passthrough URLs to semgrep.dev rules (https://semgrep.dev/...) and scripts/process.py and scripts/agent.py call arbitrary GitLab API endpoints (defaulting to https://gitlab.com or a provided gitlab_url) to ingest project/vulnerability/job data—which are untrusted third‑party/user-generated sources and are parsed to drive reporting and pipeline decisions.
The skill fetches instructions or code from an external URL at runtime, and the fetched content directly controls the agent’s prompts or executes code. This dynamic dependency allows the external source to modify the agent’s behavior without any changes to the skill itself.
Potentially malicious external URL detected (high risk: 0.70). The .gitlab/sast-ruleset.toml includes semgrep passthrough URLs (https://semgrep.dev/p/owasp-top-ten and https://semgrep.dev/p/java) which are likely fetched at CI/runtime by the SAST/semgrep analyzer to load rules that directly control scanner behavior, so they are runtime external dependencies that can alter instructions the tool follows.
c15f73d
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.