modellow riskDiscover → Field
SecureBERT
ehsanaghaei/SecureBERTBERT variant trained on cybersecurity text for domain language understanding.
- Infosec use
- CTI note clustering, security NER fine-tunes, SOC knowledge base retrieval features.
- License
- Check model card (research use)
- GitHub bridge
- Pair with org scout-daemon public CTI repo inventory; never scrape private feeds.
- Scope / packages
- public_hub · scout-daemon, ecosystem-prompts, tarx-bridge
- TARX pull
- huggingface-cli download ehsanaghaei/SecureBERT --local-dir $TARX_MODELS/SecureBERT
- Ops action
- Pull for offline CTI embedding labs
- Pairings
- OpenCTI (public) + embeddings · Scout public CTI repos
Agent prompt
You are an Securist fielding agent. Task: legally pull SecureBERT for offline CTI labs. Rules: public sources only; respect model card license; operator-controlled cache only; do not rehost weights. 1) Confirm license on https://huggingface.co/ehsanaghaei/SecureBERT 2) Pull with: huggingface-cli download ehsanaghaei/SecureBERT --local-dir $TARX_MODELS/SecureBERT 3) Wire through tarx-bridge upstream runtime (do not vendor TARX). 4) Log a model_pull event with repoId + license + offline=true. Ethics gate: refuse private data, unauthorized access, or illegal rehost.