<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Muhammad Ayyan Khan </title>
    <description>The latest articles on DEV Community by Muhammad Ayyan Khan  (@ayyankhan101).</description>
    <link>https://dev.to/ayyankhan101</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3889470%2F2f8a571c-e2ef-40c8-99aa-ed3e6e88338a.jpeg</url>
      <title>DEV Community: Muhammad Ayyan Khan </title>
      <link>https://dev.to/ayyankhan101</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/ayyankhan101"/>
    <language>en</language>
    <item>
      <title>PipeChecker: A local CI/CD auditor to catch circular deps, secrets, and unpinned tags before you push 🦀</title>
      <dc:creator>Muhammad Ayyan Khan </dc:creator>
      <pubDate>Fri, 24 Apr 2026 15:40:43 +0000</pubDate>
      <link>https://dev.to/ayyankhan101/pipechecker-a-local-cicd-auditor-to-catch-circular-deps-secrets-and-unpinned-tags-before-you-1pk1</link>
      <guid>https://dev.to/ayyankhan101/pipechecker-a-local-cicd-auditor-to-catch-circular-deps-secrets-and-unpinned-tags-before-you-1pk1</guid>
      <description>&lt;p&gt;&lt;strong&gt;Hey everyone,&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;I got tired of the "push and pray" method of CI/CD configuration. Waiting for a&lt;br&gt;
  remote runner just to find out I had a circular dependency or a missing needs&lt;br&gt;
  reference felt like a waste of time.&lt;/p&gt;

&lt;p&gt;So I built PipeChecker in Rust. It's a CLI tool that provides instant, local&lt;br&gt;
  feedback on your workflows.&lt;/p&gt;

&lt;p&gt;What it does:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;DAG Analysis: Uses Tarjan's algorithm to detect circular dependencies.&lt;/li&gt;
&lt;li&gt;Security: Scans for hardcoded secrets and undeclared env vars.&lt;/li&gt;
&lt;li&gt;Best Practices: Enforces pinning for Docker images and GitHub Actions.&lt;/li&gt;
&lt;li&gt;TUI: Includes an interactive mode for navigating multiple workflows.&lt;/li&gt;
&lt;li&gt;Platforms: Supports GitHub Actions, GitLab, and CircleCI.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Quick Start:&lt;br&gt;
  cargo install pipechecker&lt;br&gt;
  pipechecker --all --tui&lt;/p&gt;

&lt;p&gt;It’s open source and I’m looking for feedback/contributors! &lt;/p&gt;

&lt;p&gt;GitHub: &lt;a href="https://github.com/Ayyankhan101/PipeChecker.git" rel="noopener noreferrer"&gt;https://github.com/Ayyankhan101/PipeChecker.git&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Would love to hear how you handle local pipeline validation!&lt;/p&gt;

</description>
      <category>cicd</category>
      <category>devops</category>
      <category>rust</category>
      <category>showdev</category>
    </item>
  </channel>
</rss>
