trust-card
Pass
Audited by Gen Agent Trust Hub on Aug 18, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The script
scripts/card.pyusessubprocess.runto call the external utilitycosignfor Sigstore-based signing and verification operations. This behavior is documented and necessary for the skill's primary purpose of artifact provenance. - [FILE_SYSTEM_ACCESS]: The skill performs recursive directory walks to compute file hashes for integrity manifests and writes several files to disk, including
CARD.mdandCARD.manifest.json. These operations are consistent with the tool's role as a manifest generator. - [REMOTE_CODE_EXECUTION]: The skill integrates with
cosign(if present on the system path) to perform keyless signing via Sigstore. While this involves executing external code, it utilizes a well-known, established security protocol for its intended purpose.
Audit Metadata