Benign python Download

ovos-skill-spelling 0.9.0a1

“OVOS spelling skill”

File inside an agent skill directoryPython package contains an entry_points.txt file

Evidence

Declares Python package name METADATA · lines 1–7
1Metadata-Version: 2.4
2Name: ovos-skill-spelling
3Version: 0.9.0a1
4Summary: OVOS spelling skill
5Author-email: JarbasAi <[email protected]>
6License: Apache-2.0
7Project-URL: Homepage, http …
Declares Python package license file METADATA · lines 9–19
9:48… oftware License
10Classifier: Programming Language :: Python :: 3
11Requires-Python: >=3.9
12Description-Content-Type: text/markdown
13License-File: LICENSE
14Requires-Dist: ovos-plugin-manager<3.0.0,>=2.1.0
15Requires-Dist: ovos-utils<1.0.0,>=0.0.38
16Requires-Dist: ovos-workshop<10.0.0,>=8.0.0
17Provides-Extra: test
18Requires-Dist: pytest; extra == "test"
19Requires-Dist: ovos-workshop<10.0.0,>=8.0.0; e …
Python comment contains a URL __init__.py · lines 1–10
1# Copyright 2018 Mycroft AI Inc.
2#
3# Licensed under the Apache License, Version 2.0 (the "License");
4# you may not use this file except in compliance with the License.
5# You may obtain a copy of the License at
6#
7# http://www.apache.org/licenses/LICENSE-2.0
8#
9# Unless required by applicable law or agreed to in writing, software
10# distributed under …
English function-word token "and" __init__.py · lines 11–19
11:46… D, either express or implied.
12# See the License for the specific language governing permissions and
13# limitations under the License.
14from ovos_workshop.decorators import intent_handler
⋯5 lines
English function-word token "that" __init__.py · lines 26–28
26:17… OS-INTENT-3 §7.1: an anaphoric pronoun ("it", "that", ...) is
27 # blacklisted out of the {word} slot (word.blacklist), leaving it
28 # unresolved rather than binding the p …

No evidence locations were recorded for this file. Raw result

Keyboard shortcuts on this page: j for the next sample, k for the previous one, x to go back to the feed, d to download the original bytes, r to re-queue the sample for analysis.