hugging-face
Pass
Audited by Gen Agent Trust Hub on Mar 18, 2026
Risk Level: SAFECOMMAND_EXECUTIONCREDENTIALS_UNSAFEPROMPT_INJECTION
Full Analysis
- [SAFE]: The skill exclusively targets official and well-known Hugging Face API and Inference domains for all functionality.
- [COMMAND_EXECUTION]: Provides structured templates for using
curlandjqto perform API operations. It includes guidance on usingbash -cto maintain environment variable integrity during piped execution. - [CREDENTIALS_UNSAFE]: Leverages a platform-managed secret
HUGGING_FACE_TOKENfor authentication, avoiding hardcoded keys or insecure exposure of credentials. - [PROMPT_INJECTION]: The skill ingests user input for search queries and inference messages, creating a surface for indirect prompt injection. Ingestion points: User-provided strings are placed into API request templates in
SKILL.md. Boundary markers: None explicitly implemented in the provided shell templates. Capability inventory: Includes network access viacurl, shell execution viabash, and file writing to/tmp. Sanitization: Recommends using temporary JSON files for request bodies to mitigate potential shell-injection risks.
Audit Metadata