fleet-recon — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited fleet-recon (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.
Read this before any infrastructure ops / fleet check work.
Recon provides inventory knowledge, command templates, and learned patterns for quick fleet reconnaissance tasks -- the ad-hoc checks run from a management server against Dell servers via iDRAC, SSH, or SNMP.
| File | Purpose |
|---|---|
config/inventory-schema.json | CSV column mapping for sourceoftruth.csv |
templates/idrac-checks.md | Proven racadm commands |
templates/batch-loops.md | Loop patterns with proper validation |
patterns/recon-common-issues.json | Learned gotchas |
grep.echo "=== $hostname ===" or similar -- unlabeled output is useless for batch checks."$i" not $i.hosts.rN) when they exist rather than filtering the full CSV.-o StrictHostKeyChecking=no -o ConnectTimeout=5 to avoid hangs on unreachable hosts.scripts/ with a descriptive filename for reuse.for h in $(cat hosts.r10); do
ip=$(grep -w "$h" ~/sourceoftruth.csv | awk -F, '{print $11}')
echo "=== $h ($ip) ==="
# command here
donesshpass -f ~/.idrac_pass ssh -o StrictHostKeyChecking=no -o ConnectTimeout=5 root@"$ip" racadm <command>cat hosts.r10 | xargs -P 10 -I{} bash -c '
ip=$(grep -w "{}" ~/sourceoftruth.csv | awk -F, '\''{print $11}'\'')
echo "=== {} ($ip) ==="
ssh -o ConnectTimeout=5 root@"$ip" racadm getsysinfo 2>/dev/null | grep -i "bios"
'When you discover a new gotcha or useful command:
plugins/recon/skills/<slug>/SKILL.md~/.foundry/skills/<slug>/SKILL.md~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.