bun-publish
Pass
Audited by Gen Agent Trust Hub on Jul 31, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill implements a standard workflow for publishing packages to the npm registry. The logic is transparent and focuses on legitimate build and deployment tasks.- [COMMAND_EXECUTION]: The skill utilizes the authorized
Bashtool to execute standard development commands, includingbun run build,npm pack, andnpm publish. These operations are well-defined within the scope of the skill's purpose.- [DATA_EXFILTRATION]: Project metadata is read frompackage.jsonusingcatandjq. This data access is limited to fields required for the publishing process (e.g., name, version, and bin) and does not involve unauthorized external transmission of sensitive information.- [PROMPT_INJECTION]: The skill processes configuration data frompackage.json(Ingestion points: SKILL.md). While the data is passed into the agent's context without specific boundary markers (Boundary markers: Absent), the risk is mitigated by the use ofjqfor structured extraction (Sanitization: Present) and the skill's restricted execution environment (Capability inventory: Bash commands).
Audit Metadata