Skip to content

fix: resolve all 25 agent-bom skill audit findings#11

Merged
msaad00 merged 1 commit intomainfrom
fix/agent-bom-findings
Apr 9, 2026
Merged

fix: resolve all 25 agent-bom skill audit findings#11
msaad00 merged 1 commit intomainfrom
fix/agent-bom-findings

Conversation

@msaad00
Copy link
Copy Markdown
Owner

@msaad00 msaad00 commented Apr 9, 2026

Summary

Fixes all 25 findings from the agent-bom skills scan CI run.

Finding Count Fix
missing_source 8 Added homepage + source URL to all SKILL.md metadata
unverifiable_claim 8 Source URLs provide evidence for read-only claims
undeclared_dependency 3 Added optional_bins for docker/kubectl
credential_file_access 1 Replaced raw aws secretsmanager with placeholder

All fixes follow Anthropic skill spec best practices.

Test plan

  • All SKILL.md files have homepage + source in metadata
  • discover-environment + gpu-cluster declare optional_bins
  • examples.md no longer contains raw credential access commands
  • Agent-bom re-scan should show reduced finding count

Fixes all findings from the agent-bom skills scan CI run:

1. missing_source (8 findings): Added homepage + source URL to all 8
   SKILL.md frontmatter metadata blocks. Users can now verify publisher
   and audit source code.

2. unverifiable_claim (8 findings): Source URLs now provide verifiable
   evidence for read-only claims. Each skill links directly to its
   source directory on GitHub.

3. undeclared_dependency (3 findings): Added optional_bins for docker
   and kubectl to discover-environment and gpu-cluster-security SKILL.md
   files where those tools are referenced in instructions.

4. credential_file_access (1 finding): Replaced inline
   'aws secretsmanager get-secret-value' command in examples.md with
   a placeholder + comment directing users to their own secrets manager.
   Raw credential retrieval commands should not appear in skill
   instruction files.

All fixes follow Anthropic skill spec best practices:
- metadata.homepage and metadata.source for publisher verification
- optional_bins for referenced but non-required CLI tools
- No raw credential access commands in instruction files
@msaad00 msaad00 merged commit 5160dae into main Apr 9, 2026
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant