Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add paruff/uFawkesAI --skill artifact-flowgit clone --depth 1 https://github.com/paruff/uFawkesAIWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/paruff/ufawkesai/artifact-flow)<a href="https://agentmods.dev/skills/paruff/ufawkesai/artifact-flow"><img src="https://agentmods.dev/badge/skills/paruff/ufawkesai/artifact-flow/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/paruff/ufawkesai/artifact-flow"><img src="https://agentmods.dev/badge/skills/paruff/ufawkesai/artifact-flow.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00033 | $0.00476 |
| Opus 5 | $0.00016 | $0.00238 |
| Sonnet 5 | $0.00007 | $0.00095 |
| Haiku 4.5 | $0.00003 | $0.00048 |
Grade A, and why
artifact-flow-validation scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
Skill: Artifact Flow Validation
Load trigger:
"load artifact-flow-validation skill"> DORA: Cap 4 (CI/CD Automation) Token cost: Low
Purpose
Ensure PIPE produces correct artifacts and OBS consumes them correctly.
Responsibilities
- Validate SBOM presence
- Validate Cosign signatures
- Validate provenance
- Validate image digest resolution
Inputs
version.json- Build artifacts
Outputs
artifact-flow.json
Required Artifacts
| Artifact | Producer | Consumer | Validation |
|---|---|---|---|
version.json |
PIPE | OBS | Valid semver |
sbom.json |
PIPE | OBS | Valid SPDX/CycloneDX |
signature |
PIPE | OBS | Valid Cosign |
provenance.json |
PIPE | OBS | Valid SLSA |
image_digest |
PIPE | OBS | sha256 match |
Validation Rules
- All artifacts present
- All artifacts valid
- Artifacts flow correctly from PIPE to OBS
- No missing artifacts
Output Format
{
"skill": "artifact-flow-validation",
"status": "pass | fail",
"artifacts": {
"version_json": { "present": true, "valid": true },
"sbom": { "present": true, "valid": true },
"signature": { "present": true, "valid": true },
"provenance": { "present": true, "valid": true },
"image_digest": { "present": true, "valid": true }
}
}
Success Criteria
- All artifacts present and valid
- Correct flow from PIPE to OBS
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 6d ago First seen · 73 lines · 33 tokens per session scan A e1bf1399d3cf
artifact-flow-validation is a skill published in the GitHub repository paruff/uFawkesAI (2 stars, last pushed 18d ago), licensed MIT. It adds 33 tokens to every session and 476 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.
Other skills, from other repositories
github-actions-templates
Create production-ready GitHub Actions workflows for automated testing, building, and deploying applications. Use when setting up CI/CD with GitHub Actions, automating development workflows, or creating reusable workflow templates.
devops-infrastructure
Guides Docker, CI/CD pipelines, deployment strategies, infrastructure as code, and observability setup. Use when writing Dockerfiles, configuring GitHub Actions, planning deployments, setting up monitoring, or when asked about containers, pipelines, Terraform, or production infrastructure.
act Local GitHub Actions Runner
Skill "act Local GitHub Actions Runner" from agentskillexchange/skills, covering act local github actions runner, installation and source.
konflux-application
Manage Konflux application.
base-cn-registry-mirror-strategy
A set of guidelines for speeding up Docker images and programming-language package downloads in mainland China or other unstable cross-border networks. It covers sources and proxies for Docker, Debian, Alpine, Node, Python, Maven, Gradle, and Go.
template-shell
Shell helper scripts for the template research framework. Covers system health checks, local CI reproduction, uv bootstrap, and rsync backup/restore contracts under scripts/shell/.