Security News
PyPI’s New Archival Feature Closes a Major Security Gap
PyPI now allows maintainers to archive projects, improving security and helping users make informed decisions about their dependencies.
Hive Post performance and quality analytics.
$ pip install hive-scrutineer
Supported Python versions 3.10+.
Limited support to Hive Blockchain HF27.
from scrutineer import Scrutineer
analyzer = Scrutineer()
analyzer.set_weights()
analysis = analyzer.analyze("author", "post-permlink")
import json
from nektar import Waggle
from scrutineer import Scrutineer
hive = Waggle("username")
analyzer = Scrutineer(minimum_score=10, max_emojis=0, deep=True, full=False)
analyzer.set_weights(title=5, body=6, emojis=4, images=2, tagging=3, tags=1)
for blog in hive.blogs(limit=5)
analysis = analyzer.analyze(blog)
print(json.dumps(analysis, indent=2))
import json
from nektar import Waggle
from scrutineer import get_keywords, get_bigrams
hive = Waggle("username")
for blog in hive.blogs(limit=5)
keywords = get_keywords(blog["body"])
print("\nget_keywords" + json.dumps(keywords))
keywords = get_bigrams(blog["body"])
print("\nget_bigrams:" + json.dumps(keywords))
In version 1.3.0
, we've migrated to langdetect
to speed up Scrutineer.analyze()
by more than 300x versus version 1.2.*
!
MIN: 0.02782490011304617
AVG: 0.13722777900053187
MAX: 4.033556599984877
We've also seen a 70% import speed increase, in the said profiling.
FAQs
Performance and quality analytics on Hive Posts.
We found that hive-scrutineer demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
PyPI now allows maintainers to archive projects, improving security and helping users make informed decisions about their dependencies.
Research
Security News
Malicious npm package postcss-optimizer delivers BeaverTail malware, targeting developer systems; similarities to past campaigns suggest a North Korean connection.
Security News
CISA's KEV data is now on GitHub, offering easier access, API integration, commit history tracking, and automated updates for security teams and researchers.