AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Yocto Security Sbom

skill-higangssh-yocto-agent-skills-yocto-security-sbom · by Higangssh

Review and debug Yocto license metadata, LIC_FILES_CHKSUM, LICENSE_FLAGS, incompatible licenses, license manifests, SPDX/SBOM generation, CVE checking, archiver/copyleft source compliance, and security policy. Use for compliance, CVE, SBOM, license, commercial license, source archiving, or security review questions.

No reviews yet
0 installs
17 views
0.0% view→install

Install

$ agentstack add skill-higangssh-yocto-agent-skills-yocto-security-sbom

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-higangssh-yocto-agent-skills-yocto-security-sbom)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
1mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Yocto Security Sbom? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Yocto Security SBOM

Use this skill for security, license, CVE, SBOM, and compliance workflows. Treat class names and output paths as release-sensitive.

Evidence

Ask for or inspect:

target Yocto release
recipe LICENSE and LIC_FILES_CHKSUM
license QA error
image/license manifest output
SPDX/SBOM configuration and output
CVE check configuration and reports
archiver/copyleft configuration
commercial license policy

Useful commands:

bitbake -e  | rg '^(LICENSE|LIC_FILES_CHKSUM|LICENSE_FLAGS|LICENSE_FLAGS_ACCEPTED|INCOMPATIBLE_LICENSE|CVE|SPDX|ARCHIVER)[:=]'
bitbake -c populate_lic 
bitbake 
find tmp/deploy -maxdepth 4 -iname '*spdx*' -o -path '*licenses*'

Review Rules

  • LIC_FILES_CHKSUM is mandatory unless LICENSE = "CLOSED".
  • License checksum mismatch means upstream license text changed; inspect before updating the checksum.
  • Keep commercial license acceptance explicit and narrow.
  • Verify current release SBOM/CVE class names before recommending create-spdx, CVE classes, or output paths.
  • Use archiver/copyleft flows when source offer obligations matter.
  • Do not confuse build-time DEPENDS with packages included in final image license manifests.

References

  • Read [../../references/yocto/security-sbom.md](../../references/yocto/security-sbom.md).
  • Read [../../references/bitbake/classes-core.md](../../references/bitbake/classes-core.md) for license, archiver, create-spdx, and release-sensitive security classes.
  • Read [../../references/yocto/migration.md](../../references/yocto/migration.md) for SBOM/CVE release changes.

Output

Answer with:

  1. license/security artifact being debugged
  2. release-sensitive class or variable to verify
  3. exact metadata or policy fix
  4. validation command and expected artifact
  5. compliance caveat if legal interpretation is required

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.