Esteban111
PYTHON
Verdict: BENIGN
Local reference
Suspicious dependency
Inferred
| 9 |
# Connexion à ton modèle via l'API Serverless de Hugging Face |
|
| 10 |
client = InferenceClient(MODEL_REPO, token=os.environ.get("HF_TOKEN")) |
Accesses sensitive environment variable via os.environ |
| 144 |
messages=messages, |
|
| 145 |
max_tokens=1024, |
|
| 146 |
stream=True, |
Python HTTP response streaming |
| 147 |
temperature=0.25 |
|
| 148 |
) |
|
| 153 |
text += token |
|
| 154 |
yield text |
|
| 155 |
except Exception as e: |
|
| 156 |
yield f"⚠️ Synchronisation avec Aion-Pulse en cours. Si l'erreur persiste, vérifie le secret HF_TOKEN. Erreur : {str(e)}" |
Credential-access vocabulary word: secret |
Objectives
| 9 |
# Connexion à ton modèle via l'API Serverless de Hugging Face |
|
| 10 |
client = InferenceClient(MODEL_REPO, token=os.environ.get("HF_TOKEN")) |
|
Micro-behaviors
| 144 |
messages=messages, |
|
| 145 |
max_tokens=1024, |
|
| 146 |
stream=True, |
|
| 147 |
temperature=0.25 |
|
| 148 |
) |
|
Identity
| SHA-256 |
495c994c854f9ab58d78d1d892d82dd7fd75db37623df4dc614f2e869acee2e1 |
| Filename |
app.py |
| Package |
Esteban111 |
Origin
| Source |
harvest |
| Feed |
huggingface.co |
| Ecosystem |
huggingface |
Timeline
| First seen |
5 Jul 2026 15:19 UTC |
| First analyzed |
5 Jul 2026 15:40 UTC |
| Last analyzed |
5 Jul 2026 15:40 UTC |
| Last updated |
5 Jul 2026 15:40 UTC |
Labeling
| Label |
unknown |
| Label source |
harvest |
| Traits version |
868bd |