audit-ci — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited audit-ci (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Does CI work?
# Common CI files
ls .github/workflows/
ls .gitlab-ci.yml
ls Jenkinsfile
ls .circleci/config.yml| File | CI |
|---|---|
| .github/workflows/*.yml | GitHub |
| .gitlab-ci.yml | GitLab |
| Jenkinsfile | Jenkins |
| .circleci/config.yml | Circle |
# Check recent runs
gh run list| Status | Meaning |
|---|---|
| ✓ success | Working |
| ✗ failure | Broken |
| ○ pending | Running |
jobs:
build:
steps:
- run: npm test
- run: npm build| Check | Issue |
|---|---|
| Tests run | No tests |
| Build runs | No build |
| Deploy runs | No deploy |
- uses: actions/cache@v3
with:
path: node_modules| Check | Issue | Fix |
|---|---|---|
| No cache | Slow builds | Add cache |
| Cache all | Inefficient | Cache key |
## CI Audit
### Pipeline
- [PRESENT/MISSING] File: [file]
- [PASS/FAIL] Last run: [status]
### Steps
- [YES/NO] Test
- [YES/NO] Build
- [YES/NO] Deploy
### Timing
- Test: [s]s
- Build: [s]s
- Total: [s]s
### Issues
- [list]Role: CI Auditor Input: Repository Output: CI works?
Keep CI green.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.