githits-package
Pass
Audited by Gen Agent Trust Hub on May 20, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill uses
npxto dynamically fetch and run thegithitspackage from the official npm registry if it is not already present on the local system. - [COMMAND_EXECUTION]: The skill interacts with the local environment by executing the
githitsCLI tool to retrieve package metadata, vulnerability information, and dependency graphs. - [PROMPT_INJECTION]: The skill proactively addresses indirect prompt injection by providing the agent with an 'External Content Posture' guide to safely handle data from untrusted registries.
- Ingestion points: Data from external package registries (npm, PyPI, etc.) is ingested via
githits pkgcommands as documented inSKILL.mdandreferences/package.md. - Boundary markers: The 'External Content Posture' section in
SKILL.mdacts as a clear instructional boundary, advising the agent to treat third-party prose as data and ignore any embedded commands. - Capability inventory: The skill uses shell execution to run the
githitsCLI. - Sanitization: The instructions direct the agent to prioritize structured fields and explicitly ignore claims or instructions found in non-structured content like READMEs or changelogs.
Audit Metadata